diff --git a/src/app/page.tsx b/src/app/page.tsx index e974edb..1d5af4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Order Now", href: "https://example.com/order" }, { text: "Reserve a Table", href: "contact" } ]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg" imageAlt="Luxury café interior with warm lighting and elegant ambiance" mediaAnimation="blur-reveal" @@ -199,7 +199,7 @@ export default function LandingPage() { tag="Newsletter" title="Stay Updated with Special Offers" description="Subscribe to our newsletter and receive exclusive deals, new menu items, and event invitations delivered straight to your inbox." - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} inputPlaceholder="Enter your email address" buttonText="Subscribe"