From 7313a2855ec1cb15687490c860b77caee7bcdc87 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:37:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 55 ++++++++++++++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0bf534..723fb0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumSizeLargeTitles" - background="circleGradient" + background="aurora" cardStyle="solid" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -44,14 +44,14 @@ export default function LandingPage() { @@ -149,19 +159,22 @@ export default function LandingPage() { id: "starter", badge: "Popular", badgeIcon: Zap, price: "$149/month", subtitle: "Perfect for getting started", buttons: [{ text: "Get Started", href: "#contact" }], features: [ - "2 one-on-one coaching sessions per month", "Personalized workout plan", "Email support", "Progress tracking"], + "2 one-on-one coaching sessions per month", "Personalized workout plan", "Email support", "Progress tracking" + ], }, { id: "professional", badge: "Best Value", badgeIcon: Award, price: "$299/month", subtitle: "For serious athletes", buttons: [{ text: "Start Now", href: "#contact" }], features: [ - "4 one-on-one coaching sessions per month", "Sport-specific training program", "Nutrition coaching included", "Weekly check-ins", "Video analysis", "Priority support"], + "4 one-on-one coaching sessions per month", "Sport-specific training program", "Nutrition coaching included", "Weekly check-ins", "Video analysis", "Priority support" + ], }, { id: "elite", badge: "Most Popular", badgeIcon: Sparkles, price: "$599/month", subtitle: "Maximum results", buttons: [{ text: "Get Elite Training", href: "#contact" }], features: [ - "Unlimited one-on-one coaching sessions", "Personalized training program updates", "Full nutrition planning and support", "Daily progress monitoring", "Regular video analysis", "Direct coach access", "Quarterly performance assessments"], + "Unlimited one-on-one coaching sessions", "Personalized training program updates", "Full nutrition planning and support", "Daily progress monitoring", "Regular video analysis", "Direct coach access", "Quarterly performance assessments" + ], }, ]} /> @@ -175,9 +188,11 @@ export default function LandingPage() { membersAnimation="slide-up" members={[ { - id: "1", name: "Coach Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32135.jpg", imageAlt: "Michael Chen, Lead Sports Coach"}, + id: "1", name: "Coach Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32135.jpg", imageAlt: "Michael Chen, Lead Sports Coach" + }, { - id: "2", name: "Coach Victoria Lopez", imageSrc: "http://img.b2bpic.net/free-photo/people-chatting-gym-side-view_23-2149744653.jpg", imageAlt: "Victoria Lopez, Fitness Coach"}, + id: "2", name: "Coach Victoria Lopez", imageSrc: "http://img.b2bpic.net/free-photo/people-chatting-gym-side-view_23-2149744653.jpg", imageAlt: "Victoria Lopez, Fitness Coach" + }, ]} memberVariant="card" useInvertedBackground={false} @@ -201,7 +216,7 @@ export default function LandingPage() {