From 40d91e4114577d682125cda8bbbc3ac4bf7f13f0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 03:08:39 +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 07287bb..8540126 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-ketchup-herbs_23-2148701495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-ketchup-herbs_23-2148701495.jpg?_wi=1", imageAlt: "Proper chips presentation", }, { @@ -122,7 +122,7 @@ export default function LandingPage() { quote: "Proper chips… tasted amazing.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427598.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-ketchup-herbs_23-2148701495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salted-french-fries-with-ketchup-herbs_23-2148701495.jpg?_wi=2", imageAlt: "portrait happy customer eating", }, { @@ -155,7 +155,7 @@ export default function LandingPage() { quote: "Great service and even better chips.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/blue-box-french-fries-with-copy-space_23-2148272964.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-cake-with-berries-waffles-bowls-colorful-sweets-cookies_140725-71838.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-cake-with-berries-waffles-bowls-colorful-sweets-cookies_140725-71838.jpg?_wi=1", imageAlt: "portrait happy customer eating", }, { @@ -166,7 +166,7 @@ export default function LandingPage() { quote: "Such a lovely local spot.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-potatoes-delicious-dish-with-greens-dark-surface-bake-cooking-potato-meal-dish-dinner_140725-101572.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149647824.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149647824.jpg?_wi=1", imageAlt: "portrait happy customer eating", }, ]} @@ -198,7 +198,7 @@ export default function LandingPage() { price: "$7.95", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-cake-with-berries-waffles-bowls-colorful-sweets-cookies_140725-71838.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-cake-with-berries-waffles-bowls-colorful-sweets-cookies_140725-71838.jpg?_wi=2", }, { id: "p3", @@ -294,7 +294,7 @@ export default function LandingPage() { title: "Fresh ingredients", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149647824.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149647824.jpg?_wi=2" mediaAnimation="slide-up" metricsAnimation="slide-up" imageAlt="Cozy shop interior" -- 2.49.1