Update src/app/page.tsx

This commit is contained in:
2026-03-21 07:30:02 +00:00
parent 021e96fde2
commit 3030eb36ed

View File

@@ -57,7 +57,7 @@ export default function LandingPage() {
imageAlt="personal trainer working with female client gym"
mediaAnimation="blur-reveal"
imagePosition="right"
background={{ variant: "aurora" }}
background={{ variant: "radial-gradient" }}
kpis={[
{ value: "500+", label: "Clients Transformed" },
{ value: "95%", label: "Success Rate" },
@@ -143,7 +143,7 @@ export default function LandingPage() {
animationType="blur-reveal"
features={[
{
id: "starter", title: "Starter Program", description: "Perfect for fitness beginners", button: { text: "Learn More" },
title: "Starter Program", description: "Perfect for fitness beginners", button: { text: "Learn More" },
bentoComponent: "icon-info-cards", items: [
{ icon: Dumbbell, label: "Program Length", value: "8 Weeks" },
{ icon: Users, label: "Coach Support", value: "Bi-weekly" },
@@ -151,7 +151,7 @@ export default function LandingPage() {
]
},
{
id: "elite", title: "Elite Coaching", description: "For serious transformation seekers", button: { text: "Start Elite" },
title: "Elite Coaching", description: "For serious transformation seekers", button: { text: "Start Elite" },
bentoComponent: "3d-stack-cards", items: [
{ icon: Target, title: "Custom Programming", subtitle: "Tailored to you", detail: "Sport-specific or body-composition focused" },
{ icon: MessageSquare, title: "Weekly Sessions", subtitle: "1-on-1 coaching", detail: "Video calls and detailed feedback" },
@@ -186,7 +186,7 @@ export default function LandingPage() {
description="Join hundreds of clients who have achieved their fitness goals with our personalized coaching programs. Schedule a free consultation to discuss your goals."
tagIcon={Rocket}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/smiling-multiracial-coworkers-giving-high-five-eating-pizza-together-office_1163-5140.jpg"
imageAlt="personal trainer motivating client during session"