Update src/app/page.tsx
This commit is contained in:
@@ -97,13 +97,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Endurance Tracking", description: "Custom analytics to monitor heart rate and output.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrxTbIRCBmcTf3mb30GFP4eMb/person-stretching-in-a-dark-yoga-studio--1774616000731-eda3f181.png"
|
||||
id: "f1", title: "Endurance Tracking", description: "Custom analytics to monitor heart rate and output.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrxTbIRCBmcTf3mb30GFP4eMb/person-stretching-in-a-dark-yoga-studio--1774616000731-eda3f181.png?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "f2", title: "Weightlifting Plans", description: "Hypertrophy-focused cycles for consistent growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrxTbIRCBmcTf3mb30GFP4eMb/person-lifting-kettlebell-in-gym-1774616000112-26c5b0ce.png"
|
||||
id: "f2", title: "Weightlifting Plans", description: "Hypertrophy-focused cycles for consistent growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrxTbIRCBmcTf3mb30GFP4eMb/person-lifting-kettlebell-in-gym-1774616000112-26c5b0ce.png?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "f3", title: "Recovery Protocols", description: "Science-backed recovery and mobility sessions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrxTbIRCBmcTf3mb30GFP4eMb/gym-weight-plate-close-up-on-floor-1774615999994-d313e943.png"
|
||||
id: "f3", title: "Recovery Protocols", description: "Science-backed recovery and mobility sessions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrxTbIRCBmcTf3mb30GFP4eMb/gym-weight-plate-close-up-on-floor-1774615999994-d313e943.png?_wi=1"
|
||||
},
|
||||
]}
|
||||
title="Everything You Need to Succeed"
|
||||
@@ -153,13 +153,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", title: "Life Changing", quote: "The most effective gym I've been to. My squat PR increased by 20% in just 3 months.", name: "Mark V.", role: "Crossfit Athlete", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrxTbIRCBmcTf3mb30GFP4eMb/person-stretching-in-a-dark-yoga-studio--1774616000731-eda3f181.png"},
|
||||
id: "t1", title: "Life Changing", quote: "The most effective gym I've been to. My squat PR increased by 20% in just 3 months.", name: "Mark V.", role: "Crossfit Athlete", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrxTbIRCBmcTf3mb30GFP4eMb/person-stretching-in-a-dark-yoga-studio--1774616000731-eda3f181.png?_wi=2"},
|
||||
{
|
||||
id: "t2", title: "Professionalism", quote: "Coaches here are on another level. They actually care about my form.", name: "Elena R.", role: "Powerlifter", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrxTbIRCBmcTf3mb30GFP4eMb/person-lifting-kettlebell-in-gym-1774616000112-26c5b0ce.png"},
|
||||
id: "t2", title: "Professionalism", quote: "Coaches here are on another level. They actually care about my form.", name: "Elena R.", role: "Powerlifter", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrxTbIRCBmcTf3mb30GFP4eMb/person-lifting-kettlebell-in-gym-1774616000112-26c5b0ce.png?_wi=2"},
|
||||
{
|
||||
id: "t3", title: "Solid Vibe", quote: "Love the dark aesthetic and the serious training atmosphere. No distractions.", name: "James K.", role: "Bodybuilder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrxTbIRCBmcTf3mb30GFP4eMb/person-drinking-protein-shake-in-gym-1774615997325-f07e42a8.png"},
|
||||
{
|
||||
id: "t4", title: "Recovery Focus", quote: "The recovery protocols saved my career. Absolutely essential.", name: "Sarah J.", role: "Runner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrxTbIRCBmcTf3mb30GFP4eMb/gym-weight-plate-close-up-on-floor-1774615999994-d313e943.png"},
|
||||
id: "t4", title: "Recovery Focus", quote: "The recovery protocols saved my career. Absolutely essential.", name: "Sarah J.", role: "Runner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWrxTbIRCBmcTf3mb30GFP4eMb/gym-weight-plate-close-up-on-floor-1774615999994-d313e943.png?_wi=2"},
|
||||
]}
|
||||
title="Real Results, Real People"
|
||||
description="See why top performers choose IronApex for their daily training."
|
||||
|
||||
Reference in New Issue
Block a user