From b3fe20eca532ccbaf3cfdb17b61c1e8e9ea04dcc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 13:27:45 +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 4b82c3c..3ec50a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { buttons={[{ text: "Explore Menu", href: "#menu" }]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-bucket-with-forks-napkins-trendy-cafe-table_181624-8190.jpg", imageAlt: "Authentic dining" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg", imageAlt: "Chef special" } + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg?_wi=1", imageAlt: "Chef special" } ]} autoplayDelay={4000} /> @@ -72,7 +72,7 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Traditional", name: "Feast", price: "$18", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-arugula-greens-orange-tomato-bread_140725-10998.jpg" }, { id: "p2", brand: "Heritage", name: "Spice Curry", price: "$15", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mangal-salad-with-dill-tomatoes_114579-4304.jpg" }, - { id: "p3", brand: "Chef's", name: "Special Delight", price: "$22", rating: 4, reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg" }, + { id: "p3", brand: "Chef's", name: "Special Delight", price: "$22", rating: 4, reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg?_wi=2" }, ]} />