From a1571ace853754631091cd206cb0ab6a733d71da Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:16:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28ccc39..8e64292 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@elena_events", testimonial: "The attention to detail in their bespoke work is truly unmatched. A masterpiece.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pie-slices-with-glass-tea_114579-16017.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pie-slices-with-glass-tea_114579-16017.jpg?_wi=1", imageAlt: "artisanal Italian cake close up", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@sarah_wed", testimonial: "Everything we imagined, brought to life with such care and authentic flavor.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168886.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168886.jpg?_wi=1", imageAlt: "bespoke Italian fruit cake", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@david_corp", testimonial: "Reliable, visually stunning, and absolutely delicious. My go-to for luxury events.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/rustic-wedding-cake-with-roses-deco-plate-closeup_1220-6699.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rustic-wedding-cake-with-roses-deco-plate-closeup_1220-6699.jpg?_wi=1", imageAlt: "traditional Italian wedding cake", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@maria_milestone", testimonial: "A beautiful blend of tradition and modern art. Simply flawless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cake_23-2148604536.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cake_23-2148604536.jpg?_wi=1", imageAlt: "rich chocolate Italian cake", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/pie-slices-with-glass-tea_114579-16017.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pie-slices-with-glass-tea_114579-16017.jpg?_wi=2" imageAlt="Artisan Italian cake" avatars={[ { @@ -190,19 +190,19 @@ export default function LandingPage() { id: "1", name: "Classic Italian Heritage", price: "From $180", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168886.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168886.jpg?_wi=2", }, { id: "2", name: "Wedding Masterpiece", price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/rustic-wedding-cake-with-roses-deco-plate-closeup_1220-6699.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rustic-wedding-cake-with-roses-deco-plate-closeup_1220-6699.jpg?_wi=2", }, { id: "3", name: "Velvet Chocolate Bloom", price: "From $150", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cake_23-2148604536.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cake_23-2148604536.jpg?_wi=2", }, { id: "4", -- 2.49.1