Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b9673d14fb | |||
| 432832ede9 | |||
| 5c68ece853 | |||
| 4e389df30a |
@@ -69,6 +69,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Explore Features", href: "#features"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "hero-carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163387.jpg", imageAlt: "Smart Member Dashboard"},
|
||||
@@ -90,11 +91,13 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
tag="About Us"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Welcome to Fit Hardy Club: Your Journey to Peak Performance Starts Here"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission", href: "#"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,6 +107,7 @@ export default function LandingPage() {
|
||||
title="Innovate Your Fitness Journey with Smart Tools & AI"
|
||||
description="Our platform integrates cutting-edge technology to provide an unparalleled fitness experience, from intelligent dashboards to an AI-powered coach that adapts to your needs."
|
||||
tag="Core Features"
|
||||
tagAnimation="blur-reveal"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "smart-dashboard", title: "Smart Member Dashboard", content: "Get a personalized welcome, track today's workout, calories, steps, weight progress, and body measurements. Stay informed with membership status, trainer messages, and achievement badges."},
|
||||
@@ -138,6 +142,7 @@ export default function LandingPage() {
|
||||
title="Meet Your Certified Personal Trainers"
|
||||
description="Connect with elite personal trainers specializing in diverse fitness areas. Browse profiles, certifications, experience, ratings, and success stories to find your perfect match. Book sessions and directly message your coach for personalized guidance."
|
||||
tag="Our Experts"
|
||||
tagAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -157,6 +162,7 @@ export default function LandingPage() {
|
||||
title="Track Your Journey: Visual Insights, Real Results"
|
||||
description="Our advanced progress tracking and analytics give you a clear view of your fitness evolution. From detailed reports to motivating charts, see how far you've come and what's next."
|
||||
tag="Your Progress"
|
||||
tagAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -169,6 +175,7 @@ export default function LandingPage() {
|
||||
title="Join a Thriving Fitness Ecosystem"
|
||||
description="Fit Hardy Club fosters a supportive and motivating community, where members connect, share achievements, and push each other towards greatness. Our premium experience is also trusted by leading partners."
|
||||
tag="Community & Trust"
|
||||
tagAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -208,6 +215,7 @@ export default function LandingPage() {
|
||||
title="Choose Your Path to Fitness Excellence"
|
||||
description="Select the ideal membership that fits your goals. From basic access to premium coaching, every plan ensures a world-class fitness experience."
|
||||
tag="Membership Plans"
|
||||
tagAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -244,6 +252,7 @@ export default function LandingPage() {
|
||||
title="Hear From Our Thriving Community"
|
||||
description="Our members consistently praise our clean facilities, supportive trainers, and the tangible results they achieve. Join the Fit Hardy Club family and experience the difference."
|
||||
tag="Real Stories, Real Results"
|
||||
tagAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -268,6 +277,7 @@ export default function LandingPage() {
|
||||
title="Your Questions, Answered"
|
||||
description="Find quick answers to the most common questions about Fit Hardy Club, our platform, memberships, and training programs."
|
||||
tag="Questions?"
|
||||
tagAnimation="blur-reveal"
|
||||
faqsAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user