diff --git a/src/app/page.tsx b/src/app/page.tsx index 91a14eb..5813029 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,11 +60,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-boho-ombre-cake-with-dry-flowers-white-table_181624-61824.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-boho-ombre-cake-with-dry-flowers-white-table_181624-61824.jpg?_wi=1", imageAlt: "Artisanal cake creation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-white-pastry-cream-plate-woman-hand-empty-notebook_140725-99964.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-white-pastry-cream-plate-woman-hand-empty-notebook_140725-99964.jpg?_wi=1", imageAlt: "Custom cake detail", }, { @@ -191,7 +191,7 @@ export default function LandingPage() { title: "Premium Ingredients", description: "Sourcing only the finest natural and fresh components.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-boho-ombre-cake-with-dry-flowers-white-table_181624-61824.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-boho-ombre-cake-with-dry-flowers-white-table_181624-61824.jpg?_wi=2", imageAlt: "Delicious white cake decorated with pink macaroons and roses", }, { @@ -205,7 +205,7 @@ export default function LandingPage() { title: "Sustainability", description: "Committed to eco-friendly packaging and local sourcing.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-white-pastry-cream-plate-woman-hand-empty-notebook_140725-99964.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-white-pastry-cream-plate-woman-hand-empty-notebook_140725-99964.jpg?_wi=2", imageAlt: "Delicious white cake decorated with pink macaroons and roses", }, ]}