chnage created by , commented instagram
This commit is contained in:
@@ -134,14 +134,14 @@ export function Footer() {
|
|||||||
{t("footer.description")}
|
{t("footer.description")}
|
||||||
</p>
|
</p>
|
||||||
<div className="flex items-center gap-5 mt-5">
|
<div className="flex items-center gap-5 mt-5">
|
||||||
<a
|
{/* <a
|
||||||
href=""
|
href=""
|
||||||
className="p-2 rounded-md bg-gray-700 hover:bg-red-500"
|
className="p-2 rounded-md bg-gray-700 hover:bg-red-500"
|
||||||
>
|
>
|
||||||
<Instagram />
|
<Instagram />
|
||||||
</a>
|
</a> */}
|
||||||
<a
|
<a
|
||||||
href=""
|
href="https://t.me/ignum_tech"
|
||||||
className="p-2 rounded-md bg-gray-700 hover:bg-red-500"
|
className="p-2 rounded-md bg-gray-700 hover:bg-red-500"
|
||||||
>
|
>
|
||||||
<Send />
|
<Send />
|
||||||
@@ -238,16 +238,16 @@ export function Footer() {
|
|||||||
{/* Copyright Section */}
|
{/* Copyright Section */}
|
||||||
<div className="border-t border-gray-800 px-4 py-8">
|
<div className="border-t border-gray-800 px-4 py-8">
|
||||||
<div className="mx-auto max-w-6xl">
|
<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 className="font-almarai flex flex-col justify-center gap-4 text-sm text-gray-400 md:flex-row md:items-center">
|
||||||
<div>Copyright © 2025 Ignum Company.</div>
|
<a href="http://felix-its.uz/">{t("footer.create", { name: "Felix-its.uz" })}</a>
|
||||||
<div className="flex gap-6">
|
{/* <div className="flex gap-6">
|
||||||
<a href="#terms" className="hover:text-white">
|
<a href="#terms" className="hover:text-white">
|
||||||
Terms & Conditions
|
Terms & Conditions
|
||||||
</a>
|
</a>
|
||||||
<a href="#privacy" className="hover:text-white">
|
<a href="#privacy" className="hover:text-white">
|
||||||
Privacy Policy
|
Privacy Policy
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -103,7 +103,8 @@ export function Navbar() {
|
|||||||
</span>
|
</span>
|
||||||
<div>
|
<div>
|
||||||
<div className="text-white text-sm font-bold">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -89,10 +89,10 @@ export function RightSide({
|
|||||||
<span className="text-sm text-gray-400">Ulashish:</span>
|
<span className="text-sm text-gray-400">Ulashish:</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-5 mt-5">
|
<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 />
|
<Instagram />
|
||||||
</a>
|
</a> */}
|
||||||
<a href="" className="p-2 rounded-md bg-white text-red-500 hover:text-white hover:bg-red-500">
|
<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 />
|
<Send />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -222,7 +222,9 @@
|
|||||||
"contact": "Contact",
|
"contact": "Contact",
|
||||||
"help": "Help"
|
"help": "Help"
|
||||||
},
|
},
|
||||||
"address":"Tashkent city, Yunusabad district, 3rd dead-end of Niyozbek Yoli street, house 39"
|
"address":"Tashkent city, Yunusabad district, 3rd dead-end of Niyozbek Yoli street, house 39",
|
||||||
|
"create":"Created by {name}"
|
||||||
|
|
||||||
},
|
},
|
||||||
"rasmlar": "Images",
|
"rasmlar": "Images",
|
||||||
"fotogalereya": "Photo Gallery",
|
"fotogalereya": "Photo Gallery",
|
||||||
|
|||||||
@@ -222,7 +222,8 @@
|
|||||||
"contact": "Контакты",
|
"contact": "Контакты",
|
||||||
"help": "Помощь"
|
"help": "Помощь"
|
||||||
},
|
},
|
||||||
"address":"г. Ташкент, Юнусабадский район, 3-й тупик улицы Ниязбек йўли, дом 39"
|
"address":"г. Ташкент, Юнусабадский район, 3-й тупик улицы Ниязбек йўли, дом 39",
|
||||||
|
"create":"Разработано {name}"
|
||||||
},
|
},
|
||||||
"rasmlar": "Изображения",
|
"rasmlar": "Изображения",
|
||||||
"fotogalereya": "Фотогалерея",
|
"fotogalereya": "Фотогалерея",
|
||||||
|
|||||||
@@ -222,7 +222,8 @@
|
|||||||
"contact": "Aloqa",
|
"contact": "Aloqa",
|
||||||
"help": "Yordam"
|
"help": "Yordam"
|
||||||
},
|
},
|
||||||
"address": "Toshkent shahri , Yunusabod tumani , Niyozbek yo'li 3 tor ko'chasi , 39 uy"
|
"address": "Toshkent shahri , Yunusabod tumani , Niyozbek yo'li 3 tor ko'chasi , 39 uy",
|
||||||
|
"create":"{name} - Jamoasi tomonidan ishlab chiqilgan"
|
||||||
},
|
},
|
||||||
"rasmlar": "Rasmlar",
|
"rasmlar": "Rasmlar",
|
||||||
"fotogalereya": "Fotogalereya",
|
"fotogalereya": "Fotogalereya",
|
||||||
|
|||||||
Reference in New Issue
Block a user