Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ebe7e8abc2 | |||
| 7ceddc4c29 | |||
| 62e5ce1c32 | |||
| 67e6ab6fc2 |
@@ -10,6 +10,7 @@ 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 SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Zap, Target, DollarSign, Users, Star, Mail } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -62,6 +63,21 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="wow" data-section="wow">
|
||||
<SocialProofOne
|
||||
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."
|
||||
tag="WOW Factor"
|
||||
names={[
|
||||
"300% Faster Results", "100% Guaranteed Success", "∞ Unlimited Potential", "Expert Coaching Methods"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showCard={false}
|
||||
speed={40}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
title="About Elite Coaching"
|
||||
|
||||
Reference in New Issue
Block a user