From 9936dcd3e542cd57d28e56a507aed490240f5f0e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 20:47:40 +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 4a9a476..3cd4ffa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-table-served-with-pilaf-with-dried-fruits-served-stewed-meat-with-herbs-bowls_140725-12864.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-table-served-with-pilaf-with-dried-fruits-served-stewed-meat-with-herbs-bowls_140725-12864.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -227,7 +227,7 @@ export default function LandingPage() { role: "Regular Guest", company: "Business", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-enjoying-cafe-while-waiter-is-brining-their-order-table_637285-573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-enjoying-cafe-while-waiter-is-brining-their-order-table_637285-573.jpg?_wi=1", }, { id: "5", @@ -235,7 +235,7 @@ export default function LandingPage() { role: "Food Blogger", company: "Urban Eats", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-enjoying-cafe-while-waiter-is-brining-their-order-table_637285-573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-enjoying-cafe-while-waiter-is-brining-their-order-table_637285-573.jpg?_wi=2", }, ]} title="Guest Testimonials" @@ -249,7 +249,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Frequently Asked Questions" description="Answers to common questions about our dining experience, reservations, and events." - imageSrc="http://img.b2bpic.net/free-photo/side-view-table-served-with-pilaf-with-dried-fruits-served-stewed-meat-with-herbs-bowls_140725-12864.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-table-served-with-pilaf-with-dried-fruits-served-stewed-meat-with-herbs-bowls_140725-12864.jpg?_wi=2" mediaAnimation="slide-up" faqsAnimation="slide-up" faqs={[ -- 2.49.1