From 86f98e28298357882b182758469d4f3247af31ed Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 19:10:11 +0000 Subject: [PATCH] Update src/app/visit/page.tsx --- src/app/visit/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/visit/page.tsx b/src/app/visit/page.tsx index 4b9b6e8..8be4135 100644 --- a/src/app/visit/page.tsx +++ b/src/app/visit/page.tsx @@ -91,7 +91,7 @@ export default function VisitPage() { imageAlt="Fusiara café location and welcome" mediaAnimation="slide-up" imagePosition="right" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} /> @@ -139,7 +139,7 @@ export default function VisitPage() { description="Reserve your table or send us a message. We're here to make your Fusiara experience unforgettable." tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Your email" buttonText="Get Directions" -- 2.49.1