From 1d74bf653c508b130b180a5321de72e741c5907b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 18:20:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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() {