diff --git a/src/app/page.tsx b/src/app/page.tsx index f035829..9b6be38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tag="Premium Specialty Café" tagIcon={Coffee} tagAnimation="slide-up" - background={{ variant: "sparkles-gradient" }} + background={{ variant: "noiseDiagonalGradient" }} imageSrc="http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-2834.jpg" imageAlt="Backyard Café modern luxury interior with warm lighting" buttons={[ @@ -58,7 +58,6 @@ export default function LandingPage() { { text: "Make a Reservation", href: "contact" } ]} buttonAnimation="slide-up" - useInvertedBackground={false} />