From 5351916d2c92dc651711957c03d7e6b759fa4726 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 07:20:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 105 ++++++++++++++--------------------------------- 1 file changed, 30 insertions(+), 75 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 55b4c35..a288811 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,14 +30,10 @@ export default function LandingPage() { @@ -105,15 +88,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", value: "500+", title: "Daily Orders", description: "Delivering excellence with fresh ingredients daily.", imageSrc: "http://img.b2bpic.net/free-photo/indian-delicious-roti-with-copy-space_23-2149073332.jpg?_wi=2" - }, - { - id: "m2", value: "12", title: "Cuisine Types", description: "Diverse regional menus with authentic recipes.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086040.jpg?_wi=2" - }, - { - id: "m3", value: "4.8", title: "Rating", description: "Loved by thousands, rated globally.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-indian-rice-dish_23-2148747676.jpg?_wi=2" - }, + { id: "m1", value: "500+", title: "Daily Orders", description: "Delivering excellence with fresh ingredients daily.", imageSrc: "http://img.b2bpic.net/free-photo/indian-delicious-roti-with-copy-space_23-2149073332.jpg?_wi=2" }, + { id: "m2", value: "12", title: "Cuisine Types", description: "Diverse regional menus with authentic recipes.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086040.jpg?_wi=2" }, + { id: "m3", value: "4.8", title: "Rating", description: "Loved by thousands, rated globally.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-indian-rice-dish_23-2148747676.jpg?_wi=2" }, ]} title="Serving Joy Daily" description="Our numbers tell a delicious story." @@ -125,10 +102,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Ananya P.", date: "2024-05-15", title: "Amazing food", quote: "The best Paneer I've had in years!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/human-happy-woman-clanging-glasses-wine-table-cafe_23-2148016789.jpg"}, - { - id: "2", name: "Vikram S.", date: "2024-06-02", title: "Great experience", quote: "Authentic and quick. The menu is great.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018818.jpg"} + { id: "1", name: "Ananya P.", date: "2024-05-15", title: "Amazing food", quote: "The best Paneer I've had in years!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/human-happy-woman-clanging-glasses-wine-table-cafe_23-2148016789.jpg" }, + { id: "2", name: "Vikram S.", date: "2024-06-02", title: "Great experience", quote: "Authentic and quick. The menu is great.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018818.jpg" } ]} title="What Guests Say" description="Real experiences from our community." @@ -142,12 +117,9 @@ export default function LandingPage() { mediaAnimation="blur-reveal" faqsAnimation="blur-reveal" faqs={[ - { - id: "q1", title: "Do you deliver?", content: "Yes, we offer doorstep delivery via our app."}, - { - id: "q2", title: "Are you open on Sundays?", content: "We operate 7 days a week from 11 AM to 11 PM."}, - { - id: "q3", title: "Do you accept digital payments?", content: "Absolutely, we support UPI, Cards, and COD."}, + { id: "q1", title: "Do you deliver?", content: "Yes, we offer doorstep delivery via our app." }, + { id: "q2", title: "Are you open on Sundays?", content: "We operate 7 days a week from 11 AM to 11 PM." }, + { id: "q3", title: "Do you accept digital payments?", content: "Absolutely, we support UPI, Cards, and COD." }, ]} title="Frequently Asked" description="Everything you need to know." @@ -160,13 +132,10 @@ export default function LandingPage() { title="Get in Touch" description="Reserve a table or ask questions." inputs={[ - { - name: "name", type: "text", placeholder: "Your Name"}, - { - name: "email", type: "email", placeholder: "Email"}, + { name: "name", type: "text", placeholder: "Your Name" }, + { name: "email", type: "email", placeholder: "Email" }, ]} - textarea={{ - name: "message", placeholder: "Your request..."}} + textarea={{ name: "message", placeholder: "Your request..." }} imageSrc="http://img.b2bpic.net/free-photo/unfocused-background-with-wooden-furniture_1203-1690.jpg" /> @@ -175,26 +144,12 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1