Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-01 06:50:55 +00:00

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Hero",
id: "hero",
},
name: "Hero", id: "hero"},
{
name: "Stats",
id: "stats",
},
name: "Stats", id: "stats"},
{
name: "Programs",
id: "programs",
},
name: "Programs", id: "programs"},
{
name: "Timeline",
id: "timeline",
},
name: "Timeline", id: "timeline"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
]}
brandName="IRONPULSE"
/>
@@ -58,101 +48,58 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="FORGE YOUR LIMITS"
description="IRONPULSE is the new evolution of fitness. Experience the most advanced training protocols for athletes who demand results."
buttons={[
{
text: "JOIN THE PULSE",
href: "#contact",
},
text: "JOIN THE PULSE", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-vector/particles-background-gradient_23-2148330837.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-vector/particles-background-gradient_23-2148330837.jpg"
imageAlt="Glitch style hero gym background"
mediaAnimation="blur-reveal"
testimonials={[
{
name: "Sarah J.",
handle: "@sarahfit",
testimonial: "The intensity here is unmatched. Finally seeing real progress.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg?_wi=1",
},
name: "Sarah J.", handle: "@sarahfit", testimonial: "The intensity here is unmatched. Finally seeing real progress.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg"},
{
name: "Mark R.",
handle: "@markruns",
testimonial: "IRONPULSE changed my entire perspective on endurance training.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-training-with-kettlebell_23-2149358158.jpg?_wi=1",
},
name: "Mark R.", handle: "@markruns", testimonial: "IRONPULSE changed my entire perspective on endurance training.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-training-with-kettlebell_23-2149358158.jpg"},
{
name: "Alex K.",
handle: "@alexlifts",
testimonial: "State-of-the-art facility. Truly a premier gym experience.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-training-box-dark-studio_23-2147752909.jpg?_wi=1",
},
name: "Alex K.", handle: "@alexlifts", testimonial: "State-of-the-art facility. Truly a premier gym experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-training-box-dark-studio_23-2147752909.jpg"},
{
name: "Jenny L.",
handle: "@jennyhiit",
testimonial: "The HIIT sessions are grueling but worth every drop of sweat.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-zumba_23-2149047648.jpg?_wi=1",
},
name: "Jenny L.", handle: "@jennyhiit", testimonial: "The HIIT sessions are grueling but worth every drop of sweat.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-zumba_23-2149047648.jpg"},
{
name: "Mike T.",
handle: "@miketrains",
testimonial: "Top-tier coaching and equipment. Absolute game changer.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg?_wi=2",
},
name: "Mike T.", handle: "@miketrains", testimonial: "Top-tier coaching and equipment. Absolute game changer.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg",
alt: "Athlete 1",
},
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg", alt: "Athlete 1"},
{
src: "http://img.b2bpic.net/free-photo/front-view-man-training-with-kettlebell_23-2149358158.jpg",
alt: "Athlete 2",
},
src: "http://img.b2bpic.net/free-photo/front-view-man-training-with-kettlebell_23-2149358158.jpg", alt: "Athlete 2"},
{
src: "http://img.b2bpic.net/free-photo/sportswoman-training-box-dark-studio_23-2147752909.jpg",
alt: "Athlete 3",
},
src: "http://img.b2bpic.net/free-photo/sportswoman-training-box-dark-studio_23-2147752909.jpg", alt: "Athlete 3"},
{
src: "http://img.b2bpic.net/free-photo/woman-having-fun-zumba_23-2149047648.jpg",
alt: "Athlete 4",
},
src: "http://img.b2bpic.net/free-photo/woman-having-fun-zumba_23-2149047648.jpg", alt: "Athlete 4"},
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg",
alt: "Athlete 5",
},
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg", alt: "Athlete 5"},
]}
marqueeItems={[
{
type: "text",
text: "NO EXCUSES",
type: "text", text: "NO EXCUSES"},
{
type: "text-icon", text: "PURE POWER", icon: Zap,
},
{
type: "text-icon",
text: "PURE POWER",
icon: Zap,
type: "text", text: "LIMITLESS"},
{
type: "text-icon", text: "ELITE PERFORMANCE", icon: Activity,
},
{
type: "text",
text: "LIMITLESS",
},
{
type: "text-icon",
text: "ELITE PERFORMANCE",
icon: Activity,
},
{
type: "text",
text: "IRON WILL",
},
type: "text", text: "IRON WILL"},
]}
/>
</div>
@@ -164,19 +111,13 @@ export default function LandingPage() {
metrics={[
{
icon: Users,
label: "Members Strong",
value: "10,000+",
},
label: "Members Strong", value: "10,000+"},
{
icon: Zap,
label: "Workouts Completed",
value: "500+",
},
label: "Workouts Completed", value: "500+"},
{
icon: Award,
label: "Success Rate",
value: "98%",
},
label: "Success Rate", value: "98%"},
]}
metricsAnimation="slide-up"
/>
@@ -190,48 +131,24 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "STRENGTH",
description: "Build raw power through proven compound movements.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell-gym_23-2147675166.jpg?_wi=1",
imageAlt: "Strength",
},
title: "STRENGTH", description: "Build raw power through proven compound movements.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell-gym_23-2147675166.jpg", imageAlt: "Strength"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell-gym_23-2147675166.jpg?_wi=2",
imageAlt: "Strength",
},
imageSrc: "http://img.b2bpic.net/free-vector/particles-background-gradient_23-2148330837.jpg?_wi=2",
imageAlt: "dark gym background red energy",
imageSrc: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell-gym_23-2147675166.jpg", imageAlt: "Strength"},
},
{
id: 2,
title: "CARDIO",
description: "Optimize your vascular performance for endurance.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-treadmill_1163-121.jpg?_wi=1",
imageAlt: "Cardio",
},
title: "CARDIO", description: "Optimize your vascular performance for endurance.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-treadmill_1163-121.jpg", imageAlt: "Cardio"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-treadmill_1163-121.jpg?_wi=2",
imageAlt: "Cardio",
},
imageSrc: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell-gym_23-2147675166.jpg?_wi=3",
imageAlt: "professional gym strength equipment",
imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-treadmill_1163-121.jpg", imageAlt: "Cardio"},
},
{
id: 3,
title: "HIIT",
description: "Burn and accelerate in high-intensity intervals.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-taking-break-from-exercising_23-2148416656.jpg?_wi=1",
imageAlt: "HIIT",
},
title: "HIIT", description: "Burn and accelerate in high-intensity intervals.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-taking-break-from-exercising_23-2148416656.jpg", imageAlt: "HIIT"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-taking-break-from-exercising_23-2148416656.jpg?_wi=2",
imageAlt: "HIIT",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-treadmill_1163-121.jpg?_wi=3",
imageAlt: "cardio equipment modern gym",
imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-taking-break-from-exercising_23-2148416656.jpg", imageAlt: "HIIT"},
},
]}
showStepNumbers={true}
@@ -248,23 +165,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "step1",
name: "PHASE 1: FOUNDATION",
price: "WEEKS 1-4",
imageSrc: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell-gym_23-2147675166.jpg?_wi=4",
},
id: "step1", name: "PHASE 1: FOUNDATION", price: "WEEKS 1-4", imageSrc: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell-gym_23-2147675166.jpg"},
{
id: "step2",
name: "PHASE 2: INTENSITY",
price: "WEEKS 5-8",
imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-treadmill_1163-121.jpg?_wi=4",
},
id: "step2", name: "PHASE 2: INTENSITY", price: "WEEKS 5-8", imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-treadmill_1163-121.jpg"},
{
id: "step3",
name: "PHASE 3: PEAK",
price: "WEEKS 9-12",
imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-taking-break-from-exercising_23-2148416656.jpg?_wi=3",
},
id: "step3", name: "PHASE 3: PEAK", price: "WEEKS 9-12", imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-taking-break-from-exercising_23-2148416656.jpg"},
]}
title="TRAINING TIMELINE"
description="Your roadmap to physical dominance."
@@ -276,30 +181,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg?_wi=3",
},
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg"},
{
id: "2",
name: "Mark R.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-training-with-kettlebell_23-2149358158.jpg?_wi=2",
},
id: "2", name: "Mark R.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-training-with-kettlebell_23-2149358158.jpg"},
{
id: "3",
name: "Alex K.",
imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-training-box-dark-studio_23-2147752909.jpg?_wi=2",
},
id: "3", name: "Alex K.", imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-training-box-dark-studio_23-2147752909.jpg"},
{
id: "4",
name: "Jenny L.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-zumba_23-2149047648.jpg?_wi=2",
},
id: "4", name: "Jenny L.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-zumba_23-2149047648.jpg"},
{
id: "5",
name: "Tom D.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg?_wi=4",
},
id: "5", name: "Tom D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-bodybuilder-holding-barbell-looking-away-dark-background_613910-20566.jpg"},
]}
cardTitle="WHAT OUR ATHLETES SAY"
cardTag="SUCCESS STORIES"
@@ -313,29 +203,19 @@ export default function LandingPage() {
{
items: [
{
label: "Strength",
href: "#programs",
},
label: "Strength", href: "#programs"},
{
label: "Cardio",
href: "#programs",
},
label: "Cardio", href: "#programs"},
{
label: "HIIT",
href: "#programs",
},
label: "HIIT", href: "#programs"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}