From 505b6bb74433faa1c68335197be39d488d161a43 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 05:13:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 185 ++++++++++++----------------------------------- 1 file changed, 45 insertions(+), 140 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf698dc..e3f8fdc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,65 +45,40 @@ export default function LandingPage() {
@@ -121,14 +88,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Most homely food in Pune", - "Best Dal Makhani", - "Authentic North Indian taste", - "Warm, welcoming staff", - "Absolutely divine paranthas", - "Taste of Chandigarh in every bite", - "Super fresh and aromatic", - ]} + "Most homely food in Pune", "Best Dal Makhani", "Authentic North Indian taste", "Warm, welcoming staff", "Absolutely divine paranthas", "Taste of Chandigarh in every bite", "Super fresh and aromatic"]} title="A Hidden Gem That People Can’t Stop Talking About" description="Authentic, homely, and full of flavour." /> @@ -151,44 +111,20 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Chole Bhature", - price: "₹179", - imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086078.jpg", - }, + id: "p1", name: "Chole Bhature", price: "₹179", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086078.jpg"}, { - id: "p2", - name: "Dal Makhani", - price: "₹149", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-soup-lentils-indian-dhal-spicy-curry-bowl-spices-herbs-rustic-black-wooden-table_2829-18717.jpg", - }, + id: "p2", name: "Dal Makhani", price: "₹149", imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-soup-lentils-indian-dhal-spicy-curry-bowl-spices-herbs-rustic-black-wooden-table_2829-18717.jpg"}, { - id: "p3", - name: "Paneer Butter Masala", - price: "₹159", - imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246078.jpg", - }, + id: "p3", name: "Paneer Butter Masala", price: "₹159", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246078.jpg"}, { - id: "p4", - name: "Mix Veg Dry", - price: "₹139", - imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-spices-dish-brown-plate-green-beans-tomatoes-fork-dark-table_140725-123039.jpg", - }, + id: "p4", name: "Butter Chicken", price: "₹249", imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-curry-bowl_23-2149086036.jpg"}, { - id: "p5", - name: "Assorted Breads", - price: "₹29", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bread-hot-fresh-brown-wooden-desk_140725-25894.jpg", - }, + id: "p5", name: "Mutton Rogan Josh", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/lamb-curry-with-rice_23-2149086048.jpg"}, { - id: "p6", - name: "Gulab Jamun", - price: "₹39", - imageSrc: "http://img.b2bpic.net/free-photo/pile-carrots-blue-tray-marble-surface_114579-63907.jpg", - }, + id: "p6", name: "Gulab Jamun", price: "₹39", imageSrc: "http://img.b2bpic.net/free-photo/pile-carrots-blue-tray-marble-surface_114579-63907.jpg"}, ]} title="Authentic Flavours" - description="Handcrafted dishes, prepared fresh to order." + description="Handcrafted dishes, prepared fresh to order. Now featuring a selection of classic meat delicacies." /> @@ -199,32 +135,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Traditional Recipes", - tags: [ - "Authentic", - "Homely", - ], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086052.jpg", - }, + id: "f1", title: "Traditional Recipes", tags: [ + "Authentic", "Homely"], + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086052.jpg"}, { - id: "f2", - title: "Fresh Ingredients", - tags: [ - "Pure", - "Vegetarian", - ], - imageSrc: "http://img.b2bpic.net/free-photo/view-classic-tomato-soup-brown-cutting-board-mixed-color-table_140725-86491.jpg", - }, + id: "f2", title: "Premium Ingredients", tags: [ + "Pure", "Quality"], + imageSrc: "http://img.b2bpic.net/free-photo/view-classic-tomato-soup-brown-cutting-board-mixed-color-table_140725-86491.jpg"}, { - id: "f3", - title: "Warm Hospitality", - tags: [ - "Punjabi", - "Service", - ], - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pakistani-food-arrangement_23-2148825110.jpg", - }, + id: "f3", title: "Warm Hospitality", tags: [ + "Punjabi", "Service"], + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pakistani-food-arrangement_23-2148825110.jpg"}, ]} title="Why Sector 17?" description="More than a restaurant, it's a feeling of home." @@ -235,8 +156,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1