From 3030eb36edf9fb212c06c83686d6ef354dd00366 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 07:30:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c1bc21..7975281 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"