chnage created by , commented instagram
This commit is contained in:
@@ -34,7 +34,7 @@ export function Footer() {
|
||||
},
|
||||
});
|
||||
|
||||
const formatPhoneNumber = (value: string) => {
|
||||
const formatPhoneNumber = (value: string) => {
|
||||
const numbers = value.replace(/\D/g, "");
|
||||
if (!numbers.startsWith("998")) {
|
||||
return "+998 ";
|
||||
@@ -134,14 +134,14 @@ export function Footer() {
|
||||
{t("footer.description")}
|
||||
</p>
|
||||
<div className="flex items-center gap-5 mt-5">
|
||||
<a
|
||||
{/* <a
|
||||
href=""
|
||||
className="p-2 rounded-md bg-gray-700 hover:bg-red-500"
|
||||
>
|
||||
<Instagram />
|
||||
</a>
|
||||
</a> */}
|
||||
<a
|
||||
href=""
|
||||
href="https://t.me/ignum_tech"
|
||||
className="p-2 rounded-md bg-gray-700 hover:bg-red-500"
|
||||
>
|
||||
<Send />
|
||||
@@ -238,16 +238,16 @@ export function Footer() {
|
||||
{/* Copyright Section */}
|
||||
<div className="border-t border-gray-800 px-4 py-8">
|
||||
<div className="mx-auto max-w-6xl">
|
||||
<div className="font-almarai flex flex-col justify-between gap-4 text-sm text-gray-400 md:flex-row md:items-center">
|
||||
<div>Copyright © 2025 Ignum Company.</div>
|
||||
<div className="flex gap-6">
|
||||
<div className="font-almarai flex flex-col justify-center gap-4 text-sm text-gray-400 md:flex-row md:items-center">
|
||||
<a href="http://felix-its.uz/">{t("footer.create", { name: "Felix-its.uz" })}</a>
|
||||
{/* <div className="flex gap-6">
|
||||
<a href="#terms" className="hover:text-white">
|
||||
Terms & Conditions
|
||||
</a>
|
||||
<a href="#privacy" className="hover:text-white">
|
||||
Privacy Policy
|
||||
</a>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -103,7 +103,8 @@ export function Navbar() {
|
||||
</span>
|
||||
<div>
|
||||
<div className="text-white text-sm font-bold">
|
||||
<div>+998-98-099-21-21</div> <div>+998-77-372-21-21</div>
|
||||
<div>+998-77-372-21-21</div>
|
||||
<div>+998-98-099-21-21</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -89,10 +89,10 @@ export function RightSide({
|
||||
<span className="text-sm text-gray-400">Ulashish:</span>
|
||||
</div>
|
||||
<div className="flex items-center gap-5 mt-5">
|
||||
<a href="" className="p-2 rounded-md bg-white text-red-500 hover:text-white hover:bg-red-500">
|
||||
{/* <a href="" className="p-2 rounded-md bg-white text-red-500 hover:text-white hover:bg-red-500">
|
||||
<Instagram />
|
||||
</a>
|
||||
<a href="" className="p-2 rounded-md bg-white text-red-500 hover:text-white hover:bg-red-500">
|
||||
</a> */}
|
||||
<a href="https://t.me/ignum_tech" className="p-2 rounded-md bg-white text-red-500 hover:text-white hover:bg-red-500">
|
||||
<Send />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user