From 94c9beedcca7463664ea99c1778b9d64e6fd4e44 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:47:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fe2feb..8c5c775 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/colored-ice-cream-white-background_1268-31784.jpg", imageAlt: "Colorful ice cream collection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone-marble_23-2148141407.jpg", imageAlt: "Premium vanilla ice cream"}, + imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone-marble_23-2148141407.jpg?_wi=1", imageAlt: "Premium vanilla ice cream"}, ]} rating={5} ratingText="Loved by 31 Years of Loyal Customers" @@ -74,7 +74,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Baskin-Robbins", name: "Classic Vanilla", price: "$5.99", rating: 5, - reviewCount: "8.2k", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone-marble_23-2148141407.jpg", imageAlt: "Classic Vanilla Ice Cream"}, + reviewCount: "8.2k", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone-marble_23-2148141407.jpg?_wi=2", imageAlt: "Classic Vanilla Ice Cream"}, { id: "2", brand: "Baskin-Robbins", name: "Rich Chocolate", price: "$5.99", rating: 5, reviewCount: "7.8k", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-chocolate-ice-cream-flavor_23-2148422062.jpg", imageAlt: "Rich Chocolate Ice Cream"}, @@ -137,17 +137,17 @@ export default function LandingPage() {