From f1f85c5564e7b60e60b3d014366cd8262b1ef18a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 14:00:08 +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 3f246ca..d999566 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { background={{ variant: "plain" }} carouselItems={[ { id: "1", imageSrc: "https://img.b2bpic.net/free-photo/view-delicious-pasta-plate_23-2150937397.jpg" }, - { id: "2", imageSrc: "https://img.b2bpic.net/free-photo/front-view-tasty-meat-burger-with-cheese-dark-background_140725-89596.jpg" }, + { id: "2", imageSrc: "https://img.b2bpic.net/free-photo/front-view-tasty-meat-burger-with-cheese-dark-background_140725-89596.jpg?_wi=1" }, { id: "3", imageSrc: "https://img.b2bpic.net/free-photo/classic-cheeseburger-with-fries-table_23-2148247844.jpg" }, { id: "4", imageSrc: "https://img.b2bpic.net/free-photo/close-up-various-indian-food-served_23-2149591963.jpg" }, { id: "5", imageSrc: "https://img.b2bpic.net/free-photo/tasty-burger-with-chicken-sauce-cheese_140725-5603.jpg" }, @@ -75,7 +75,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "p1", name: "Gourmet Burger", price: "Rs. 850", imageSrc: "https://img.b2bpic.net/free-photo/front-view-tasty-meat-burger-with-cheese-dark-background_140725-89596.jpg" }, + { id: "p1", name: "Gourmet Burger", price: "Rs. 850", imageSrc: "https://img.b2bpic.net/free-photo/front-view-tasty-meat-burger-with-cheese-dark-background_140725-89596.jpg?_wi=2" }, { id: "p2", name: "Spicy Chicken", price: "Rs. 700", imageSrc: "https://img.b2bpic.net/free-photo/fried-chicken-wings-barbecue-sauce-with-spicy-honey-lemon-garnish-sesame-seeds_123827-23000.jpg" }, { id: "p3", name: "Fresh Caesar Salad", price: "Rs. 550", imageSrc: "https://img.b2bpic.net/free-photo/fresh-caesar-salad-with-grilled-chicken-parmesan-cheese_23-2151044458.jpg" }, { id: "p4", name: "Artisan Pizza", price: "Rs. 1200", imageSrc: "https://img.b2bpic.net/free-photo/delicious-freshly-baked-pizza-cutting-board_114579-2465.jpg" }