From f5cb2faf40cf16ed25fba41d1464c85821f741ea Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:41:05 +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 cc2b189..3a21f7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { dashboard={{ title: "Culinary Excellence", logoIcon: ChefHat, imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-arrangement-black-delicious-food-dark-table_23-2148425506.jpg", searchPlaceholder: "Explore our offerings", sidebarItems: [ + "http://img.b2bpic.net/free-photo/high-angle-arrangement-black-delicious-food-dark-table_23-2148425506.jpg?_wi=1", searchPlaceholder: "Explore our offerings", sidebarItems: [ { icon: UtensilsCrossed }, { icon: Wine }, { icon: UtensilsCrossed }, @@ -126,7 +126,7 @@ export default function LandingPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-arrangement-black-delicious-food-dark-table_23-2148425506.jpg", imageAlt: "Ricotta Ravioli with Truffle"}, + "http://img.b2bpic.net/free-photo/high-angle-arrangement-black-delicious-food-dark-table_23-2148425506.jpg?_wi=2", imageAlt: "Ricotta Ravioli with Truffle"}, { imageSrc: "http://img.b2bpic.net/free-photo/pasta-bolognese-with-bacon_661915-132.jpg", imageAlt: "Traditional Gnocchi Ragù"}, -- 2.49.1