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} />