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} />