From 8c26b7cc48eb38425046ad6d16503c979e7f920e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:37:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c572a8b..92890a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,9 +73,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { id: 1, title: "Salsa & Latin", description: "Feel the heat with rhythmic salsa, bachata, and merengue classes.", imageSrc: "https://pixabay.com/get/g1a59710add2d5947b68708d9553c90cb1db16f88465cb63c9858e7c8ef573c2828b2b5626e1ed34069cd1ba5740d975efa228c2d483eee6bfefe3d1c195d89a8_1280.jpg" }, - { id: 2, title: "Classical Ballet", description: "Master grace and technique with our foundational ballet workshops.", imageSrc: "https://pixabay.com/get/gc8ad6ffb0965ba2615d8c7e347e12d4ffebb2c03f11f0d63981660e48c22d38f3a60367a345ec0adfb0da544956ef446243334a1f5c267ab3d8eaacc798a3c77_1280.jpg" }, - { id: 3, title: "Urban & Hip Hop", description: "Learn the latest moves with our high-energy urban dance sessions.", imageSrc: "https://pixabay.com/get/g5e6324a489f7ca2deb065d53258830379a0e4578f32f2fde17fea04c37fcd3fc544f2803e4c2abb15b1457c1d4bb2d5f4c3d8460b4f5387e260ea17451bca4d1_1280.jpg" }, + { title: "Salsa & Latin", description: "Feel the heat with rhythmic salsa, bachata, and merengue classes.", imageSrc: "https://pixabay.com/get/g1a59710add2d5947b68708d9553c90cb1db16f88465cb63c9858e7c8ef573c2828b2b5626e1ed34069cd1ba5740d975efa228c2d483eee6bfefe3d1c195d89a8_1280.jpg" }, + { title: "Classical Ballet", description: "Master grace and technique with our foundational ballet workshops.", imageSrc: "https://pixabay.com/get/gc8ad6ffb0965ba2615d8c7e347e12d4ffebb2c03f11f0d63981660e48c22d38f3a60367a345ec0adfb0da544956ef446243334a1f5c267ab3d8eaacc798a3c77_1280.jpg" }, + { title: "Urban & Hip Hop", description: "Learn the latest moves with our high-energy urban dance sessions.", imageSrc: "https://pixabay.com/get/g5e6324a489f7ca2deb065d53258830379a0e4578f32f2fde17fea04c37fcd3fc544f2803e4c2abb15b1457c1d4bb2d5f4c3d8460b4f5387e260ea17451bca4d1_1280.jpg" }, ]} title="Classes Designed for You" description="Explore our diverse range of dance styles tailored for all skill levels and ages."