From 8d32c05d69ddc63c6b9ba1a7ed5291d7cdc0f546 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 06:42:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 231 ++++++++++------------------------------------- 1 file changed, 50 insertions(+), 181 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ddca928..0c5bef6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,135 +29,75 @@ export default function LandingPage() {
@@ -170,23 +110,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Masala Dosa", - price: "₹180", - imageSrc: "http://img.b2bpic.net/free-photo/side-lamb-ragout-with-fried-onion-carrot-tomato-sauce-greens-vegetable-salad-table_141793-4744.jpg?_wi=5", - }, + id: "p1", name: "Masala Dosa", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/side-lamb-ragout-with-fried-onion-carrot-tomato-sauce-greens-vegetable-salad-table_141793-4744.jpg"}, { - id: "p2", - name: "Veg Thali", - price: "₹250", - imageSrc: "http://img.b2bpic.net/free-photo/side-lamb-ragout-with-fried-onion-carrot-tomato-sauce-greens-vegetable-salad-table_141793-4744.jpg?_wi=6", - }, + id: "p2", name: "Veg Thali", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/side-lamb-ragout-with-fried-onion-carrot-tomato-sauce-greens-vegetable-salad-table_141793-4744.jpg"}, { - id: "p3", - name: "Special Biryani", - price: "₹220", - imageSrc: "http://img.b2bpic.net/free-photo/side-lamb-ragout-with-fried-onion-carrot-tomato-sauce-greens-vegetable-salad-table_141793-4744.jpg?_wi=7", - }, + id: "p3", name: "Special Biryani", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/side-lamb-ragout-with-fried-onion-carrot-tomato-sauce-greens-vegetable-salad-table_141793-4744.jpg"}, ]} title="Signature Dishes" description="Explore our curated selection of authentic South and North Indian delicacies." @@ -195,28 +123,17 @@ export default function LandingPage() {