From f49198d429ffa75ace3c96767bc32c177b45555f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:14:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e61da63..06098e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,8 +89,8 @@ export default function LandingPage() { { id: "2", name: "Loaded Waffle Deluxe", price: "₹349", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2147788575.jpg", imageAlt: "Loaded waffle with multiple toppings" }, { id: "3", name: "Ice Cream Dream Waffle", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-waffles-plate-with-tea-eggs-flour-milk-dark-horizontal_176474-4852.jpg", imageAlt: "Waffle with ice cream scoop" }, { id: "4", name: "Chocolate Cold Coffee", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-frappe-assortment-white-table_23-2148623246.jpg", imageAlt: "Cold coffee shake beverage" }, - { id: "5", name: "Premium Brownie", price: "₹189", imageSrc: "http://img.b2bpic.net/free-photo/side-view-souffle-cake-with-chocolate-berry-jelly-whipped-cream-strawberry-chocolate-chips-plate_141793-3681.jpg", imageAlt: "Premium chocolate brownie" }, - { id: "6", name: "Chocolate Mousse", price: "₹179", imageSrc: "http://img.b2bpic.net/free-photo/side-view-souffle-cake-with-chocolate-berry-jelly-whipped-cream-strawberry-chocolate-chips-plate_141793-3681.jpg", imageAlt: "Rich chocolate mousse" } + { id: "5", name: "Premium Brownie", price: "₹189", imageSrc: "http://img.b2bpic.net/free-photo/side-view-souffle-cake-with-chocolate-berry-jelly-whipped-cream-strawberry-chocolate-chips-plate_141793-3681.jpg?_wi=1", imageAlt: "Premium chocolate brownie" }, + { id: "6", name: "Chocolate Mousse", price: "₹179", imageSrc: "http://img.b2bpic.net/free-photo/side-view-souffle-cake-with-chocolate-berry-jelly-whipped-cream-strawberry-chocolate-chips-plate_141793-3681.jpg?_wi=2", imageAlt: "Rich chocolate mousse" } ]} /> -- 2.49.1