From 25cb23a8276bf761fdccc87eb63565123de8c6f1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 13:05:25 +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 3ba9268..616b6eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "pizza", name: "Cheese Pizza", price: "৳300", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-tray-top-view_23-2149235565.jpg", imageAlt: "pizza slice pepperoni cheese tasty", initialQuantity: 1 + id: "pizza", name: "Cheese Pizza", price: "৳300", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-tray-top-view_23-2149235565.jpg?_wi=1", imageAlt: "pizza slice pepperoni cheese tasty", initialQuantity: 1 }, { id: "fried-rice", name: "Fried Rice with Chicken", price: "৳280", imageSrc: "http://img.b2bpic.net/free-photo/asian-food-box-left-corner-copy-space_23-2148242622.jpg", imageAlt: "fried rice chicken asian cuisine", initialQuantity: 1 @@ -94,7 +94,7 @@ export default function LandingPage() { id: "combo", name: "Combo Meal", price: "৳350", imageSrc: "http://img.b2bpic.net/free-photo/still-life-food-delivery_23-2149198177.jpg", imageAlt: "combo meal fast food set", initialQuantity: 1 }, { - id: "special-pizza", name: "Special Pepperoni Pizza", price: "৳400", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-tray-top-view_23-2149235565.jpg", imageAlt: "pizza slice pepperoni cheese tasty", initialQuantity: 1 + id: "special-pizza", name: "Special Pepperoni Pizza", price: "৳400", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-tray-top-view_23-2149235565.jpg?_wi=2", imageAlt: "pizza slice pepperoni cheese tasty", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1