Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-02 18:42:32 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/little-cheerful-teenage-girl-is-showing-her-perfomance-while-posing-photographer-tunnel_613910-14783.jpg", imageAlt: "Hip-hop dancer in motion" imageSrc: "http://img.b2bpic.net/free-photo/little-cheerful-teenage-girl-is-showing-her-perfomance-while-posing-photographer-tunnel_613910-14783.jpg?_wi=1", imageAlt: "Hip-hop dancer in motion"
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-jumping-splits_549566-409.jpg", imageAlt: "Contemporary dancer performing" imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-blonde-woman-jumping-splits_549566-409.jpg", imageAlt: "Contemporary dancer performing"
@@ -88,7 +88,7 @@ export default function LandingPage() {
}, },
{ {
id: "2", title: "Develop Expressive Movement Quality", author: "Creative Expression", description: "Find your unique movement voice. Express emotion and personality through controlled, dynamic choreography.", tags: ["Expression", "Movement"], id: "2", title: "Develop Expressive Movement Quality", author: "Creative Expression", description: "Find your unique movement voice. Express emotion and personality through controlled, dynamic choreography.", tags: ["Expression", "Movement"],
imageSrc: "http://img.b2bpic.net/free-photo/little-cheerful-teenage-girl-is-showing-her-perfomance-while-posing-photographer-tunnel_613910-14783.jpg", imageAlt: "Expressive dancer" imageSrc: "http://img.b2bpic.net/free-photo/little-cheerful-teenage-girl-is-showing-her-perfomance-while-posing-photographer-tunnel_613910-14783.jpg?_wi=2", imageAlt: "Expressive dancer"
}, },
{ {
id: "3", title: "Musicality + Freestyle Confidence", author: "Musical Connection", description: "Deepen your connection to music. Build improvisation skills grounded in rhythm and beat awareness.", tags: ["Musicality", "Freestyle"], id: "3", title: "Musicality + Freestyle Confidence", author: "Musical Connection", description: "Deepen your connection to music. Build improvisation skills grounded in rhythm and beat awareness.", tags: ["Musicality", "Freestyle"],
@@ -111,7 +111,7 @@ export default function LandingPage() {
description="Select the perfect plan to start your fusion dance journey." description="Select the perfect plan to start your fusion dance journey."
plans={[ plans={[
{ {
id: "starter", title: "Starter", price: "$59", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/mature-ballet-instructor-teaching-her-students-proper-feet-position-ballet-class-copy-space_637285-2357.jpg", imageAlt: "Starter Plan", button: { text: "Get Started", href: "contact" }, id: "starter", title: "Starter", price: "$59", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/mature-ballet-instructor-teaching-her-students-proper-feet-position-ballet-class-copy-space_637285-2357.jpg?_wi=1", imageAlt: "Starter Plan", button: { text: "Get Started", href: "contact" },
features: [ features: [
"1 class per week", "Community access", "Email support", "Beginner-friendly" "1 class per week", "Community access", "Email support", "Beginner-friendly"
] ]
@@ -123,7 +123,7 @@ export default function LandingPage() {
] ]
}, },
{ {
id: "unlimited", title: "Unlimited (Most Popular)", price: "$199", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/mature-ballet-instructor-teaching-her-students-proper-feet-position-ballet-class-copy-space_637285-2357.jpg", imageAlt: "Unlimited Plan", button: { text: "Go Unlimited", href: "contact" }, id: "unlimited", title: "Unlimited (Most Popular)", price: "$199", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/mature-ballet-instructor-teaching-her-students-proper-feet-position-ballet-class-copy-space_637285-2357.jpg?_wi=2", imageAlt: "Unlimited Plan", button: { text: "Go Unlimited", href: "contact" },
features: [ features: [
"Unlimited classes", "Priority workshop access", "Performance eligibility", "Full Tutorial Video Library", "1-on-1 coaching sessions", "Exclusive community events" "Unlimited classes", "Priority workshop access", "Performance eligibility", "Full Tutorial Video Library", "1-on-1 coaching sessions", "Exclusive community events"
] ]