From 929e6989d5a31c17d7ef2d00eaa0cd09518aebda Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:24:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 968695d..c146555 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Book a Table", href: "contact" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3394.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3394.jpg?_wi=1" imageAlt="Nirva Cafe - Elegant interior with warm lighting and cozy seating" mediaAnimation="blur-reveal" imagePosition="right" @@ -73,7 +73,7 @@ export default function LandingPage() { { value: "4.8", title: "Star Rating" }, { value: "190+", title: "Happy Customers" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3394.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3394.jpg?_wi=2" imageAlt="Nirva Cafe - Beautiful interior showcasing elegant seating and ambiance" useInvertedBackground={false} tagAnimation="slide-up" @@ -112,11 +112,11 @@ export default function LandingPage() {