From ddf8bca28cac07510abd57e2fd75e0e1926fbd92 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:21:19 +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 911e85d..deb5b99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,10 +55,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/light-lamp-decor-glowing_1339-3091.jpg", imageAlt: "Citrus By The Pool - Poolside Dining" }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-healthy-food_23-2148145640.jpg", imageAlt: "Citrus By The Pool - Restaurant Interior" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-healthy-food_23-2148145640.jpg?_wi=1", imageAlt: "Citrus By The Pool - Restaurant Interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fresh-cheese-table_23-2150267670.jpg", imageAlt: "Generous Fusion Portions" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fresh-cheese-table_23-2150267670.jpg?_wi=1", imageAlt: "Generous Fusion Portions" } ]} autoplayDelay={4000} @@ -76,7 +76,7 @@ export default function LandingPage() { { value: "20,000+", title: "Five-Star Reviews" }, { value: "100% Halal", title: "Certified & Transparent" } ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-dish-healthy-food_23-2148145640.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-dish-healthy-food_23-2148145640.jpg?_wi=2" imageAlt="Citrus By The Pool Restaurant" mediaAnimation="slide-up" useInvertedBackground={false} @@ -94,7 +94,7 @@ export default function LandingPage() { id: "1", title: "Generous Portions", descriptions: [ "Shareable family platters designed for groups", "Premium ingredients with authentic recipes", "Value for money without compromising quality" ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fresh-cheese-table_23-2150267670.jpg", imageAlt: "Generous Fusion Portions" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fresh-cheese-table_23-2150267670.jpg?_wi=2", imageAlt: "Generous Fusion Portions" }, { id: "2", title: "Halal Certified", descriptions: [ -- 2.49.1