Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-28 16:47:30 +00:00

View File

@@ -34,41 +34,23 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "home"},
id: "home",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Features", name: "Features", id: "features"},
id: "features",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Results", name: "Results", id: "metrics"},
id: "metrics",
},
{ {
name: "Pricing", name: "Pricing", id: "pricing"},
id: "pricing",
},
{ {
name: "FAQ", name: "FAQ", id: "faq"},
id: "faq",
},
{ {
name: "Partners", name: "Partners", id: "social-proof"},
id: "social-proof",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="THE PE4K" brandName="THE PE4K"
/> />
@@ -77,69 +59,41 @@ export default function LandingPage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroCentered <HeroCentered
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="Unlock Your Peak Potential" title="Unlock Your Peak Potential"
description="THE PE4K provides elite coaching and strategies to elevate your performance, whether in business, fitness, or personal growth. Achieve extraordinary results with our tailored programs." description="THE PE4K provides elite coaching and strategies to elevate your performance, whether in business, fitness, or personal growth. Achieve extraordinary results with our tailored programs."
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", src: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", alt: "John Doe"},
alt: "John Doe",
},
{ {
src: "http://img.b2bpic.net/free-photo/indoor-portrait-glad-african-student-blue-shirt-standing-with-arms-crossed-while-his-university-friends-talking-beside-him-blissful-black-guy-spending-time-office-with-colleagues_197531-3858.jpg", src: "http://img.b2bpic.net/free-photo/indoor-portrait-glad-african-student-blue-shirt-standing-with-arms-crossed-while-his-university-friends-talking-beside-him-blissful-black-guy-spending-time-office-with-colleagues_197531-3858.jpg", alt: "Jane Smith"},
alt: "Jane Smith",
},
{ {
src: "http://img.b2bpic.net/free-photo/picture-happy-man-black-board-with-text-successful_176420-2909.jpg", src: "http://img.b2bpic.net/free-photo/picture-happy-man-black-board-with-text-successful_176420-2909.jpg", alt: "Alex Chen"},
alt: "Alex Chen",
},
{ {
src: "http://img.b2bpic.net/free-photo/serious-young-woman-closeup-emotion-concept_169016-65608.jpg", src: "http://img.b2bpic.net/free-photo/serious-young-woman-closeup-emotion-concept_169016-65608.jpg", alt: "Maria Rodriguez"},
alt: "Maria Rodriguez",
},
{ {
src: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office_1157-21047.jpg", src: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office_1157-21047.jpg", alt: "Mark Davis"},
alt: "Mark Davis",
},
]} ]}
avatarText="Join our community of achievers." avatarText="Join our community of achievers."
buttons={[ buttons={[
{ {
text: "Start Your Journey", text: "Start Your Journey", href: "#contact"},
href: "#contact",
},
{ {
text: "Learn More", text: "Learn More", href: "#features"},
href: "#features",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Strategic Planning", icon: Lightbulb,
text: "Strategic Planning",
icon: Lightbulb,
}, },
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-nvme-ssd_58702-17244.jpg", alt: "Collaborative team working"},
src: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-nvme-ssd_58702-17244.jpg", {
alt: "Collaborative team working", type: "text-icon", text: "Accelerated Growth", icon: TrendingUp,
}, },
{ {
type: "text-icon", type: "image", src: "http://img.b2bpic.net/free-photo/paper-style-isolation-still-life-assortment_23-2148998859.jpg", alt: "Focused individual achieving goals"},
text: "Accelerated Growth",
icon: TrendingUp,
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/business-people-shaking-hands-finishing-up-meeting-success-deal_1150-2552.jpg", alt: "Business partnership success"},
src: "http://img.b2bpic.net/free-photo/paper-style-isolation-still-life-assortment_23-2148998859.jpg",
alt: "Focused individual achieving goals",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/business-people-shaking-hands-finishing-up-meeting-success-deal_1150-2552.jpg",
alt: "Business partnership success",
},
]} ]}
/> />
</div> </div>
@@ -151,21 +105,15 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: Users, icon: Users,
label: "Clients Empowered", label: "Clients Empowered", value: "200+"},
value: "200+",
},
{ {
icon: Trophy, icon: Trophy,
label: "Success Rate", label: "Success Rate", value: "95%"},
value: "95%",
},
{ {
icon: TrendingUp, icon: TrendingUp,
label: "Average Growth", label: "Average Growth", value: "+40%"},
value: "+40%",
},
]} ]}
metricsAnimation="background-highlight" metricsAnimation="blur-reveal"
/> />
</div> </div>
@@ -176,24 +124,15 @@ export default function LandingPage() {
description="From personalized coaching to advanced strategies, our programs are designed to push boundaries and deliver measurable progress across all aspects of your life." description="From personalized coaching to advanced strategies, our programs are designed to push boundaries and deliver measurable progress across all aspects of your life."
accordionItems={[ accordionItems={[
{ {
id: "f1", id: "f1", title: "Personalized Coaching", content: "One-on-one sessions with expert coaches to craft a bespoke roadmap to your goals, ensuring every step is aligned with your vision."},
title: "Personalized Coaching",
content: "One-on-one sessions with expert coaches to craft a bespoke roadmap to your goals, ensuring every step is aligned with your vision.",
},
{ {
id: "f2", id: "f2", title: "Advanced Strategy Workshops", content: "Gain cutting-edge insights and practical tools through exclusive workshops focused on peak performance tactics in various domains."},
title: "Advanced Strategy Workshops",
content: "Gain cutting-edge insights and practical tools through exclusive workshops focused on peak performance tactics in various domains.",
},
{ {
id: "f3", id: "f3", title: "Data-Driven Performance Tracking", content: "Utilize sophisticated analytics to monitor your progress, identify areas for improvement, and optimize your approach for maximum impact."},
title: "Data-Driven Performance Tracking",
content: "Utilize sophisticated analytics to monitor your progress, identify areas for improvement, and optimize your approach for maximum impact.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/rag-dolls-looking-stairs-with-red-carpet_1156-279.jpg" imageSrc="http://img.b2bpic.net/free-photo/rag-dolls-looking-stairs-with-red-carpet_1156-279.jpg"
imageAlt="Abstract illustration of growth and success" imageAlt="Abstract illustration of growth and success"
mediaAnimation="background-highlight" mediaAnimation="blur-reveal"
mediaPosition="right" mediaPosition="right"
/> />
</div> </div>
@@ -202,66 +141,31 @@ export default function LandingPage() {
<TestimonialCardSixteen <TestimonialCardSixteen
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="blur-reveal"
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Sarah Johnson", role: "CEO, Innovate Solutions", company: "Innovate Solutions", rating: 5,
name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "Sarah Johnson"},
role: "CEO, Innovate Solutions",
company: "Innovate Solutions",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
imageAlt: "Sarah Johnson",
},
{ {
id: "t2", id: "t2", name: "Michael Chen", role: "Founder, Quantum Leap", company: "Quantum Leap", rating: 5,
name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Michael Chen"},
role: "Founder, Quantum Leap",
company: "Quantum Leap",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg",
imageAlt: "Michael Chen",
},
{ {
id: "t3", id: "t3", name: "Emily White", role: "Athlete & Coach", company: "Elite Fitness", rating: 5,
name: "Emily White", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", imageAlt: "Emily White"},
role: "Athlete & Coach",
company: "Elite Fitness",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg",
imageAlt: "Emily White",
},
{ {
id: "t4", id: "t4", name: "David Lee", role: "Director of Sales", company: "Global Connect", rating: 5,
name: "David Lee", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg", imageAlt: "David Lee"},
role: "Director of Sales",
company: "Global Connect",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg",
imageAlt: "David Lee",
},
{ {
id: "t5", id: "t5", name: "Jessica Brown", role: "Entrepreneur", company: "Spark Ventures", rating: 5,
name: "Jessica Brown", imageSrc: "http://img.b2bpic.net/free-photo/mature-sporty-man-headband-with-gold-medal-around-his-neck-holding-trophy-looking-front-with-serious-face-standing-orange-wall_141793-51070.jpg", imageAlt: "Jessica Brown"},
role: "Entrepreneur",
company: "Spark Ventures",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-sporty-man-headband-with-gold-medal-around-his-neck-holding-trophy-looking-front-with-serious-face-standing-orange-wall_141793-51070.jpg",
imageAlt: "Jessica Brown",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "10x", value: "10x", label: "ROI Achieved"},
label: "ROI Achieved",
},
{ {
value: "24/7", value: "24/7", label: "Support"},
label: "Support",
},
{ {
value: "200+", value: "200+", label: "Happy Clients"},
label: "Happy Clients",
},
]} ]}
title="What Our Clients Say" title="What Our Clients Say"
description="Hear directly from individuals and businesses who have transformed their performance with THE PE4K." description="Hear directly from individuals and businesses who have transformed their performance with THE PE4K."
@@ -272,36 +176,19 @@ export default function LandingPage() {
<MetricCardSeven <MetricCardSeven
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
animationType="blur-reveal"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "30%", title: "Increase in Productivity", items: [
value: "30%", "Optimized workflows", "Enhanced focus techniques", "Strategic time management"],
title: "Increase in Productivity",
items: [
"Optimized workflows",
"Enhanced focus techniques",
"Strategic time management",
],
}, },
{ {
id: "m2", id: "m2", value: "2x", title: "Revenue Growth", items: [
value: "2x", "Targeted sales strategies", "Improved negotiation skills", "Market expansion tactics"],
title: "Revenue Growth",
items: [
"Targeted sales strategies",
"Improved negotiation skills",
"Market expansion tactics",
],
}, },
{ {
id: "m3", id: "m3", value: "90%", title: "Client Satisfaction", items: [
value: "90%", "Personalized support", "Consistent progress reviews", "Tailored program adjustments"],
title: "Client Satisfaction",
items: [
"Personalized support",
"Consistent progress reviews",
"Tailored program adjustments",
],
}, },
]} ]}
title="Quantifiable Growth, Unmatched Results" title="Quantifiable Growth, Unmatched Results"
@@ -313,63 +200,34 @@ export default function LandingPage() {
<PricingCardThree <PricingCardThree
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="blur-reveal"
plans={[ plans={[
{ {
id: "starter", id: "starter", badge: "Beginner", badgeIcon: Sparkles,
badge: "Beginner", price: "$199/month", name: "Foundation", buttons: [
badgeIcon: Sparkles,
price: "$199/month",
name: "Foundation",
buttons: [
{ {
text: "Start Today", text: "Start Today", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"Personalized Goal Setting", "Personalized Goal Setting", "Weekly Group Coaching", "Access to Resource Library"],
"Weekly Group Coaching",
"Access to Resource Library",
],
}, },
{ {
id: "pro", id: "pro", badge: "Popular", badgeIcon: Crown,
badge: "Popular", price: "$499/month", name: "Ascension", buttons: [
badgeIcon: Crown,
price: "$499/month",
name: "Ascension",
buttons: [
{ {
text: "Choose Plan", text: "Choose Plan", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"Dedicated 1:1 Coaching", "Dedicated 1:1 Coaching", "Bi-Weekly Strategy Sessions", "Advanced Analytics & Tracking", "Priority Support"],
"Bi-Weekly Strategy Sessions",
"Advanced Analytics & Tracking",
"Priority Support",
],
}, },
{ {
id: "enterprise", id: "enterprise", badge: "Ultimate", badgeIcon: Rocket,
badge: "Ultimate", price: "Custom", name: "Apex", buttons: [
badgeIcon: Rocket,
price: "Custom",
name: "Apex",
buttons: [
{ {
text: "Contact Sales", text: "Contact Sales", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"Tailored Executive Coaching", "Tailored Executive Coaching", "On-site Workshops & Training", "Bespoke Performance Frameworks", "24/7 Premium Support", "Dedicated Account Manager"],
"On-site Workshops & Training",
"Bespoke Performance Frameworks",
"24/7 Premium Support",
"Dedicated Account Manager",
],
}, },
]} ]}
title="Choose Your Path to Peak Performance" title="Choose Your Path to Peak Performance"
@@ -382,24 +240,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "What makes THE PE4K different?", content: "We combine personalized, expert coaching with data-driven strategies and a holistic approach to ensure sustainable, measurable growth across all aspects of your life."},
title: "What makes THE PE4K different?",
content: "We combine personalized, expert coaching with data-driven strategies and a holistic approach to ensure sustainable, measurable growth across all aspects of your life.",
},
{ {
id: "q2", id: "q2", title: "How long does a typical coaching program last?", content: "Our programs are flexible and tailored to your needs. While some clients see significant results in 3-6 months, many opt for longer engagements to sustain their momentum."},
title: "How long does a typical coaching program last?",
content: "Our programs are flexible and tailored to your needs. While some clients see significant results in 3-6 months, many opt for longer engagements to sustain their momentum.",
},
{ {
id: "q3", id: "q3", title: "Do you offer programs for teams or businesses?", content: "Yes, we provide specialized workshops and coaching programs designed to elevate team performance, leadership, and strategic execution for organizations of all sizes. Contact us for custom solutions."},
title: "Do you offer programs for teams or businesses?",
content: "Yes, we provide specialized workshops and coaching programs designed to elevate team performance, leadership, and strategic execution for organizations of all sizes. Contact us for custom solutions.",
},
]} ]}
sideTitle="Your Questions, Answered" sideTitle="Your Questions, Answered"
sideDescription="Find quick answers to the most common questions about our programs, coaching, and services." sideDescription="Find quick answers to the most common questions about our programs, coaching, and services."
faqsAnimation="background-highlight" faqsAnimation="blur-reveal"
/> />
</div> </div>
@@ -408,15 +257,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Innovate Solutions", "Innovate Solutions", "Quantum Leap", "Visionary Corps", "Synergy Dynamics", "NextGen Ventures", "Pinnacle Group", "Apex Strategies", "Zenith Performance"]}
"Quantum Leap",
"Visionary Corps",
"Synergy Dynamics",
"NextGen Ventures",
"Pinnacle Group",
"Apex Strategies",
"Zenith Performance",
]}
title="Trusted by Industry Leaders" title="Trusted by Industry Leaders"
description="Our clients range from ambitious startups to established enterprises, all sharing a common goal: reaching their highest potential." description="Our clients range from ambitious startups to established enterprises, all sharing a common goal: reaching their highest potential."
speed={30} speed={30}
@@ -427,20 +268,15 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Ready to Excel?" tag="Ready to Excel?"
title="Elevate Your Performance Today" title="Elevate Your Performance Today"
description="Connect with us to discuss your goals and discover how THE PE4K can help you achieve unprecedented success." description="Connect with us to discuss your goals and discover how THE PE4K can help you achieve unprecedented success."
buttons={[ buttons={[
{ {
text: "Get Started Now", text: "Get Started Now", href: "#"},
href: "#",
},
{ {
text: "Contact Us", text: "Contact Us", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -451,13 +287,9 @@ export default function LandingPage() {
logoAlt="THE PE4K logo" logoAlt="THE PE4K logo"
logoText="THE PE4K" logoText="THE PE4K"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>