From ec717756978c0d286ff92865873077cb68fed789 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:56:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 44704ad..7056161 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function LandingPage() { id: "2", name: "Custom Layer Cake", price: "€35+", imageSrc: "http://img.b2bpic.net/free-photo/christmas-cake-decorated-with-red-berries_1303-13007.jpg", imageAlt: "Elegant custom decorated layer cake" }, { - id: "3", name: "Macaron Gift Box", price: "€25 per box", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-gift-box-cookies-cup-coffee-icy-dark-background_140725-143691.jpg", imageAlt: "Premium macaron gift box packaging" + id: "3", name: "Macaron Gift Box", price: "€25 per box", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-gift-box-cookies-cup-coffee-icy-dark-background_140725-143691.jpg?_wi=1", imageAlt: "Premium macaron gift box packaging" } ]} gridVariant="three-columns-all-equal-width" @@ -172,7 +172,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "canvas-reveal" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/vertical-view-gift-box-cookies-cup-coffee-icy-dark-background_140725-143691.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-view-gift-box-cookies-cup-coffee-icy-dark-background_140725-143691.jpg?_wi=2" imageAlt="Premium pastry packaging" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1