Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-02 23:46:25 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumLarge"
background="floatingGradient"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardDashboard
background={{ variant: "floatingGradient" }}
background={{ variant: "radial-gradient" }}
tag="Summer Fun Starts Here"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -67,15 +67,15 @@ export default function LandingPage() {
],
stats: [
{
title: "Safe Environment", values: ["100", "100", "100"],
title: "Safe Environment", values: [100, 100, 100],
valuePrefix: "", valueSuffix: "%", description: "Certified instructors"
},
{
title: "Age Groups", values: ["4", "4", "4"],
title: "Age Groups", values: [4, 4, 4],
valuePrefix: "", valueSuffix: "+", description: "Classes for all levels"
},
{
title: "Happy Kids", values: ["150", "175", "200"],
title: "Happy Kids", values: [150, 175, 200],
valuePrefix: "", valueSuffix: "+", description: "Children served"
}
],
@@ -121,18 +121,18 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Strength & Balance", description: "Develop core strength, coordination, and body control through fun, age-appropriate exercises that build physical confidence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/girl-child-titibhasana-pose-white-studio-background_1163-2795.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/girl-child-titibhasana-pose-white-studio-background_1163-2795.jpg?_wi=2" }
title: "Strength & Balance", description: "Develop core strength, coordination, and body control through fun, age-appropriate exercises that build physical confidence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/girl-child-titibhasana-pose-white-studio-background_1163-2795.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/girl-child-titibhasana-pose-white-studio-background_1163-2795.jpg" }
},
{
id: 2,
title: "Flexibility & Mobility", description: "Improve flexibility and movement range through guided stretching and dynamic exercises that feel playful, never forced.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-lying-back-doing-stretching-exercise-floor_23-2148186484.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-lying-back-doing-stretching-exercise-floor_23-2148186484.jpg?_wi=2" }
title: "Flexibility & Mobility", description: "Improve flexibility and movement range through guided stretching and dynamic exercises that feel playful, never forced.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-lying-back-doing-stretching-exercise-floor_23-2148186484.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-lying-back-doing-stretching-exercise-floor_23-2148186484.jpg" }
},
{
id: 3,
title: "Confidence Building", description: "Celebrate every achievement—big and small—in a supportive community where every child feels encouraged to try new things.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/child-being-victorious-after-match-football_23-2148631568.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/child-being-victorious-after-match-football_23-2148631568.jpg?_wi=2" }
title: "Confidence Building", description: "Celebrate every achievement—big and small—in a supportive community where every child feels encouraged to try new things.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/child-being-victorious-after-match-football_23-2148631568.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/child-being-victorious-after-match-football_23-2148631568.jpg" }
}
]}
showStepNumbers={true}
@@ -156,11 +156,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Ava Jónsdóttir", role: "Age 6", company: "Student", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/3-years-baby-girl_1398-2262.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/3-years-baby-girl_1398-2262.jpg"
},
{
id: "2", name: "Siggi Einarsson", role: "Age 8", company: "Student", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/3-years-baby-girl_1398-2262.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/3-years-baby-girl_1398-2262.jpg"
},
{
id: "3", name: "Birta Stefánsdóttir", role: "Parent", company: "Reykjavik", rating: 5,
@@ -198,10 +198,10 @@ export default function LandingPage() {
id: "1", value: "200+", title: "Children Served", description: "Kids discovering the joy of movement", imageSrc: "http://img.b2bpic.net/free-photo/group-childrens-having-fun-park_1301-6749.jpg"
},
{
id: "2", value: "95%", title: "Confidence Boost", description: "Children report increased confidence", imageSrc: "http://img.b2bpic.net/free-photo/child-being-victorious-after-match-football_23-2148631568.jpg?_wi=3"
id: "2", value: "95%", title: "Confidence Boost", description: "Children report increased confidence", imageSrc: "http://img.b2bpic.net/free-photo/child-being-victorious-after-match-football_23-2148631568.jpg"
},
{
id: "3", value: "100%", title: "Safe Environment", description: "Certified instructors and protocols", imageSrc: "http://img.b2bpic.net/free-photo/girl-child-titibhasana-pose-white-studio-background_1163-2795.jpg?_wi=3"
id: "3", value: "100%", title: "Safe Environment", description: "Certified instructors and protocols", imageSrc: "http://img.b2bpic.net/free-photo/girl-child-titibhasana-pose-white-studio-background_1163-2795.jpg"
}
]}
animationType="slide-up"
@@ -219,19 +219,19 @@ export default function LandingPage() {
tagAnimation="slide-up"
plans={[
{
id: "starter", title: "Beginner", price: "2,500", period: "kr/week", imageSrc: "http://img.b2bpic.net/free-photo/four-joyful-friends-raising-hands-up_23-2148308695.jpg?_wi=1", button: { text: "Get Started", href: "#contact" },
id: "starter", title: "Beginner", price: "2,500", period: "kr/week", imageSrc: "http://img.b2bpic.net/free-photo/four-joyful-friends-raising-hands-up_23-2148308695.jpg", button: { text: "Get Started", href: "#contact" },
features: [
"One class per week", "Expert instruction", "Safe, supportive environment", "Progress tracking"
]
},
{
id: "popular", title: "Regular", price: "4,500", period: "kr/week", imageSrc: "http://img.b2bpic.net/free-photo/four-joyful-friends-raising-hands-up_23-2148308695.jpg?_wi=2", button: { text: "Join Now", href: "#contact" },
id: "popular", title: "Regular", price: "4,500", period: "kr/week", imageSrc: "http://img.b2bpic.net/free-photo/four-joyful-friends-raising-hands-up_23-2148308695.jpg", button: { text: "Join Now", href: "#contact" },
features: [
"Two classes per week", "Flexible scheduling", "Small group sizes", "Community events", "Certificate upon completion"
]
},
{
id: "advanced", title: "Intensive", price: "6,500", period: "kr/week", imageSrc: "http://img.b2bpic.net/free-photo/four-joyful-friends-raising-hands-up_23-2148308695.jpg?_wi=3", button: { text: "Enroll Today", href: "#contact" },
id: "advanced", title: "Intensive", price: "6,500", period: "kr/week", imageSrc: "http://img.b2bpic.net/free-photo/four-joyful-friends-raising-hands-up_23-2148308695.jpg", button: { text: "Enroll Today", href: "#contact" },
features: [
"Three classes per week", "Priority enrollment", "One-on-one guidance", "Special workshops", "Family discount available"
]