From 2b141af609ae4fd2767b45607d6a7e6329bdcde6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 11:55:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6dfe484..acfa345 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fried-chicken-with-mushrooms-tomato_140725-3752.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fried-chicken-with-mushrooms-tomato_140725-3752.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -132,17 +132,17 @@ export default function LandingPage() { { title: "Quick Bites", description: "Perfect for when you're on the go.", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-surprised-expression_1194-2444.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-surprised-expression_1194-2444.jpg?_wi=1", }, { title: "Private Dining", description: "An intimate setting for your special moments.", - imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6426.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6426.jpg?_wi=1", }, { title: "Vegan & Veg Options", description: "Fresh, healthy, and delicious dishes for all diets.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cabbage-salad-with-vegetables-light-dark-background_140725-136237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cabbage-salad-with-vegetables-light-dark-background_140725-136237.jpg?_wi=1", }, ]} title="Our Diverse Offerings" @@ -272,7 +272,7 @@ export default function LandingPage() { quote: "Excellent multi-cuisine selection.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mushrooms-tomato_140725-3752.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mushrooms-tomato_140725-3752.jpg?_wi=2", imageAlt: "happy customer dining experience", }, { @@ -294,7 +294,7 @@ export default function LandingPage() { quote: "Love the late-night options.", tag: "Casual", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-beer-eating-olives_23-2147680959.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-surprised-expression_1194-2444.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-surprised-expression_1194-2444.jpg?_wi=2", imageAlt: "happy customer dining experience", }, { @@ -305,7 +305,7 @@ export default function LandingPage() { quote: "Great facilities for everyone.", tag: "Accessible", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6426.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6426.jpg?_wi=2", imageAlt: "happy customer dining experience", }, { @@ -316,7 +316,7 @@ export default function LandingPage() { quote: "The drinks are fantastic.", tag: "Social", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cabbage-salad-with-vegetables-light-dark-background_140725-136237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cabbage-salad-with-vegetables-light-dark-background_140725-136237.jpg?_wi=2", imageAlt: "happy customer dining experience", }, ]} -- 2.49.1