From c86cce725755418233257c0a425c345e0edcdffc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:42:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d9ff1b..6a666cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { buttonAnimation="slide-up" 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" @@ -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"], - 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"], @@ -111,7 +111,7 @@ export default function LandingPage() { description="Select the perfect plan to start your fusion dance journey." 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: [ "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: [ "Unlimited classes", "Priority workshop access", "Performance eligibility", "Full Tutorial Video Library", "1-on-1 coaching sessions", "Exclusive community events" ] -- 2.49.1