|
|
|
|
@@ -10,8 +10,9 @@ import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
|
|
|
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
|
import { Zap, Target, DollarSign, Users, Star, Mail } from 'lucide-react';
|
|
|
|
|
import { Zap, Target, DollarSign, Users, Star, Mail, TrendingUp } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -64,17 +65,44 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="wow" data-section="wow">
|
|
|
|
|
<SocialProofOne
|
|
|
|
|
<MetricCardSeven
|
|
|
|
|
title="Experience the Transformation Magic"
|
|
|
|
|
description="Witness the incredible power of elite coaching as we transform bodies and minds. Our proven methods create stunning results that leave a lasting impression."
|
|
|
|
|
description="Witness the incredible power of elite coaching as we transform bodies and minds. Join thousands of satisfied clients who've achieved remarkable results."
|
|
|
|
|
tag="WOW Factor"
|
|
|
|
|
names={[
|
|
|
|
|
"300% Faster Results", "100% Guaranteed Success", "∞ Unlimited Potential", "Expert Coaching Methods"
|
|
|
|
|
tagIcon={TrendingUp}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
metrics={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", value: "300%", title: "Faster Results", items: ["Proven training methods", "Measurable progress", "Accelerated gains"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", value: "100%", title: "Success Rate", items: ["Personalized programs", "Expert guidance", "Results guaranteed"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", value: "∞", title: "Unlimited Potential", items: ["No limits to growth", "Continuous improvement", "Your best self"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", value: "15+", title: "Years of Excellence", items: ["Expert coaching methods", "Proven track record", "Industry leaders"]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
showCard={false}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="logos" data-section="logos">
|
|
|
|
|
<SocialProofOne
|
|
|
|
|
title="Trusted by Industry Leaders"
|
|
|
|
|
description="Join thousands of people who've transformed with Elite Coaching"
|
|
|
|
|
tag="Our Clients"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
names={[
|
|
|
|
|
"Fitness First", "Gold's Gym", "CrossFit Box", "Wellness Hub", "Athletic Club", "Performance Center"
|
|
|
|
|
]}
|
|
|
|
|
speed={40}
|
|
|
|
|
showCard={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -269,4 +297,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|