From 7fd7309c8dc79b83bdf810db7c7841a69dc52d82 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:45:46 +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 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"