diff --git a/src/app/page.tsx b/src/app/page.tsx index b7e1248..7b524ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -42,7 +42,7 @@ export default function LandingPage() { @@ -145,7 +145,7 @@ export default function LandingPage() { { text: "Reserve a Table", href: "#" }, { text: "See Full Menu", href: "#menu" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} ariaLabel="Call to action section" />