From b18e0b17d845d16d02f0bec51f75bf58576d7195 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:20:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09e3f9f..dd8a9bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,10 +54,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Elegant fine dining restaurant interior" + imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=1", imageAlt: "Elegant fine dining restaurant interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727971.jpg", imageAlt: "Professional chefs preparing meals in restaurant kitchen" + imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727971.jpg?_wi=1", imageAlt: "Professional chefs preparing meals in restaurant kitchen" } ]} mediaAnimation="slide-up" @@ -73,7 +73,7 @@ export default function LandingPage() { tag="Est. 2015" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727971.jpg" + imageSrc="http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727971.jpg?_wi=2" imageAlt="Our expert culinary team" mediaAnimation="slide-up" metrics={[ @@ -188,7 +188,7 @@ export default function LandingPage() { title="Reserve Your Table" description="Join us for an exceptional dining experience. Complete the form below to secure your reservation." useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg" + imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=2" imageAlt="Intimate restaurant dining" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1