From 7d99c83018303a67f34544004a67af16077c0d48 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:21:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 255 +++++++---------------------------------------- 1 file changed, 38 insertions(+), 217 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08e42c4..c1b3815 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,70 +30,30 @@ export default function LandingPage() {
@@ -236,36 +116,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "adv-1", - title: "Freshness Daily", - value: "100%", - items: [ - "Sourced daily", - "No artificial pesticides", - "Local farmers", - ], - }, - { - id: "adv-2", - title: "Great Prices", - value: "Low", - items: [ - "Daily discounts", - "Affordable rates", - "Transparent pricing", - ], - }, - { - id: "adv-3", - title: "Variety", - value: "Huge", - items: [ - "Wide selection", - "Global brands", - "Exclusive items", - ], - }, + { id: "adv-1", title: "Freshness Daily", value: "100%", items: ["Sourced daily", "No artificial pesticides", "Local farmers"] }, + { id: "adv-2", title: "Great Prices", value: "Low", items: ["Daily discounts", "Affordable rates", "Transparent pricing"] }, + { id: "adv-3", title: "Variety", value: "Huge", items: ["Wide selection", "Global brands", "Exclusive items"] }, ]} title="Why Choose Korzinka?" description="Your reliable partner for everyday shopping." @@ -278,23 +131,11 @@ export default function LandingPage() { title="Visit or Contact Us" description="Have questions? Our support team in Tashkent is ready to help." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Your Email", required: true }, ]} textarea={{ - name: "message", - placeholder: "How can we help?", - rows: 4, + name: "message", placeholder: "How can we help?", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/empty-cashier-work-place_171337-2421.jpg" @@ -305,37 +146,17 @@ export default function LandingPage() {