Update src/app/page.tsx
This commit is contained in:
@@ -70,15 +70,15 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y7pg4x",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y7pg4x&_wi=1",
|
||||||
imageAlt: "Coffee shop interior",
|
imageAlt: "Coffee shop interior",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z37eag",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z37eag&_wi=1",
|
||||||
imageAlt: "Fresh pastries",
|
imageAlt: "Fresh pastries",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o71nwd",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o71nwd&_wi=1",
|
||||||
imageAlt: "Cafe ambiance",
|
imageAlt: "Cafe ambiance",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -125,21 +125,21 @@ export default function LandingPage() {
|
|||||||
title: "Fresh Baked Daily",
|
title: "Fresh Baked Daily",
|
||||||
description: "Treat yourself to our selection of artisanal pastries and snacks.",
|
description: "Treat yourself to our selection of artisanal pastries and snacks.",
|
||||||
buttonIcon: "Croissant",
|
buttonIcon: "Croissant",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y7pg4x",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y7pg4x&_wi=2",
|
||||||
imageAlt: "coffee shop friendly barista smiling",
|
imageAlt: "coffee shop friendly barista smiling",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Cozy Atmosphere",
|
title: "Cozy Atmosphere",
|
||||||
description: "The perfect local sanctuary for studying, reading, or relaxing.",
|
description: "The perfect local sanctuary for studying, reading, or relaxing.",
|
||||||
buttonIcon: "Book",
|
buttonIcon: "Book",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z37eag",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z37eag&_wi=2",
|
||||||
imageAlt: "coffee shop friendly barista smiling",
|
imageAlt: "coffee shop friendly barista smiling",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Friendly Service",
|
title: "Friendly Service",
|
||||||
description: "Our team is here to brighten your day with every cup served.",
|
description: "Our team is here to brighten your day with every cup served.",
|
||||||
buttonIcon: "Heart",
|
buttonIcon: "Heart",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o71nwd",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o71nwd&_wi=2",
|
||||||
imageAlt: "coffee shop friendly barista smiling",
|
imageAlt: "coffee shop friendly barista smiling",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user