From 83c9c1ab4811198b62c312a523cc6f2616ecfd7c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 05:30:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 154 +++++++++++------------------------------------ 1 file changed, 35 insertions(+), 119 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90a37f8..07b5b2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Elektromobil Quvvatlash", - items: [ + title: "Elektromobil Quvvatlash", items: [ { label: "Stantsiyalarni Topish", href: "#features" }, { label: "Qadrlar", href: "/pricing" }, { label: "Mobil Ilova", href: "#features" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Kompaniya", - items: [ + title: "Kompaniya", items: [ { label: "Biz Haqimizda", href: "#about" }, { label: "Jamoamiz", href: "#team" }, { label: "Karyera", href: "#" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Qo'llab-Quvvatlash", - items: [ + title: "Qo'llab-Quvvatlash", items: [ { label: "Yordam Markazi", href: "#faq" }, { label: "Aloqa Qiling", href: "/contact" }, { label: "Masalalarni Hal Qilish", href: "#" }, @@ -50,8 +47,7 @@ export default function HomePage() { ], }, { - title: "Hukuki", - items: [ + title: "Hukuki", items: [ { label: "Shartlar va Qoidalar", href: "#" }, { label: "Maxfiylik Siyosati", href: "#" }, { label: "Kukilar Siyosati", href: "#" }, @@ -89,13 +85,9 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { - text: "Hozir Boshlang", - href: "/pricing", - }, + text: "Hozir Boshlang", href: "/pricing"}, { - text: "Ko'proq Bilish", - href: "#features", - }, + text: "Ko'proq Bilish", href: "#features"}, ]} buttonAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AseB1Ig7rX3JSY87uOsJlOl92O/modern-electric-vehicle-charging-station-1773552217624-e1386cb6.png" @@ -115,27 +107,16 @@ export default function HomePage() { tagAnimation="blur-reveal" buttons={[ { - text: "Batafsil Ko'rish", - href: "#about", - }, + text: "Batafsil Ko'rish", href: "#about"}, ]} buttonAnimation="blur-reveal" accordionItems={[ { - id: "acc-1", - title: "Tezkor Quvvatlash", - content: "Bizning stantsiyalari 30 daqiqada 80% qadriga to'ldirish qobiliyatiga ega. Eng yangi texnologiya va optimal quvvat taqsimoti bilan.", - }, + id: "acc-1", title: "Tezkor Quvvatlash", content: "Bizning stantsiyalari 30 daqiqada 80% qadriga to'ldirish qobiliyatiga ega. Eng yangi texnologiya va optimal quvvat taqsimoti bilan."}, { - id: "acc-2", - title: "Mobil Ilovasi", - content: "ElektroHub mobil ilovasida barcha stantsiyalarni topib, real vaqtda mavjudlik tekshiring, bron qiling va pulni to'lang.", - }, + id: "acc-2", title: "Mobil Ilovasi", content: "ElektroHub mobil ilovasida barcha stantsiyalarni topib, real vaqtda mavjudlik tekshiring, bron qiling va pulni to'lang."}, { - id: "acc-3", - title: "Sarmoyasiz Xizmat", - content: "Aqlli qiymatga esa to'g'ri-to'g'ri pul to'lashingiz mumkin. Raqamli dastlabki xarajat yo'q, oson ro'yxatdan o'tish.", - }, + id: "acc-3", title: "Sarmoyasiz Xizmat", content: "Aqlli qiymatga esa to'g'ri-to'g'ri pul to'lashingiz mumkin. Raqamli dastlabki xarajat yo'q, oson ro'yxatdan o'tish."}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AseB1Ig7rX3JSY87uOsJlOl92O/close-up-of-a-high-speed-ev-charging-con-1773552218465-35737f7f.jpg?_wi=1" imageAlt="Fast charging connector with energy visualization" @@ -150,15 +131,10 @@ export default function HomePage() {