Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 06:27:37 +00:00

View File

@@ -45,6 +45,7 @@ export default function LandingPage() {
<HeroSplitTestimonial
title="Transform Your Body, Elevate Your Mind"
description="Join our state-of-the-art fitness facility and become part of a thriving community dedicated to health, strength, and personal excellence."
background={{ variant: "plain" }}
tag="Welcome to FitPulse"
tagIcon={Zap}
tagAnimation="blur-reveal"
@@ -180,11 +181,11 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{
id: "1", value: "15,000+", title: "Active Members", description: "Thriving fitness community worldwide", imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061444.jpg?_wi=1", imageAlt: "Community members training"},
id: "1", value: "15,000+", title: "Active Members", description: "Thriving fitness community worldwide", imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061444.jpg", imageAlt: "Community members training"},
{
id: "2", value: "500K+", title: "Transformations", description: "Success stories and personal victories", imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061444.jpg?_wi=2", imageAlt: "Members achieving goals"},
id: "2", value: "500K+", title: "Transformations", description: "Success stories and personal victories", imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061444.jpg", imageAlt: "Members achieving goals"},
{
id: "3", value: "98%", title: "Satisfaction Rate", description: "Member satisfaction and retention", imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061444.jpg?_wi=3", imageAlt: "Happy gym members"},
id: "3", value: "98%", title: "Satisfaction Rate", description: "Member satisfaction and retention", imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061444.jpg", imageAlt: "Happy gym members"},
]}
/>
</div>
@@ -258,7 +259,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-photo/defocused-dumbbells_1203-368.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/defocused-dumbbells_1203-368.jpg"
imageAlt="FitPulse gym facilities"
mediaAnimation="slide-up"
faqsAnimation="blur-reveal"
@@ -294,7 +295,7 @@ export default function LandingPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/defocused-dumbbells_1203-368.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/defocused-dumbbells_1203-368.jpg"
imageAlt="FitPulse facility"
mediaPosition="right"
mediaAnimation="slide-up"