diff --git a/src/app/page.tsx b/src/app/page.tsx index 639bade..4317bd0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Premium Dining" tagIcon={Flame} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-tasty-japanese-food-grill_23-2148759565.jpg", imageAlt: "Premium Japanese wagyu beef" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-lamb-ribs-with-grilled-potatoes-fresh-tomatoes-glass-red-wine-table_140725-11505.jpg", imageAlt: "Teppanyaki chef cooking performance" }, @@ -244,7 +244,7 @@ export default function LandingPage() { description="Reserve your table at Sakura Prime and experience the finest in Japanese teppanyaki dining." tagIcon={Calendar} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} inputPlaceholder="your@email.com" buttonText="Reserve Table"