diff --git a/src/app/page.tsx b/src/app/page.tsx index 03f03c4..ae85c26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="medium" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Premium Dining Destination" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-vase-with-dried-plants_23-2148238664.jpg", imageAlt: "Elegant cafe dining area"}, @@ -207,7 +207,7 @@ export default function LandingPage() { { text: "Send Inquiry", href: "mailto:info@gossipecafe.com" }, ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} />