From 16dbc09debe27c5c3b98253121e3079ae3a31ea5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:01:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 189 ++++++++++------------------------------------- 1 file changed, 38 insertions(+), 151 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d8ef6a..0923380 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,19 +48,14 @@ export default function LandingPage() {
@@ -107,20 +88,11 @@ export default function LandingPage() { description="From street-style Bun Kababs to our famous Tawa Chicken, explore a menu curated for true food lovers." accordionItems={[ { - id: "a1", - title: "Popular Starters", - content: "Experience our crispy Mixed Bhindi Crisp Chaat and flavorful Golgappa Shots.", - }, + id: "a1", title: "Popular Starters", content: "Experience our crispy Mixed Bhindi Crisp Chaat and flavorful Golgappa Shots."}, { - id: "a2", - title: "Main Courses", - content: "Indulge in our Terrific Tawa Chicken and traditional Hyderabadi Daal Chawal.", - }, + id: "a2", title: "Main Courses", content: "Indulge in our Terrific Tawa Chicken and traditional Hyderabadi Daal Chawal."}, { - id: "a3", - title: "Sweet Endings", - content: "Savor the Nutella Paratha or enjoy our classic Jalebis for a perfect sweet finish.", - }, + id: "a3", title: "Sweet Endings", content: "Savor the Nutella Paratha or enjoy our classic Jalebis for a perfect sweet finish."}, ]} imageSrc="http://img.b2bpic.net/free-photo/sauce-lavash-near-rice_23-2147894623.jpg" mediaAnimation="slide-up" @@ -135,41 +107,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Tawa Chicken", - price: "PKR 1,200", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-lavash-onion-greens-arugula-sumakh-top-view_141793-3126.jpg", - }, + id: "p1", name: "Tawa Chicken", price: "PKR 1,200", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-lavash-onion-greens-arugula-sumakh-top-view_141793-3126.jpg"}, { - id: "p2", - name: "Aloo Bun Kabab", - price: "PKR 450", - imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-taiwan-s-pita-bread-bun-sandwich-gua-bao_23-2148123620.jpg", - }, + id: "p2", name: "Aloo Bun Kabab", price: "PKR 450", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-taiwan-s-pita-bread-bun-sandwich-gua-bao_23-2148123620.jpg"}, { - id: "p3", - name: "Panipuri Shots", - price: "PKR 600", - imageSrc: "http://img.b2bpic.net/free-photo/fried-salty-chickpea-served-with-spicy-mayonnaise-sauce_140725-6654.jpg", - }, + id: "p3", name: "Panipuri Shots", price: "PKR 600", imageSrc: "http://img.b2bpic.net/free-photo/fried-salty-chickpea-served-with-spicy-mayonnaise-sauce_140725-6654.jpg"}, { - id: "p4", - name: "SS Chai", - price: "PKR 300", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-cup-tea-candles-teapot_169016-49928.jpg", - }, + id: "p4", name: "SS Chai", price: "PKR 300", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-cup-tea-candles-teapot_169016-49928.jpg"}, { - id: "p5", - name: "Namkeen Lassi", - price: "PKR 350", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-green-syrup_140725-3394.jpg", - }, + id: "p5", name: "Namkeen Lassi", price: "PKR 350", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-green-syrup_140725-3394.jpg"}, { - id: "p6", - name: "Jalebi Plate", - price: "PKR 400", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-cake-inside-black-cake-pan-with-physalises-pink-desk_140725-50300.jpg", - }, + id: "p6", name: "Jalebi Plate", price: "PKR 400", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-cake-inside-black-cake-pan-with-physalises-pink-desk_140725-50300.jpg"}, ]} title="Popular Hits" description="The items our customers keep coming back for time and time again." @@ -178,30 +126,16 @@ export default function LandingPage() {