From 233fd27ac823d458e7b3e2d3218dd37bf41e91ea Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:21:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dd8a9bd..88f613f 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?_wi=1", imageAlt: "Elegant fine dining restaurant interior" + 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/professional-chef-preparing-food-kitchen_23-2149727971.jpg?_wi=1", imageAlt: "Professional chefs preparing meals in restaurant kitchen" + imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727971.jpg", 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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727971.jpg" imageAlt="Our expert culinary team" mediaAnimation="slide-up" metrics={[ @@ -141,7 +141,7 @@ export default function LandingPage() { id: "4", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/amused-joyful-optimistic-young-excited-blond-european-female-model-hoodie-smiling-broadly-close-e_1258-136506.jpg", imageAlt: "Michael Chen" } ]} - cardTitle="\"An Unforgettable Evening\"" + cardTitle="An Unforgettable Evening" cardTag="Exceptional Service" cardTagIcon={Star} cardAnimation="slide-up" @@ -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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg" imageAlt="Intimate restaurant dining" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1