From 83c781828a8c67177308474280fe5a1b0bf9b34b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:07:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c02c08..ec3a5b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "View Menu", href: "#menu" }, { text: "Reserve Now", href: "#contact" } ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-girl-eating-sushi-traditional-japanese-restaurant_627829-6752.jpg" imageAlt="China Spring restaurant dining area" mediaAnimation="slide-up" @@ -143,7 +143,7 @@ export default function LandingPage() { tag="Connect With Us" title="Join Our Table" description="Subscribe to our newsletter for exclusive specials, seasonal menu updates, and invitations to our private dining events." - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg" imageAlt="China Spring restaurant interior" -- 2.49.1