chnage created by , commented instagram

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-10 10:12:33 +05:00
parent dcdfce4d79
commit cd86d6397e
6 changed files with 20 additions and 15 deletions

View File

@@ -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>

View File

@@ -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>