Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e0e644a2d | |||
| 1c1dd7e2bb |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
@@ -41,25 +41,30 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
title="Unlock Your Leadership Potential"
|
||||
description="Elevate your executive presence and drive business growth with tailored coaching solutions."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
<HeroSplitDualMedia
|
||||
title="Transform Your Business with Proven Strategies"
|
||||
description="I help entrepreneurs and executives unlock their full potential and build thriving businesses through personalized coaching and strategic guidance."
|
||||
tag="Executive Coaching"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/happy-workers-holding-laptop_1098-4100.jpg", imageAlt: "Business coaching session"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg", imageAlt: "Business growth and success"
|
||||
}
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Rated by 50+ Satisfied Clients"
|
||||
buttons={[
|
||||
{ label: "Schedule Free Consultation", href: "#contact", dataWebildId: "btn_consultation" },
|
||||
{ label: "Learn More", href: "#features", dataWebildId: "btn_learn_more" }
|
||||
{ text: "Schedule Free Consultation", href: "#contact" },
|
||||
{ text: "Learn More", href: "#features" }
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg"
|
||||
imageAlt="Executive coaching session"
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930890.jpg", alt: "Client testimonial" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918947.jpg", alt: "Client testimonial" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930734.jpg", alt: "Client testimonial" }
|
||||
]}
|
||||
marqueeSpeed={2}
|
||||
showMarqueeCard={true}
|
||||
ariaLabel="Executive coaching hero section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user