Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-02 09:23:29 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Features",
id: "#features",
},
{
name: "Pricing",
id: "#pricing",
},
{
name: "Contact",
id: "#contact",
},
{ name: "About", id: "#about" },
{ name: "Features", id: "#features" },
{ name: "Pricing", id: "#pricing" },
{ name: "Contact", id: "#contact" }
]}
brandName="Elite Mentorship"
/>
@@ -55,97 +43,30 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Uncompromised Mentorship for Visionaries"
description="Exclusive guidance for high-stakes professionals. Elevate your performance with world-class frameworks."
testimonials={[
{
name: "Alex R.",
handle: "@alex_r",
testimonial: "Transformative experience for my executive growth.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-glasses_23-2148415937.jpg?_wi=1",
imageAlt: "luxury professional portrait dark studio",
},
{
name: "Sam T.",
handle: "@sam_t",
testimonial: "Unparalleled insight into strategy and operations.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office-black-white_23-2151777552.jpg?_wi=1",
imageAlt: "luxury professional portrait dark studio",
},
{
name: "Chris D.",
handle: "@chris_d",
testimonial: "Finally found someone who matches my ambition.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/geometric-paper-shapes-coral-background_23-2149588160.jpg?_wi=1",
imageAlt: "luxury professional portrait dark studio",
},
{
name: "Jordan P.",
handle: "@jordan_p",
testimonial: "The frameworks here are genuinely world-class.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-particle-flow-background-with-cyber-dots_1048-15365.jpg?_wi=1",
imageAlt: "luxury professional portrait dark studio",
},
{
name: "Taylor M.",
handle: "@taylor_m",
testimonial: "A defining moment in my professional trajectory.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760992.jpg?_wi=1",
imageAlt: "luxury professional portrait dark studio",
},
{ name: "Alex R.", handle: "@alex_r", testimonial: "Transformative experience for my executive growth.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-glasses_23-2148415937.jpg", imageAlt: "luxury professional portrait dark studio" },
{ name: "Sam T.", handle: "@sam_t", testimonial: "Unparalleled insight into strategy and operations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office-black-white_23-2151777552.jpg", imageAlt: "luxury professional portrait dark studio" },
{ name: "Chris D.", handle: "@chris_d", testimonial: "Finally found someone who matches my ambition.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/geometric-paper-shapes-coral-background_23-2149588160.jpg", imageAlt: "luxury professional portrait dark studio" },
{ name: "Jordan P.", handle: "@jordan_p", testimonial: "The frameworks here are genuinely world-class.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-particle-flow-background-with-cyber-dots_1048-15365.jpg", imageAlt: "luxury professional portrait dark studio" },
{ name: "Taylor M.", handle: "@taylor_m", testimonial: "A defining moment in my professional trajectory.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760992.jpg", imageAlt: "luxury professional portrait dark studio" }
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-female-with-glasses_23-2148415937.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-female-with-glasses_23-2148415937.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67066.jpg",
alt: "Portrait of a young female dentist",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4746.jpg",
alt: "Portrait of a beautiful young business woman",
},
{
src: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg",
alt: "Fashion portrait of young elegant woman",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg",
alt: "Portrait of a young female dentist",
},
{
src: "http://img.b2bpic.net/free-photo/confident-beautiful-young-woman-portrait_23-2148148150.jpg",
alt: "Confident beautiful young woman portrait",
},
{ src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67066.jpg", alt: "Portrait of a young female dentist" },
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4746.jpg", alt: "Portrait of a beautiful young business woman" },
{ src: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", alt: "Fashion portrait of young elegant woman" },
{ src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg", alt: "Portrait of a young female dentist" },
{ src: "http://img.b2bpic.net/free-photo/confident-beautiful-young-woman-portrait_23-2148148150.jpg", alt: "Confident beautiful young woman portrait" }
]}
marqueeItems={[
{
type: "text",
text: "Strategic Growth",
},
{
type: "text",
text: "Operational Excellence",
},
{
type: "text",
text: "Executive Leadership",
},
{
type: "text",
text: "Network Advantage",
},
{
type: "text",
text: "Performance Mastery",
},
{ type: "text", text: "Strategic Growth" },
{ type: "text", text: "Operational Excellence" },
{ type: "text", text: "Executive Leadership" },
{ type: "text", text: "Network Advantage" },
{ type: "text", text: "Performance Mastery" }
]}
/>
</div>
@@ -155,30 +76,25 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Built for Excellence"
description="My philosophy centers on refined discipline, strategic precision, and relentless iteration. We don't settle for 'better'; we aim for mastery."
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-office-black-white_23-2151777552.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-office-black-white_23-2151777552.jpg"
/>
</div>
<div id="features" data-section="features">
<FeatureCardSeven
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
features={[
{
title: "Strategic Clarity",
description: "Cutting through noise with surgical decision-making frameworks.",
imageSrc: "http://img.b2bpic.net/free-photo/geometric-paper-shapes-coral-background_23-2149588160.jpg?_wi=2",
title: "Strategic Clarity", description: "Cutting through noise with surgical decision-making frameworks.", imageSrc: "http://img.b2bpic.net/free-photo/geometric-paper-shapes-coral-background_23-2149588160.jpg"
},
{
title: "Operational Edge",
description: "Refining systems that scale with your ambitions.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-particle-flow-background-with-cyber-dots_1048-15365.jpg?_wi=2",
title: "Operational Edge", description: "Refining systems that scale with your ambitions.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-particle-flow-background-with-cyber-dots_1048-15365.jpg"
},
{
title: "High-Level Networking",
description: "Access to a curated circle of industry leaders.",
imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760992.jpg?_wi=2",
},
title: "High-Level Networking", description: "Access to a curated circle of industry leaders.", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760992.jpg"
}
]}
title="Mastery Frameworks"
description="Strategic tools designed to optimize your performance and clarity."
@@ -191,27 +107,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "100+",
title: "Executives Mentored",
description: "Across diverse high-stakes industries.",
imageSrc: "http://img.b2bpic.net/free-vector/16-dark-geometric-monoline-logos_23-2147697079.jpg",
},
{
id: "m2",
value: "250%",
title: "Growth Efficiency",
description: "Average increase in leadership performance.",
imageSrc: "http://img.b2bpic.net/free-photo/glowing-warning-triangle-with-digital-distortion-black-background_84443-91300.jpg",
},
{
id: "m3",
value: "15",
title: "Years Experience",
description: "Deep expertise in organizational design.",
imageSrc: "http://img.b2bpic.net/free-vector/minimal-logo-designs-set_53876-94205.jpg",
},
{ id: "m1", value: "100+", title: "Executives Mentored", description: "Across diverse high-stakes industries.", imageSrc: "http://img.b2bpic.net/free-vector/16-dark-geometric-monoline-logos_23-2147697079.jpg" },
{ id: "m2", value: "250%", title: "Growth Efficiency", description: "Average increase in leadership performance.", imageSrc: "http://img.b2bpic.net/free-photo/glowing-warning-triangle-with-digital-distortion-black-background_84443-91300.jpg" },
{ id: "m3", value: "15", title: "Years Experience", description: "Deep expertise in organizational design.", imageSrc: "http://img.b2bpic.net/free-vector/minimal-logo-designs-set_53876-94205.jpg" }
]}
title="Measurable Results"
description="Empirical evidence of growth and optimization."
@@ -225,38 +123,13 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "p1",
tag: "Essentials",
price: "$15k",
period: "/qtr",
description: "Core strategy sessions.",
button: {
text: "Apply Now",
},
featuresTitle: "Included",
features: [
"Bi-weekly Calls",
"Framework Access",
"Slack Support",
],
id: "p1", tag: "Essentials", price: "$15k", period: "/qtr", description: "Core strategy sessions.", button: { text: "Apply Now" },
featuresTitle: "Included", features: ["Bi-weekly Calls", "Framework Access", "Slack Support"]
},
{
id: "p2",
tag: "Elite",
price: "$30k",
period: "/qtr",
description: "Full-immersion partnership.",
button: {
text: "Apply Now",
},
featuresTitle: "Included",
features: [
"Weekly Calls",
"Direct Access",
"Network Integration",
"On-site visits",
],
},
id: "p2", tag: "Elite", price: "$30k", period: "/qtr", description: "Full-immersion partnership.", button: { text: "Apply Now" },
featuresTitle: "Included", features: ["Weekly Calls", "Direct Access", "Network Integration", "On-site visits"]
}
]}
title="Investment Tiers"
description="Select the level of intensity that suits your current phase."
@@ -270,46 +143,11 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
role: "VP",
company: "Global Group",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-smart-male-eyeglasses-dressed-brown-jacket_613910-552.jpg",
},
{
id: "t2",
name: "Michael L.",
role: "CEO",
company: "Tech Labs",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-indoors_23-2149518285.jpg",
},
{
id: "t3",
name: "Elena P.",
role: "Director",
company: "Innovate",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/interested-black-man-woolen-elegant-jacket-close-up-portrait-handsome-guy-with-dark-skin-wears-headphones_197531-21842.jpg",
},
{
id: "t4",
name: "David V.",
role: "Founder",
company: "Startup X",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021812.jpg",
},
{
id: "t5",
name: "Marcus W.",
role: "Head of Product",
company: "DataFlow",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-young-businesswoman-having-confident-serious-look-staring-camera-holding-hand-her-chin-beautiful-thoughtful-female-posing-isolated-warm-oversize-jacket_343059-2169.jpg",
},
{ id: "t1", name: "Sarah J.", role: "VP", company: "Global Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-smart-male-eyeglasses-dressed-brown-jacket_613910-552.jpg" },
{ id: "t2", name: "Michael L.", role: "CEO", company: "Tech Labs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-indoors_23-2149518285.jpg" },
{ id: "t3", name: "Elena P.", role: "Director", company: "Innovate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/interested-black-man-woolen-elegant-jacket-close-up-portrait-handsome-guy-with-dark-skin-wears-headphones_197531-21842.jpg" },
{ id: "t4", name: "David V.", role: "Founder", company: "Startup X", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021812.jpg" },
{ id: "t5", name: "Marcus W.", role: "Head of Product", company: "DataFlow", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-young-businesswoman-having-confident-serious-look-staring-camera-holding-hand-her-chin-beautiful-thoughtful-female-posing-isolated-warm-oversize-jacket_343059-2169.jpg" }
]}
title="Proven Impact"
description="Stories from those who have crossed the threshold."
@@ -321,21 +159,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Who is this for?",
content: "High-performing individuals ready to take radical ownership.",
},
{
id: "f2",
title: "What's the commitment?",
content: "Mentorship requires active, weekly engagement.",
},
{
id: "f3",
title: "How do we start?",
content: "Apply via the portal; initial screening mandatory.",
},
{ id: "f1", title: "Who is this for?", content: "High-performing individuals ready to take radical ownership." },
{ id: "f2", title: "What's the commitment?", content: "Mentorship requires active, weekly engagement." },
{ id: "f3", title: "How do we start?", content: "Apply via the portal; initial screening mandatory." }
]}
title="Frequently Addressed"
description="Foundational clarity for potential partners."
@@ -346,17 +172,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Inquiry"
title="Begin the Conversation"
description="Ready to redefine your trajectory? Schedule a discovery interview."
buttons={[
{
text: "Apply to Mentor",
},
]}
buttons={[{ text: "Apply to Mentor" }]}
/>
</div>
@@ -365,31 +185,17 @@ export default function LandingPage() {
logoText="Elite Mentorship"
columns={[
{
title: "Platform",
items: [
{
label: "About",
href: "#about",
},
{
label: "Methodology",
href: "#features",
},
],
title: "Platform", items: [
{ label: "About", href: "#about" },
{ label: "Methodology", href: "#features" }
]
},
{
title: "Legal",
items: [
{
label: "Terms",
href: "#",
},
{
label: "Privacy",
href: "#",
},
],
},
title: "Legal", items: [
{ label: "Terms", href: "#" },
{ label: "Privacy", href: "#" }
]
}
]}
/>
</div>