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" }, ],