diff --git a/src/app/page.tsx b/src/app/page.tsx index 6be8afa..8c0fcf9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Summer 2025" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} buttons={[ { text: "Register Now", href: "#contact" }, { text: "Learn More", href: "#about" } @@ -102,12 +102,10 @@ export default function LandingPage() { title: "Horseback Riding", description: "Bond with our gentle camp horses", bentoComponent: "line-chart" }, { - title: "Arts & Crafts", description: "Express creativity through making", bentoComponent: "marquee", centerIcon: Palette, - variant: "icon", icons: [Brush, Palette, Sparkles] + title: "Arts & Crafts", description: "Express creativity through making", bentoComponent: "marquee", centerIcon: Palette, variant: "icon", icons: [Brush, Palette, Sparkles] }, { - title: "Campfire Programs", description: "Songs, stories, and s'mores under stars", bentoComponent: "orbiting-icons", centerIcon: Flame, - items: [ + title: "Campfire Programs", description: "Songs, stories, and s'mores under stars", bentoComponent: "orbiting-icons", centerIcon: Flame, items: [ { icon: Music, ring: 1 }, { icon: Star, ring: 2 }, { icon: Heart, ring: 3 }