diff --git a/app/[locale]/info/page.tsx b/app/[locale]/info/page.tsx
index 20a39d5..1301134 100644
--- a/app/[locale]/info/page.tsx
+++ b/app/[locale]/info/page.tsx
@@ -22,28 +22,160 @@ export default function InfoPage() {
{
icon: ,
label: t("phone"),
- value: "+993 65 123456",
- href: "tel:+99365123456",
+ value: "+993 61 126667",
+ href: "tel:+99361126667",
+ color: "bg-blue-50 text-blue-600",
+ },
+ {
+ icon: ,
+ label: t("phone"),
+ value: "+993 71 777747",
+ href: "tel:+99371777747",
color: "bg-blue-50 text-blue-600",
},
{
icon: ,
label: t("instagram"),
- value: "@smartelectronics",
- href: "https://instagram.com/smartelectronics",
+ value: "@smart_elektronikaa",
+ href: "https://www.instagram.com/smart_elektronikaa?igsh=eHcxN2ZsdHgwbTd4",
+ color: "bg-pink-50 text-pink-600",
+ },
+ {
+ icon: (
+
+ ),
+ label: t("tiktok"),
+ value: "@smart.elektronika2",
+ href: "https://www.tiktok.com/@smart.elektronika2?_r=1&_t=ZS-93ipH66Inxf",
color: "bg-pink-50 text-pink-600",
},
{
icon: ,
label: t("email"),
- value: "info@smartelectronics.com",
- href: "mailto:info@smartelectronics.com",
+ value: "smartelektronika@icloud.com",
+ href: "mailto:smartelektronika@icloud.com",
color: "bg-gray-50 text-gray-600",
},
{
- icon: ,
+ icon: (
+
+ ),
label: t("imo"),
- value: "+993 65 123456",
+ value: "+993 61 126667",
href: null,
color: "bg-emerald-50 text-emerald-600",
},
@@ -51,72 +183,65 @@ export default function InfoPage() {
return (
- {/*
-
-
-
{t("info")}
- */}
-
-
- {/* Logo Section */}
-
-
+ {/* Desktop: centered container with max-width, Mobile: full width */}
+
+ {/* Logo Section - responsive sizing */}
+
+
-
+
SmartElectronics - yerli we daşary ýurt harytlarynyň onlaýn marketi.
- {/* Contact Grid */}
-
-
+ {/* Contact Grid - 1 column mobile, 2 columns tablet, 3 columns desktop */}
+
+
{t("contact_us")}
- {contactItems.map((item, index) => {
- const Content = (
-
-
- {item.icon}
+
+ {contactItems.map((item, index) => {
+ const Content = (
+
+
+ {item.icon}
+
+
+
+ {item.label}
+
+
+ {item.value}
+
+
-
-
- {item.label}
-
-
- {item.value}
-
-
-
- );
-
- if (item.href) {
- return (
-
- {Content}
-
);
- }
- return
{Content}
;
- })}
+ if (item.href) {
+ return (
+
+ {Content}
+
+ );
+ }
+
+ return
{Content}
;
+ })}
+
diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx
index 2c98779..2e2fcf2 100644
--- a/components/layout/Footer.tsx
+++ b/components/layout/Footer.tsx
@@ -61,26 +61,35 @@ export default function Footer() {
@@ -88,25 +97,159 @@ export default function Footer() {
{" "}
-
+
- info@smartelectronics.com
+ @smart_elektronikaa
+
+
+
+
+
+
+
+ @smart.elektronika2
-
+
{t("imo")}
- +993 65 123456
+ +993 61 126667
diff --git a/components/layout/Header.tsx b/components/layout/Header.tsx
index 5364655..ffbd266 100644
--- a/components/layout/Header.tsx
+++ b/components/layout/Header.tsx
@@ -94,13 +94,13 @@ export default function Header({ locale = "ru" }: HeaderProps) {
>
-
+ {/*
*/}
{/* Desktop Language Selector */}
-
*/}
{/* Desktop Search Bar */}
diff --git a/i18n/messages/ru.json b/i18n/messages/ru.json
index 4678e2a..6f7eb64 100644
--- a/i18n/messages/ru.json
+++ b/i18n/messages/ru.json
@@ -20,6 +20,7 @@
"all_collections_loaded": "Все коллекции загружены",
"info": "Инфо",
"instagram": "Instagram",
+ "tiktok": "Tiktok",
"email": "Email",
"imo": "IMO",
"contact_us": "Свяжитесь с нами",
diff --git a/i18n/messages/tm.json b/i18n/messages/tm.json
index b79eceb..5c6cd65 100644
--- a/i18n/messages/tm.json
+++ b/i18n/messages/tm.json
@@ -20,6 +20,7 @@
"all_collections_loaded": "Bütüň koleksiyonlar ýüklendi",
"info": "Maglumat",
"instagram": "Instagram",
+ "tiktok": "Tiktok",
"email": "Email",
"imo": "IMO",
"contact_us": "Biziň bilen habarlaşyň",