From c1685a59a19cc103b353cb120e4372414752fc15 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 23:51:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eac74e8..0962f73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { { id: "p2", name: "Artisan Pizza", price: "₹350", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113696.jpg?_wi=1"}, { - id: "p3", name: "Cold Brew", price: "₹200", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=1"}, + id: "p3", name: "Cold Brew", price: "₹200", variant: "Drink", imageSrc: "http://img.b2bpic.net/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=1"}, { id: "p4", name: "Peri Peri Fries", price: "₹180", variant: "Snack", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DBoOqclKjLXd1pA0No8LV1hQtm/uploaded-1777765126728-axnho2k4.jpg"}, { @@ -210,9 +210,4 @@ export default function LandingPage() { ); -} -" - } - ], - "rawPlan": "I have updated the menu section to include more food items, offering a wider selection for customers to explore. I've also slightly adjusted the description to reflect the expanded offerings." } \ No newline at end of file -- 2.49.1