From 75d044087837714778b489ef704ff592b7dc1492 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:51:15 +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 b8a7067..5947d49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="sparkles-gradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -152,7 +152,7 @@ export default function LandingPage() { { text: "Reserve Now", href: "https://www.opentable.com" }, { text: "Contact Concierge", href: "mailto:concierge@trattoriadamaria.com" } ]} - background={{ variant: "sparkles-gradient" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} /> -- 2.49.1