From 4ae88e664f07e96bad7799c82866e7d41e082c2e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 13:19:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 382ba4e..826ff4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-shrimps-fried-pan_23-2148253421.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-shrimps-fried-pan_23-2148253421.jpg?_wi=1", imageAlt: "Fresh catch display", }, { @@ -131,7 +131,7 @@ export default function LandingPage() { imageAlt: "Market display", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/tasty-shrimps-fried-pan_23-2148253421.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-shrimps-fried-pan_23-2148253421.jpg?_wi=2", imageAlt: "luxury mediterranean seafood restaurant dining", }, { @@ -148,7 +148,7 @@ export default function LandingPage() { imageAlt: "Custom preparation", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/glass-apple-cider-with-lime-slice-apple-peel-green-background_185193-165847.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-apple-cider-with-lime-slice-apple-peel-green-background_185193-165847.jpg?_wi=1", imageAlt: "luxury mediterranean seafood restaurant dining", }, { @@ -165,7 +165,7 @@ export default function LandingPage() { imageAlt: "Fresh presentation", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee-cup_23-2149455885.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee-cup_23-2149455885.jpg?_wi=1", imageAlt: "luxury mediterranean seafood restaurant dining", }, ]} @@ -188,7 +188,7 @@ export default function LandingPage() { price: "$35", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/glass-apple-cider-with-lime-slice-apple-peel-green-background_185193-165847.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-apple-cider-with-lime-slice-apple-peel-green-background_185193-165847.jpg?_wi=2", }, { id: "2", @@ -253,7 +253,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "Everything was flavorful and fresh. The whole experience was top-notch!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee-cup_23-2149455885.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee-cup_23-2149455885.jpg?_wi=2", }, { id: "2", -- 2.49.1