4 Commits

Author SHA1 Message Date
030db66a40 Update src/app/page.tsx 2026-04-17 00:04:20 +00:00
60eb1a58e5 Update src/app/page.tsx 2026-04-17 00:03:49 +00:00
0bd01c83a4 Merge version_1 into main
Merge version_1 into main
2026-04-17 00:01:49 +00:00
11c14a50e1 Merge version_1 into main
Merge version_1 into main
2026-04-17 00:01:21 +00:00

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
@@ -11,7 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { BarChart2, Lightbulb, Target } from "lucide-react";
export default function LandingPage() {
@@ -32,66 +32,42 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "About", id: "about"},
{
name: "Services", id: "services"},
{
name: "Process", id: "process"},
{
name: "Contact", id: "contact"},
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Process", id: "process" },
{ name: "Contact", id: "contact" },
]}
brandName="Lead With Passion"
button={{
text: "Book a Call", href: "#contact"}}
button={{ text: "Book a Call", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "sparkles-gradient"}}
background={{ variant: "sparkles-gradient" }}
title="Lead with purpose. Grow with intention."
description="Unlock the leader within you. Through transformative coaching, strategic mentorship, and unwavering accountability, we help ambitious professionals build businesses and lives they're truly passionate about."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/business-man-sharing-idea-with-colleague_23-2148336895.jpg", imageAlt: "Business Coach"},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Business Coach"},
{
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6615.jpg", imageAlt: "Business Coach"},
{
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-guy-dinner-jacket-with-glass-drink_23-2147989295.jpg", imageAlt: "Business Coach"},
{
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-sitting-couch_1098-2454.jpg", imageAlt: "Business Coach"},
{ imageSrc: "http://img.b2bpic.net/free-photo/business-man-sharing-idea-with-colleague_23-2148336895.jpg", imageAlt: "Business Coach" },
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Business Coach" },
{ imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6615.jpg", imageAlt: "Business Coach" },
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-guy-dinner-jacket-with-glass-drink_23-2147989295.jpg", imageAlt: "Business Coach" },
{ imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-sitting-couch_1098-2454.jpg", imageAlt: "Business Coach" },
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/glasses-smiling-arm-horizontal-front_1262-2739.jpg", imageAlt: "Business Coach"},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16027.jpg", imageAlt: "Business Coach"},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-holding-contract-looks-positive_114579-14180.jpg", imageAlt: "Business Coach"},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-elegant-man-new-years-party_23-2148349058.jpg", imageAlt: "Business Coach"},
{
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-bearded-male-dressed-blue-jacket-grey-vignette-background_613910-20105.jpg", imageAlt: "Business Coach"},
]}
buttons={[
{
text: "Begin Your Journey", href: "#contact"},
{ imageSrc: "http://img.b2bpic.net/free-photo/glasses-smiling-arm-horizontal-front_1262-2739.jpg", imageAlt: "Business Coach" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16027.jpg", imageAlt: "Business Coach" },
{ imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-holding-contract-looks-positive_114579-14180.jpg", imageAlt: "Business Coach" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-elegant-man-new-years-party_23-2148349058.jpg", imageAlt: "Business Coach" },
{ imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-bearded-male-dressed-blue-jacket-grey-vignette-background_613910-20105.jpg", imageAlt: "Business Coach" },
]}
buttons={[{ text: "Begin Your Journey", href: "#contact" }]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-people-dressed-smartly_1262-772.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/business-people-using-digital-tablet-airport_107420-95868.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", alt: "Client 5"},
{ src: "http://img.b2bpic.net/free-photo/smiling-people-dressed-smartly_1262-772.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/business-people-using-digital-tablet-airport_107420-95868.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", alt: "Client 5" },
]}
avatarText="Trusted by 100+ leaders"
/>
@@ -116,28 +92,22 @@ export default function LandingPage() {
{
title: "Executive Coaching", description: "Elevate your leadership presence and decision-making.", icon: Target,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/business-success-visualization-chart-executive_23-2152011769.jpg", imageAlt: "Strategy"},
{
imageSrc: "http://img.b2bpic.net/free-photo/colorful-light-prisms-reflection_23-2148898145.jpg", imageAlt: "Planning"},
{ imageSrc: "http://img.b2bpic.net/free-photo/business-success-visualization-chart-executive_23-2152011769.jpg", imageAlt: "Strategy" },
{ imageSrc: "http://img.b2bpic.net/free-photo/colorful-light-prisms-reflection_23-2148898145.jpg", imageAlt: "Planning" },
],
},
{
title: "Business Strategy", description: "Structured mentorship for sustainable growth.", icon: BarChart2,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-building-with-geometric-facade-clean-lines-clear-sky_41433-196.jpg", imageAlt: "Growth"},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-tablet-woman-s-hands_273609-15489.jpg", imageAlt: "Optimization"},
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-building-with-geometric-facade-clean-lines-clear-sky_41433-196.jpg", imageAlt: "Growth" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-tablet-woman-s-hands_273609-15489.jpg", imageAlt: "Optimization" },
],
},
{
title: "Mindset Mastery", description: "Break through self-imposed ceilings.", icon: Lightbulb,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/data-hand_23-2151957116.jpg", imageAlt: "Mindset"},
{
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-financial-growth-analysis_23-2152011780.jpg", imageAlt: "Perspective"},
{ imageSrc: "http://img.b2bpic.net/free-photo/data-hand_23-2151957116.jpg", imageAlt: "Mindset" },
{ imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-financial-growth-analysis_23-2152011780.jpg", imageAlt: "Perspective" },
],
},
]}
@@ -153,14 +123,10 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
{
id: "p1", value: "1", description: "Discovery Call"},
{
id: "p2", value: "2", description: "Deep Assessment"},
{
id: "p3", value: "3", description: "Strategic Sessions"},
{
id: "p4", value: "4", description: "Sustained Growth"},
{ id: "p1", value: "1", description: "Discovery Call" },
{ id: "p2", value: "2", description: "Deep Assessment" },
{ id: "p3", value: "3", description: "Strategic Sessions" },
{ id: "p4", value: "4", description: "Sustained Growth" },
]}
title="Your transformation in four steps."
description="A proven pathway to unlock your potential and build a legacy."
@@ -171,28 +137,24 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={[
"Leadership Monthly", "Business Insider", "Forbes Leaders", "TechCrunch", "Growth Weekly", "Impact Daily", "Strategy Today"]}
names={["Leadership Monthly", "Business Insider", "Forbes Leaders", "TechCrunch", "Growth Weekly", "Impact Daily", "Strategy Today"]}
title="Trusted by visionary leaders across the globe."
description="We partner with top-tier organizations to drive performance."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
textboxLayout="default"
<TestimonialCardThirteen
useInvertedBackground={false}
textboxLayout="default"
showRating={true}
animationType="slide-up"
testimonials={[
{
id: "1", title: "Life Changing", quote: "Transformative coaching that helped me see myself as a leader.", name: "Ros C.", role: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1570.jpg"},
{
id: "2", title: "Incredible Results", quote: "I've never felt more clarity in my business decisions.", name: "Michael S.", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-close-window_1098-433.jpg"},
{
id: "3", title: "Highly Recommended", quote: "A true partner in my growth journey.", name: "Emma L.", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-people-working-together_23-2150384850.jpg"},
{
id: "4", title: "Strategic Excellence", quote: "The mindset mastery work was a complete game changer.", name: "David W.", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/men-discussing-eco-project-close-up_23-2148920596.jpg"},
{
id: "5", title: "Professionalism", quote: "Excellent, highly personalized approach.", name: "Sarah K.", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg"},
{ id: "1", testimonial: "Transformative coaching that helped me see myself as a leader.", name: "Ros C.", handle: "Executive", rating: 5 },
{ id: "2", testimonial: "I've never felt more clarity in my business decisions.", name: "Michael S.", handle: "CEO", rating: 5 },
{ id: "3", testimonial: "A true partner in my growth journey.", name: "Emma L.", handle: "Director", rating: 5 },
{ id: "4", testimonial: "The mindset mastery work was a complete game changer.", name: "David W.", handle: "Founder", rating: 5 },
{ id: "5", testimonial: "Excellent, highly personalized approach.", name: "Sarah K.", handle: "Manager", rating: 5 },
]}
title="What our clients say."
description="Real impact, real results."
@@ -200,38 +162,28 @@ export default function LandingPage() {
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
<FaqDouble
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "f1", title: "Who is this for?", content: "Designed for ambitious leaders and founders."},
{
id: "f2", title: "Is coaching remote?", content: "Yes, we serve clients globally online."},
{
id: "f3", title: "Do you offer free calls?", content: "Yes, start with a 30-minute discovery session."},
{ id: "f1", title: "Who is this for?", content: "Designed for ambitious leaders and founders." },
{ id: "f2", title: "Is coaching remote?", content: "Yes, we serve clients globally online." },
{ id: "f3", title: "Do you offer free calls?", content: "Yes, start with a 30-minute discovery session." },
]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-laptop-dressed-table_52683-147316.jpg"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
title="Common Questions."
description="Find everything you need to know about our coaching process."
faqsAnimation="slide-up"
imageAlt="Workspace"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient"}}
background={{ variant: "radial-gradient" }}
tag="Let's talk"
title="Your most impactful chapter starts here."
description="Reach out today to discuss where you are and where you're headed."
buttons={[
{
text: "Book a Discovery Call", href: "#contact"},
]}
buttons={[{ text: "Book a Discovery Call", href: "#contact" }]}
/>
</div>
@@ -240,24 +192,17 @@ export default function LandingPage() {
columns={[
{
title: "Navigation", items: [
{
label: "About", href: "#about"},
{
label: "Services", href: "#services"},
{
label: "Process", href: "#process"},
{
label: "Contact", href: "#contact"},
{ label: "About", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Process", href: "#process" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Resources", items: [
{
label: "Blog", href: "#"},
{
label: "FAQ", href: "#"},
{
label: "Terms", href: "#"},
{ label: "Blog", href: "#" },
{ label: "FAQ", href: "#" },
{ label: "Terms", href: "#" },
],
},
]}
@@ -268,4 +213,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}