Update src/app/page.tsx

This commit is contained in:
2026-05-20 17:48:19 +00:00
parent ae63869788
commit 589fe6442b

View File

@@ -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",
},
]}