Merge version_1 into main #2
@@ -1,14 +1,14 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
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";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
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';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Sparkles, Target, Users, TrendingUp, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -48,12 +48,15 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg?_wi=1", imageAlt: "Business coaching session"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg", imageAlt: "Business coaching session"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-progress-report-graph-concept_53876-15869.jpg?_wi=1", imageAlt: "Business growth results"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-progress-report-graph-concept_53876-15869.jpg", imageAlt: "Business growth results"
|
||||
},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by 200+ Clients"
|
||||
mediaAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Learn More", href: "#features" },
|
||||
@@ -74,36 +77,44 @@ export default function LandingPage() {
|
||||
title: "Strategic Business Planning", description: "Develop clear, actionable strategies aligned with your vision. I'll help you identify opportunities, overcome obstacles, and create a roadmap for sustainable growth.", icon: Target,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-leader-thinking-about-new-successful-ideas_482257-126557.jpg?_wi=1", imageAlt: "Strategic planning session"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-leader-thinking-about-new-successful-ideas_482257-126557.jpg", imageAlt: "Strategic planning session"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg?_wi=1", imageAlt: "Business strategy implementation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg", imageAlt: "Business strategy implementation"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Executive Leadership Development", description: "Enhance your leadership capabilities and build high-performing teams. Through personalized coaching, develop the skills to inspire, motivate, and lead with confidence.", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg?_wi=2", imageAlt: "Leadership training"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg", imageAlt: "Leadership training"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-leader-thinking-about-new-successful-ideas_482257-126557.jpg?_wi=2", imageAlt: "Team development"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-leader-thinking-about-new-successful-ideas_482257-126557.jpg", imageAlt: "Team development"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Growth & Scaling", description: "Take your business to the next level. Whether you're scaling operations or entering new markets, I provide strategic guidance to ensure profitable, sustainable expansion.", icon: TrendingUp,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-progress-report-graph-concept_53876-15869.jpg?_wi=2", imageAlt: "Business growth metrics"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-progress-report-graph-concept_53876-15869.jpg", imageAlt: "Business growth metrics"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-leader-thinking-about-new-successful-ideas_482257-126557.jpg?_wi=3", imageAlt: "Scaling strategy"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-leader-thinking-about-new-successful-ideas_482257-126557.jpg", imageAlt: "Scaling strategy"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Decision-Making Mastery", description: "Make confident, data-driven decisions that drive results. Learn frameworks and techniques to navigate complex business challenges and capitalize on opportunities.", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg?_wi=3", imageAlt: "Decision making workshop"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-conference_1262-2322.jpg", imageAlt: "Decision making workshop"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg?_wi=2", imageAlt: "Strategic decision session"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg", imageAlt: "Strategic decision session"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -118,7 +129,8 @@ export default function LandingPage() {
|
||||
membersAnimation="blur-reveal"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Alexandra Richardson", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "Alexandra Richardson, Executive Coach"},
|
||||
id: "1", name: "Alexandra Richardson", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "Alexandra Richardson, Executive Coach"
|
||||
},
|
||||
]}
|
||||
memberVariant="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -136,16 +148,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James Mitchell", role: "Founder & CEO", company: "TechVenture Labs", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell testimonial"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", role: "President", company: "Growth Consulting", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Chen testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen testimonial"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Michael Torres", role: "Executive Director", company: "Innovation Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Torres testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Torres testimonial"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emily Watson", role: "Managing Partner", company: "Strategic Advisors", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Emily Watson testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Emily Watson testimonial"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "200+", label: "Clients Coached" },
|
||||
@@ -169,15 +185,20 @@ export default function LandingPage() {
|
||||
mediaPosition="left"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How long does a typical coaching engagement last?", content: "Most engagements run 3-6 months, depending on your goals and needs. We customize the timeline to ensure you achieve meaningful, lasting results. Initial consultations help determine the right duration for your situation."},
|
||||
id: "1", title: "How long does a typical coaching engagement last?", content: "Most engagements run 3-6 months, depending on your goals and needs. We customize the timeline to ensure you achieve meaningful, lasting results. Initial consultations help determine the right duration for your situation."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What's your coaching approach?", content: "I use a combination of strategic planning, behavioral coaching, and accountability frameworks. My approach is results-driven and tailored to your unique challenges and opportunities. Every session is customized to your specific needs."},
|
||||
id: "2", title: "What's your coaching approach?", content: "I use a combination of strategic planning, behavioral coaching, and accountability frameworks. My approach is results-driven and tailored to your unique challenges and opportunities. Every session is customized to your specific needs."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Can we do sessions remotely?", content: "Absolutely. I offer flexible meeting options including video calls, phone consultations, and in-person sessions. Choose what works best for your schedule and preferences."},
|
||||
id: "3", title: "Can we do sessions remotely?", content: "Absolutely. I offer flexible meeting options including video calls, phone consultations, and in-person sessions. Choose what works best for your schedule and preferences."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What if I'm new to coaching?", content: "No experience needed! Coaching is for everyone. We'll start with a discovery session to understand your goals, and I'll guide you through the process every step of the way."},
|
||||
id: "4", title: "What if I'm new to coaching?", content: "No experience needed! Coaching is for everyone. We'll start with a discovery session to understand your goals, and I'll guide you through the process every step of the way."
|
||||
},
|
||||
{
|
||||
id: "5", title: "How do I measure progress?", content: "We establish clear KPIs and milestones at the start. Progress is tracked through regular check-ins, measurable outcomes, and client feedback. Transparency and accountability are core to our engagement."},
|
||||
id: "5", title: "How do I measure progress?", content: "We establish clear KPIs and milestones at the start. Progress is tracked through regular check-ins, measurable outcomes, and client feedback. Transparency and accountability are core to our engagement."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user