From 06f7beee884b68b47865f0106e9919397ce98759 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:04:07 +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 7f511b7..a2abb7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,7 +30,7 @@ const heroButtons = [ const dashboardData = { title: "Aangan Pure Veg Restaurant", logoIcon: UtensilsCrossed, - imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg", searchPlaceholder: "Search menu items...", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=1", searchPlaceholder: "Search menu items...", buttons: [ { text: "Get Directions", href: "https://maps.google.com" }, { text: "View Menu", href: "#dishes" }, ], @@ -228,7 +228,7 @@ export default function LandingPage() { buttonAnimation="slide-up" dashboard={{ title: "Aangan Pure Veg Restaurant", logoIcon: UtensilsCrossed, - imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg", searchPlaceholder: "Search menu items...", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=2", searchPlaceholder: "Search menu items...", buttons: [ { text: "Get Directions", href: "https://maps.google.com" }, { text: "View Menu", href: "#dishes" }, ],