Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 17:34:26 +00:00

View File

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