diff --git a/src/app/page.tsx b/src/app/page.tsx index 0134850..fc85fa2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,6 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" ariaLabel="Hero section" - useInvertedBackground={false} /> @@ -153,7 +152,7 @@ export default function LandingPage() { { text: "Reserve a Table", href: "https://www.opentable.com" }, { text: "Call Us", href: "tel:+15068000000" } ]} - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={true} ariaLabel="Contact section" />