Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ebe7e8abc2 | |||
| 7ceddc4c29 | |||
| 62e5ce1c32 | |||
| 67e6ab6fc2 | |||
| b8fd8e29d3 | |||
| 4c60e1c43e | |||
| 5aa9985fe7 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
@@ -10,7 +10,8 @@ import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
|||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import { Zap, Target, DollarSign, Users, Star, Mail, Hexagon, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send } from 'lucide-react';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
|
import { Zap, Target, DollarSign, Users, Star, Mail } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -43,47 +44,37 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardDashboard
|
<HeroOverlay
|
||||||
title="Transform Your Body, Elevate Your Life"
|
title="Transform Your Body, Elevate Your Life"
|
||||||
description="Expert personal coaching designed to help you achieve your fitness goals. Whether you're starting your journey or reaching peak performance, our certified coaches are here to guide every step."
|
description="Expert personal coaching designed to help you achieve your fitness goals. Whether you're starting your journey or reaching peak performance, our certified coaches are here to guide every step."
|
||||||
tag="Professional Sports Coaching"
|
tag="Professional Sports Coaching"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "canvas-reveal" }}
|
imageSrc="http://img.b2bpic.net/free-photo/woman-gym-with-coach_1303-5545.jpg"
|
||||||
|
imageAlt="Elite coaching professional trainer helping client"
|
||||||
|
textPosition="bottom-left"
|
||||||
|
showBlur={true}
|
||||||
|
showDimOverlay={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Your First Session", href: "#contact" },
|
{ text: "Book Your First Session", href: "#contact" },
|
||||||
{ text: "View Services", href: "#services" }
|
{ text: "View Services", href: "#services" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
dashboard={{
|
/>
|
||||||
title: "Coaching Performance Hub", logoIcon: Hexagon,
|
</div>
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-gym-with-coach_1303-5545.jpg", buttons: [
|
|
||||||
{ text: "View Dashboard", href: "#" },
|
<div id="wow" data-section="wow">
|
||||||
{ text: "Export Progress", href: "#" }
|
<SocialProofOne
|
||||||
],
|
title="Experience the Transformation Magic"
|
||||||
sidebarItems: [
|
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."
|
||||||
{ icon: House, active: true },
|
tag="WOW Factor"
|
||||||
{ icon: MessageSquareText },
|
names={[
|
||||||
{ icon: Settings }
|
"300% Faster Results", "100% Guaranteed Success", "∞ Unlimited Potential", "Expert Coaching Methods"
|
||||||
],
|
]}
|
||||||
stats: [
|
textboxLayout="default"
|
||||||
{ title: "Clients Trained", values: [150, 280, 450], description: "Active coaching clients." },
|
useInvertedBackground={false}
|
||||||
{ title: "Sessions Completed", values: [1240, 1850, 2340], description: "Total training sessions." },
|
showCard={false}
|
||||||
{ title: "Goals Achieved", values: [92, 145, 198], description: "Client success rate." }
|
speed={40}
|
||||||
],
|
|
||||||
chartTitle: "Monthly Training Activity", chartData: [
|
|
||||||
{ value: 65 },
|
|
||||||
{ value: 45 },
|
|
||||||
{ value: 78 },
|
|
||||||
{ value: 55 },
|
|
||||||
{ value: 88 }
|
|
||||||
],
|
|
||||||
listTitle: "Recent Client Achievements", listItems: [
|
|
||||||
{ icon: CircleDollarSign, title: "Weight Loss Goal Met", status: "Completed" },
|
|
||||||
{ icon: ArrowLeftRight, title: "Strength Milestone", status: "In Progress" },
|
|
||||||
{ icon: Send, title: "Endurance Record", status: "Completed" }
|
|
||||||
]
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user