From 83b5ce062f108ee93b6774be2ffa804283e69d39 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 15:55:37 +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 f00fb0d..8091fc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -49,7 +49,7 @@ export default function LandingPage() { tag="Fine Dining Experience" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/side-view-couple-having-lunch_23-2150598339.jpg" imageAlt="Elegant dining room at GiustoCosì" buttons={[ -- 2.49.1