diff --git a/src/app/page.tsx b/src/app/page.tsx index ef36475..acc1121 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,7 +128,7 @@ export default function LandingPage() { id: "wine-ambiance", title: "Wine Bar Atmosphere", descriptions: [ "Intimate setting perfect for wine appreciation", "Warm lighting and comfortable seating", "Community of wine enthusiasts and curious explorers" ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=urwdwz", imageAlt: "Wine bar with warm lighting and elegant decor" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=urwdwz&_wi=1", imageAlt: "Wine bar with warm lighting and elegant decor" } ]} gridVariant="three-columns-all-equal-width" @@ -165,22 +165,22 @@ export default function LandingPage() {