diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b60806..6c8e0dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Explore Menu", href: "#menu" } ]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/beautiful-decorated-table-with-pine-leaf_8353-10194.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-decorated-table-with-pine-leaf_8353-10194.jpg?_wi=1" imageAlt="Elegant dining ambiance at Turtle Rock Restaurant" mediaAnimation="slide-up" /> @@ -87,7 +87,7 @@ export default function LandingPage() { }, { id: "reservations", title: "Easy Reservations", tags: ["Groups", "Solo Diners"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-decorated-table-with-pine-leaf_8353-10194.jpg", imageAlt: "Welcoming dining environment for all guests" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-decorated-table-with-pine-leaf_8353-10194.jpg?_wi=2", imageAlt: "Welcoming dining environment for all guests" } ]} animationType="slide-up"