37 Commits

Author SHA1 Message Date
ac697a2837 Update src/app/page.tsx 2026-03-08 19:24:29 +00:00
d117f2b99e Switch to version 5: modified src/app/page.tsx 2026-03-08 19:23:24 +00:00
dad2e41b18 Switch to version 5: modified src/app/layout.tsx 2026-03-08 19:23:23 +00:00
e4b02b5c38 Switch to version 4: modified src/app/page.tsx 2026-03-08 19:21:21 +00:00
2489510d85 Switch to version 3: modified src/app/page.tsx 2026-03-08 19:21:18 +00:00
b674dc0b7b Switch to version 3: modified src/app/layout.tsx 2026-03-08 19:21:17 +00:00
916209591c Switch to version 2: modified src/app/page.tsx 2026-03-08 19:20:44 +00:00
35e67d256c Switch to version 2: modified src/app/layout.tsx 2026-03-08 19:20:44 +00:00
5c32475597 Switch to version 3: modified src/app/page.tsx 2026-03-08 19:20:41 +00:00
704654ccee Switch to version 4: modified src/app/page.tsx 2026-03-08 19:20:39 +00:00
60266c6322 Switch to version 4: modified src/app/layout.tsx 2026-03-08 19:20:38 +00:00
feb0cbc926 Merge version_5 into main
Merge version_5 into main
2026-03-08 19:18:03 +00:00
a4b4339d9c Update src/app/page.tsx 2026-03-08 19:17:59 +00:00
33fd22bb88 Update src/app/layout.tsx 2026-03-08 19:17:58 +00:00
3364ee28ca Merge version_4 into main
Merge version_4 into main
2026-03-08 19:15:17 +00:00
7c5950f72b Update src/app/page.tsx 2026-03-08 19:15:13 +00:00
5d3fb55719 Merge version_3 into main
Merge version_3 into main
2026-03-08 18:55:24 +00:00
cb3ee7479d Update src/app/page.tsx 2026-03-08 18:55:20 +00:00
a9490d0d85 Merge version_3 into main
Merge version_3 into main
2026-03-08 05:21:01 +00:00
aac471386d Update src/app/page.tsx 2026-03-08 05:20:57 +00:00
31b506b6ee Merge version_3 into main
Merge version_3 into main
2026-03-08 05:15:30 +00:00
0d74463b82 Update src/app/page.tsx 2026-03-08 05:15:27 +00:00
cc752d736e Merge version_3 into main
Merge version_3 into main
2026-03-08 05:11:42 +00:00
e9590bbdc0 Update src/app/page.tsx 2026-03-08 05:11:38 +00:00
bf0fe0fd49 Merge version_3 into main
Merge version_3 into main
2026-03-08 05:10:57 +00:00
6141c1773c Update src/app/page.tsx 2026-03-08 05:10:53 +00:00
2f2f37d222 Merge version_3 into main
Merge version_3 into main
2026-03-08 05:09:13 +00:00
a321ed3ee6 Update src/app/page.tsx 2026-03-08 05:09:09 +00:00
f31d4c68c4 Merge version_3 into main
Merge version_3 into main
2026-03-08 05:05:01 +00:00
18c70685b6 Update src/app/page.tsx 2026-03-08 05:04:56 +00:00
f24d590dcd Update src/app/layout.tsx 2026-03-08 05:04:55 +00:00
20c2661a94 Merge version_2 into main
Merge version_2 into main
2026-03-08 05:02:42 +00:00
6c52e13428 Update src/app/page.tsx 2026-03-08 05:02:38 +00:00
6b67855744 Merge version_1 into main
Merge version_1 into main
2026-03-08 04:59:25 +00:00
051478d8a6 Merge version_1 into main
Merge version_1 into main
2026-03-08 04:59:05 +00:00
2a8213eadb Merge version_1 into main
Merge version_1 into main
2026-03-08 04:58:43 +00:00
793b240cca Merge version_1 into main
Merge version_1 into main
2026-03-08 04:56:33 +00:00
2 changed files with 91 additions and 1489 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,12 +4,11 @@ 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 PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Sparkles, Target, Crown, TrendingUp, Zap, Users, Heart, HelpCircle } from "lucide-react";
import { Sparkles, Target, Crown, TrendingUp, Zap, Users, Heart, HelpCircle, Globe, MessageSquare, BarChart3, Smartphone } from "lucide-react";
export default function LandingPage() {
return (
@@ -27,11 +26,10 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="CoachFlow"
brandName="webpidico"
navItems={[
{ name: "Services", id: "features" },
{ name: "About", id: "team" },
{ name: "Testimonials", id: "testimonial" },
{ name: "Pricing", id: "pricing" },
{ name: "FAQ", id: "faq" }
]}
button={{ text: "Start Your Journey", href: "#contact" }}
@@ -41,14 +39,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
title="Transform Your Business with Expert Coaching"
description="Unlock your full potential and build a thriving business. Our proven coaching strategies help entrepreneurs and executives achieve breakthrough growth and lasting success."
tag="Professional Coaching"
title="Transform Your Business With Our Expert AI & Digital Solutions"
description="Unlock your full potential with our comprehensive agency services. From stunning websites to AI-powered customer support, we deliver measurable results that accelerate your growth and elevate your competitive advantage."
tag="Professional Coaching & Digital Agency"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Book Your Free Consultation", href: "#contact" },
{ text: "Learn More", href: "#features" }
{ text: "Explore Services", href: "#features" }
]}
buttonAnimation="slide-up"
mediaItems={[
@@ -61,60 +59,71 @@ export default function LandingPage() {
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Trusted by 500+ businesses"
ratingText="Trusted by 500+ businesses worldwide"
background={{ variant: "plain" }}
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyFive
title="Our Coaching Services"
description="Comprehensive coaching solutions designed to elevate your business and leadership capabilities."
title="Comprehensive Agency Services"
description="Everything you need to build, market, and scale your business. From digital presence to customer engagement, we deliver integrated solutions that work together seamlessly."
tag="What We Offer"
tagIcon={Target}
tagAnimation="slide-up"
features={[
{
title: "Executive Leadership Coaching", description: "Develop strategic leadership skills to inspire teams and drive organizational excellence. Build confidence and decision-making capabilities.", icon: Crown,
title: "Website Design & Development", description: "Custom, responsive websites built to convert. From e-commerce platforms to corporate sites, we create digital experiences that reflect your brand and drive measurable results. Mobile-optimized, SEO-ready, and focused on user experience.", icon: Globe,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/leader-authority-boss-coach-director-manager-concept_53876-133859.jpg?_wi=1", imageAlt: "Executive leadership coaching session"
imageSrc: "http://img.b2bpic.net/premium-photo/videographer-camera-hands-man-with-lens-photography-production-media-scenes-backstage-person-with-stabilizing-equipment-set-shooting-videos-documentary-film_590464-424877.jpg?id=353569622", imageAlt: "Website design and development"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-charts-graphs-showing-results-their-successful-teamwork_1423-252.jpg?_wi=1", imageAlt: "Leadership strategy planning"
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320693.jpg?id=150835390", imageAlt: "Responsive web design showcase"
}
]
},
{
title: "Business Strategy & Growth", description: "Create actionable roadmaps for sustainable business growth. From market positioning to revenue scaling, we guide every step.", icon: TrendingUp,
title: "Consulting & Revisions", description: "Strategic guidance and continuous optimization for your digital presence. We partner with you through implementation, testing, and refinement to ensure maximum impact. Regular performance reviews, A/B testing, and data-driven improvements.", icon: BarChart3,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-charts-graphs-showing-results-their-successful-teamwork_1423-252.jpg?_wi=2", imageAlt: "Business strategy development"
imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-charts-graphs-showing-results-their-successful-teamwork_1423-252.jpg?_wi=2", imageAlt: "Business consulting session"
},
{
imageSrc: "http://img.b2bpic.net/free-vector/economic-growth_24877-49230.jpg?_wi=2", imageAlt: "Growth metrics visualization"
imageSrc: "http://img.b2bpic.net/free-photo/cropped-colleagues-generating-business-ideas_1098-19137.jpg?id=5699117", imageAlt: "Strategy and optimization planning"
}
]
},
{
title: "Personal Development Coaching", description: "Unlock your potential through personalized development plans. Build resilience, confidence, and achieve your professional goals.", icon: Zap,
title: "Advertising Campaigns", description: "Data-driven advertising strategies across Google, Facebook, and LinkedIn. We target the right audience at the right time to maximize ROI and accelerate growth. From campaign creation to ongoing optimization and detailed analytics reporting.", icon: TrendingUp,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-working-tablet-with-charts-conference-room-team-brainstorm_482257-31840.jpg?_wi=2", imageAlt: "Personal coaching session"
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-holding-coffee-cup-sitting-with-his-colleagues-office_23-2147923351.jpg?id=3329220", imageAlt: "Digital advertising campaigns"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/leader-authority-boss-coach-director-manager-concept_53876-133859.jpg?_wi=2", imageAlt: "Professional development"
imageSrc: "http://img.b2bpic.net/premium-photo/abstract-texture-acrylic-painting-geometric-art-modern-background_1203078-4304.jpg?id=262975550", imageAlt: "Analytics and performance tracking"
}
]
},
{
title: "Team Performance Coaching", description: "Transform team dynamics and productivity. Improve communication, collaboration, and accountability across your organization.", icon: Users,
title: "Social Media Management", description: "Strategic content creation and community management across all platforms. Build authentic engagement, grow your followers, and establish thought leadership in your industry. Daily posting, community engagement, and influencer partnerships.", icon: MessageSquare,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/leader-authority-boss-coach-director-manager-concept_53876-133859.jpg?_wi=3", imageAlt: "Team coaching workshop"
imageSrc: "http://img.b2bpic.net/free-photo/social-media-marketing-concept_23-2151206987.jpg?_wi=4", imageAlt: "Social media strategy and content"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-charts-graphs-showing-results-their-successful-teamwork_1423-252.jpg?_wi=3", imageAlt: "Team collaboration session"
imageSrc: "http://img.b2bpic.net/free-photo/social-network-concept-with-friends_23-2150873081.jpg?_wi=4", imageAlt: "Community engagement and growth"
}
]
},
{
title: "AI Call Assistant", description: "Intelligent automated calling solutions for customer service, sales, and outreach. Our AI assistants handle inquiries 24/7, qualify leads, and provide instant support with human-like conversations. Advanced NLP, multi-language support, and seamless integration.", icon: Smartphone,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman-sitting-by-table-cafe-with-laptop-computer-talking-by-smartphone-while-waving-looking-away_171337-5560.jpg?id=6874920", imageAlt: "AI customer service assistant"
},
{
imageSrc: "http://img.b2bpic.net/premium-photo/businesswoman-assistant-phone-call-with-paperwork-office-meeting-confirmation-schedule-networking-female-person-talking-contact-us-corporate-consultation-cellphone-notes_590464-374234.jpg?id=258636656", imageAlt: "AI assistant technology"
}
]
}
@@ -125,61 +134,43 @@ export default function LandingPage() {
/>
</div>
<div id="team" data-section="team">
<TeamCardTen
title="Meet Our Expert Coaches"
tag="Our Team"
<div id="pricing" data-section="pricing">
<PricingCardTwo
title="Transparent Pricing for Every Business Size"
description="Choose the perfect plan aligned with your goals. All plans include dedicated support, performance analytics, and the flexibility to scale as you grow."
tag="Pricing Plans"
tagIcon={Sparkles}
tagAnimation="slide-up"
members={[
plans={[
{
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-puffing-cheeks-with-funny-face-mouth-inflated-with-air-crazy-expression_839833-2502.jpg", imageAlt: "Sarah Mitchell, Executive Coach"
id: "1", badge: "Starter", price: "$999", subtitle: "Perfect for small businesses getting started", buttons: [
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "#contact" }
],
features: [
"Website design or social media management", "Basic SEO optimization", "Monthly performance reports", "Email support (24hr response)", "Up to 5 revisions per month", "Monthly strategy consultation"
]
},
{
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg", imageAlt: "David Chen, Business Strategy Coach"
id: "2", badge: "Professional", badgeIcon: Crown,
price: "$1,599", subtitle: "Comprehensive digital solutions for growing businesses", buttons: [
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "#contact" }
],
features: [
"Custom website + advertising campaigns", "Social media management (3+ platforms)", "Advanced SEO and content strategy", "Bi-weekly strategy calls", "Unlimited revisions", "Priority email & phone support", "Monthly analytics dashboard", "Performance optimization"
]
},
{
id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", imageAlt: "Elena Rodriguez, Leadership Coach"
},
{
id: "4", name: "James Patterson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-hispanic-female-executive-wearing-eyeglasses-standing-studio_662251-664.jpg", imageAlt: "James Patterson, Performance Coach"
id: "3", badge: "Enterprise", price: "$2,399", subtitle: "Full-service agency partnership for enterprises", buttons: [
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "#contact" }
],
features: [
"Everything in Professional +", "AI Call Assistant integration", "Dedicated account manager", "Weekly strategy sessions", "Custom API integrations", "24/7 priority support", "Advanced automation workflows", "Quarterly business reviews", "Custom training and onboarding"
]
}
]}
memberVariant="default"
membersAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardSixteen
title="What Our Clients Say"
description="Real results from real businesses. Hear from entrepreneurs and executives who transformed their organizations through our coaching."
tag="Client Testimonials"
tagIcon={Heart}
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Michael Johnson", role: "CEO", company: "TechVision Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", imageAlt: "Michael Johnson, CEO"
},
{
id: "2", name: "Lisa Anderson", role: "Founder", company: "Growth Ventures", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-with-her-arms-crossed_23-2148826474.jpg", imageAlt: "Lisa Anderson, Founder"
},
{
id: "3", name: "Robert Kumar", role: "Director", company: "Strategic Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg", imageAlt: "Robert Kumar, Director"
},
{
id: "4", name: "Jennifer Lee", role: "Managing Partner", company: "Executive Consulting", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", imageAlt: "Jennifer Lee, Managing Partner"
}
]}
kpiItems={[
{ value: "500+", label: "Businesses Transformed" },
{ value: "95%", label: "Client Success Rate" },
{ value: "15+", label: "Years Experience" }
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -189,32 +180,32 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Frequently Asked Questions"
description="Everything you need to know about our coaching programs and how we can help your business succeed."
tag="Support"
description="Get answers to common questions about our agency services and how we can help your business succeed."
tag="Support & Resources"
tagIcon={HelpCircle}
tagAnimation="slide-up"
faqs={[
{
id: "1", title: "How long does a typical coaching engagement last?", content: "Most clients see significant results within 3-6 months of consistent coaching. We typically recommend a 6-12 month engagement for comprehensive transformation. Programs are customized based on your specific goals and current situation."
id: "1", title: "How quickly will I see results from your services?", content: "Results vary by service. Website projects typically launch in 4-8 weeks. Advertising campaigns often show initial results within 2-4 weeks. Social media and SEO are longer-term strategies that show significant results within 3-6 months. Our AI Call Assistant can be operational within days of setup."
},
{
id: "2", title: "What makes your coaching approach different?", content: "We combine proven methodologies with personalized strategies tailored to your unique business context. Our coaches bring 15+ years of direct business experience, not just theory. We focus on measurable results and sustainable change."
id: "2", title: "What's included in the AI Call Assistant service?", content: "Our AI Call Assistant handles customer inquiries, qualifies leads, schedules appointments, and provides 24/7 support. It integrates with your existing systems, learns from interactions, and seamlessly transfers complex issues to your team when needed. Includes analytics and detailed reporting on all interactions."
},
{
id: "3", title: "How much does coaching cost?", content: "Coaching investments range from $3,000-$15,000+ depending on the program length and scope. We offer flexible packages to fit different business sizes and budgets. Schedule a free consultation to discuss options tailored to your needs."
id: "3", title: "Can I upgrade or downgrade my plan anytime?", content: "Yes. We offer flexible plans with month-to-month agreements. You can adjust your service level at any time with 30 days notice. There are no long-term contracts or hidden fees. We want to work with you as your needs evolve."
},
{
id: "4", title: "Can coaching help if my business is struggling?", content: "Absolutely. Many of our most successful transformations started with struggling businesses. We help identify root causes, restructure operations, and implement turnaround strategies to get you back on track."
id: "4", title: "How do you approach social media management?", content: "We create a custom content calendar aligned with your brand voice and business goals. This includes content creation, community management, engagement, and monthly performance analytics. We focus on building authentic connections with your audience and driving meaningful engagement."
},
{
id: "5", title: "What's the first step to getting started?", content: "Book a free 30-minute consultation with one of our coaches. We'll discuss your challenges, goals, and how our coaching can specifically help your business grow and succeed."
id: "5", title: "What advertising platforms do you manage?", content: "We specialize in Google Ads (search, display, shopping), Facebook & Instagram ads, LinkedIn advertising, and retargeting campaigns. We choose the best platforms based on your target audience and business objectives to maximize your ROI."
},
{
id: "6", title: "Do you offer remote coaching?", content: "Yes, all our coaching programs are available via video conferencing for maximum flexibility. Whether you're local or international, we can work with your schedule and time zone."
id: "6", title: "Do you offer support for existing websites?", content: "Absolutely. Our Consulting & Revisions service includes website optimization, performance improvements, conversion rate optimization, and ongoing maintenance. We can work with websites built on any platform and provide strategic guidance to improve performance."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-customer-service-operator-assisting-customers-with-issues_482257-117959.jpg"
imageAlt="Professional coaching support environment"
imageAlt="Professional support and consulting environment"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
mediaPosition="left"
@@ -225,11 +216,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to transform your business and unlock your full potential? Let's start your coaching journey today."
text="Ready to transform your business and achieve your digital goals? Let's work together to create something exceptional and drive measurable growth."
animationType="entrance-slide"
buttons={[
{ text: "Schedule Free Consultation", href: "https://calendly.com" },
{ text: "Contact Us", href: "mailto:hello@coachflow.com" }
{ text: "Contact Us", href: "mailto:hello@webpidico.com" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -238,25 +229,23 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="CoachFlow"
logoText="webpidico"
columns={[
{
items: [
{ label: "Services", href: "#features" },
{ label: "About", href: "#team" },
{ label: "Testimonials", href: "#testimonial" }
{ label: "Pricing", href: "#pricing" },
{ label: "FAQ", href: "#faq" }
]
},
{
items: [
{ label: "FAQ", href: "#faq" },
{ label: "Contact", href: "#contact" },
{ label: "Blog", href: "#" }
{ label: "Privacy Policy", href: "#" }
]
},
{
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Careers", href: "#" }
]