From 072a664861706d2ed1209897e090ad847c056224 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 06:48:18 +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 6b84ed6..27773f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,14 +142,14 @@ export default function LandingPage() { id: "p1", name: "Midnight Fudge", price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/side-close-view-plate-sweet-with-berries-flour-tea-sieve-chocolate-nuts-side-marble-background_140725-133904.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-close-view-plate-sweet-with-berries-flour-tea-sieve-chocolate-nuts-side-marble-background_140725-133904.jpg?_wi=1", imageAlt: "Midnight Fudge Cake", }, { id: "p2", name: "Strawberry Dream", price: "$52", - imageSrc: "http://img.b2bpic.net/free-photo/white-creamy-cake-with-strawberries_140725-904.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-creamy-cake-with-strawberries_140725-904.jpg?_wi=1", imageAlt: "Strawberry Dream Cake", }, { @@ -203,7 +203,7 @@ export default function LandingPage() { role: "Wedding Client", company: "Happy Couple", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-using-smartphone-breakfast_23-2147788236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-using-smartphone-breakfast_23-2147788236.jpg?_wi=1", }, { id: "t2", @@ -235,7 +235,7 @@ export default function LandingPage() { role: "Food Blogger", company: "SweetReviews", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-using-smartphone-breakfast_23-2147788236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-using-smartphone-breakfast_23-2147788236.jpg?_wi=2", }, ]} title="Words of Sweetness" @@ -260,7 +260,7 @@ export default function LandingPage() { "Creative", "Artisan", ], - imageSrc: "http://img.b2bpic.net/free-photo/side-close-view-plate-sweet-with-berries-flour-tea-sieve-chocolate-nuts-side-marble-background_140725-133904.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-close-view-plate-sweet-with-berries-flour-tea-sieve-chocolate-nuts-side-marble-background_140725-133904.jpg?_wi=2", }, { id: "f2", @@ -271,7 +271,7 @@ export default function LandingPage() { "Quality", "Organic", ], - imageSrc: "http://img.b2bpic.net/free-photo/white-creamy-cake-with-strawberries_140725-904.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-creamy-cake-with-strawberries_140725-904.jpg?_wi=2", }, ]} /> -- 2.49.1