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() {