Update src/app/page.tsx

This commit is contained in:
2026-03-03 09:25:46 +00:00
parent 542a94b56d
commit 3b38fc1563

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="small" contentWidth="small"
sizing="mediumLargeSizeMediumTitles" sizing="mediumLargeSizeMediumTitles"
background="noise" background="circleGradient"
cardStyle="gradient-mesh" cardStyle="gradient-mesh"
primaryButtonStyle="shadow" primaryButtonStyle="shadow"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -46,7 +46,7 @@ export default function LandingPage() {
tag="Exotic Escape" tag="Exotic Escape"
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "noise" }} background={{ variant: "plain" }}
buttons={[ buttons={[
{ text: "Explore Menu", href: "#menu" }, { text: "Explore Menu", href: "#menu" },
{ text: "Learn More", href: "#about" } { text: "Learn More", href: "#about" }