From 893400e5fd3cd521b180902ce5be1d9c06ef6eab Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 26 Mar 2026 12:34:02 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/app/page.tsx --- src/app/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64993c5..1250e5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,19 +111,16 @@ export default function LandingPage() { 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", From 11392c23ae97e76243f5c16a2c5b6bcc6ade1e72 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:34:20 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 281 +++++++++++++++-------------------------------- 1 file changed, 91 insertions(+), 190 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1250e5f..92890a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,202 +26,103 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);