From a83d3f053b5e58c7e089604164300902b99507e1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:49:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 794a91a..a48b187 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tag="Craft Coffee Culture" tagIcon={Coffee} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-islamic-new-year-concept-with-dates_23-2148611756.jpg", imageAlt: "Coffee preparation technique" @@ -249,7 +249,7 @@ export default function LandingPage() { { text: "Reserve a Table", href: "tel:+1-555-BREW-001" }, { text: "Get in Touch", href: "mailto:hello@inspiredbrew.com" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={true} /> -- 2.49.1