From d7229eaaa2c1ce6ae71244693fd7d26866c04fc5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:13:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" /> -- 2.49.1