diff --git a/src/app/page.tsx b/src/app/page.tsx
index 08b3142..b72ba05 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,104 +45,61 @@ export default function LandingPage() {
@@ -171,29 +120,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- tag: "01",
- title: "Admin Dashboard",
- subtitle: "Management",
- description: "Intuitive content and member management tools.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-gym_23-2148024321.jpg?_wi=3",
- imageAlt: "athletic gym training dark neon",
- },
+ tag: "01", title: "Admin Dashboard", subtitle: "Management", description: "Intuitive content and member management tools.", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-gym_23-2148024321.jpg", imageAlt: "athletic gym training dark neon"},
{
- tag: "02",
- title: "Program Tracking",
- subtitle: "Analytics",
- description: "Science-backed workout logging and progress metrics.",
- imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg?_wi=3",
- imageAlt: "gym weights neon lighting",
- },
+ tag: "02", title: "Program Tracking", subtitle: "Analytics", description: "Science-backed workout logging and progress metrics.", imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg", imageAlt: "gym weights neon lighting"},
{
- tag: "03",
- title: "Member Profiles",
- subtitle: "Community",
- description: "Personalized spaces for tracking your fitness journey.",
- imageSrc: "http://img.b2bpic.net/free-photo/kettlebell-gym-equipment-still-life_23-2151739283.jpg?_wi=3",
- imageAlt: "barbell gym gritty dark",
- },
+ tag: "03", title: "Member Profiles", subtitle: "Community", description: "Personalized spaces for tracking your fitness journey.", imageSrc: "http://img.b2bpic.net/free-photo/kettlebell-gym-equipment-still-life_23-2151739283.jpg", imageAlt: "barbell gym gritty dark"},
]}
title="Platform Features"
description="Powerful tools designed to manage your performance."
@@ -202,58 +133,32 @@ export default function LandingPage() {
@@ -317,42 +209,27 @@ export default function LandingPage() {