diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1456f24..9bcc91e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,84 +29,44 @@ export default function LandingPage() {
@@ -116,39 +76,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "c1",
- title: "Contemporary",
- author: "Level: All",
- description: "Master expression and fluid movement through our contemporary syllabus.",
- tags: [
- "Modern",
- "Expressive",
- ],
- imageSrc: "https://pixabay.com/get/ge6bc1e4b7cfa4108b5a097797558b167abf4000df89ee12db60a11dba169093d32114b45416c7ea275b94fea937f666644340bd6cc48851fb2886474d6bc120c_1280.jpg",
- },
- {
- id: "c2",
- title: "Classical Ballet",
- author: "Level: Intermediate+",
- description: "Build the technical foundation that powers every professional dancer.",
- tags: [
- "Ballet",
- "Foundational",
- ],
- imageSrc: "https://pixabay.com/get/gaa3326cb232b919acfdc9ff5416e20a53dd348766ee183dcc5618ee19476d0d89e5615070be0c16ed9ac60b3225f4a3b4ab48a9a056446ca7d737810be68265b_1280.jpg",
- },
- {
- id: "c3",
- title: "Hip Hop & Urban",
- author: "Level: All",
- description: "Develop rhythm, precision, and personal style in our urban classes.",
- tags: [
- "Street",
- "Dynamic",
- ],
- imageSrc: "https://pixabay.com/get/g9276b8aaa224a5a6e8e24b8a79d364a97dd9b0dd350a308b48a6ccb502ef3506e01af183dbf6612989f43281349456a2880069b7026ffeb332a4740fc0f3718d_1280.jpg",
- },
+ { id: "c1", title: "Contemporary", author: "Level: All", description: "Master expression and fluid movement through our contemporary syllabus.", tags: ["Modern", "Expressive"], imageSrc: "https://pixabay.com/get/ge6bc1e4b7cfa4108b5a097797558b167abf4000df89ee12db60a11dba169093d32114b45416c7ea275b94fea937f666644340bd6cc48851fb2886474d6bc120c_1280.jpg" },
+ { id: "c2", title: "Classical Ballet", author: "Level: Intermediate+", description: "Build the technical foundation that powers every professional dancer.", tags: ["Ballet", "Foundational"], imageSrc: "https://pixabay.com/get/gaa3326cb232b919acfdc9ff5416e20a53dd348766ee183dcc5618ee19476d0d89e5615070be0c16ed9ac60b3225f4a3b4ab48a9a056446ca7d737810be68265b_1280.jpg" },
+ { id: "c3", title: "Hip Hop & Urban", author: "Level: All", description: "Develop rhythm, precision, and personal style in our urban classes.", tags: ["Street", "Dynamic"], imageSrc: "https://pixabay.com/get/g9276b8aaa224a5a6e8e24b8a79d364a97dd9b0dd350a308b48a6ccb502ef3506e01af183dbf6612989f43281349456a2880069b7026ffeb332a4740fc0f3718d_1280.jpg" }
]}
title="Our Dance Programs"
description="Tailored training for every skill set and dance ambition."
@@ -162,24 +92,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
members={[
- {
- id: "m1",
- name: "Alex Riviera",
- role: "Artistic Director",
- imageSrc: "https://pixabay.com/get/gf9f0f86e6bfa92f5604a1721b54a45577f419ae3adb1f75b3d1cef7742b69c68e238a77612de067309646534f3c834150410dfdc128c7161de6f84a88998bbe3_1280.jpg",
- },
- {
- id: "m2",
- name: "Sam Thorne",
- role: "Lead Ballet Instructor",
- imageSrc: "https://pixabay.com/get/gb2f994b68a13a97dd8c58955b0b629773ed93b8ec78925821431fa57766a9fa0228d1fe28c65d6a860634f528be940ca78d18fe3995fa1c8fb3ca848270b32b4_1280.jpg",
- },
- {
- id: "m3",
- name: "Taylor Voss",
- role: "Contemporary Specialist",
- imageSrc: "https://pixabay.com/get/g22c0bb0f2cc2c04c46e606dfce97bd8e4a5dbc11aef7a08f4a305f40cd69f9b0480530f61311d8915aca0e755dbc81ca165825c8b86d72f3d569cf5e31387463_1280.jpg",
- },
+ { id: "m1", name: "Alex Riviera", role: "Artistic Director", imageSrc: "https://pixabay.com/get/gf9f0f86e6bfa92f5604a1721b54a45577f419ae3adb1f75b3d1cef7742b69c68e238a77612de067309646534f3c834150410dfdc128c7161de6f84a88998bbe3_1280.jpg" },
+ { id: "m2", name: "Sam Thorne", role: "Lead Ballet Instructor", imageSrc: "https://pixabay.com/get/gb2f994b68a13a97dd8c58955b0b629773ed93b8ec78925821431fa57766a9fa0228d1fe28c65d6a860634f528be940ca78d18fe3995fa1c8fb3ca848270b32b4_1280.jpg" },
+ { id: "m3", name: "Taylor Voss", role: "Contemporary Specialist", imageSrc: "https://pixabay.com/get/g22c0bb0f2cc2c04c46e606dfce97bd8e4a5dbc11aef7a08f4a305f40cd69f9b0480530f61311d8915aca0e755dbc81ca165825c8b86d72f3d569cf5e31387463_1280.jpg" }
]}
title="Meet Your Mentors"
description="Our team of seasoned professionals is dedicated to your growth."
@@ -188,37 +103,14 @@ export default function LandingPage() {