Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-06 18:31:56 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Vision",
id: "#about",
},
name: "Vision", id: "#about"},
{
name: "Academy",
id: "#offer",
},
name: "Academy", id: "#offer"},
{
name: "Method",
id: "#method",
},
name: "Method", id: "#method"},
{
name: "Insights",
id: "#blog",
},
name: "Insights", id: "#blog"},
]}
brandName="STRATEGIST BRAND"
/>
@@ -59,74 +51,37 @@ export default function LandingPage() {
description="I teach ambitious women how to bypass the corporate grind, master high-income digital skills, and scale their own independent empire."
testimonials={[
{
name: "Sarah J.",
handle: "@sarah",
testimonial: "I doubled my income in 90 days. No fluff, just results.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-jacket-leaning-wall-cafe_171337-16380.jpg?_wi=1",
imageAlt: "successful woman entrepreneur portrait",
},
name: "Sarah J.", handle: "@sarah", testimonial: "I doubled my income in 90 days. No fluff, just results.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-jacket-leaning-wall-cafe_171337-16380.jpg?_wi=1", imageAlt: "successful woman entrepreneur portrait"},
{
name: "Elena R.",
handle: "@elena",
testimonial: "Finally, a mentor who treats business like a real empire-building game.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-corporate-woman-looking-outside-window-her-office-smiling-with-confidence_1258-194662.jpg?_wi=1",
imageAlt: "successful woman entrepreneur portrait",
},
name: "Elena R.", handle: "@elena", testimonial: "Finally, a mentor who treats business like a real empire-building game.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-corporate-woman-looking-outside-window-her-office-smiling-with-confidence_1258-194662.jpg?_wi=1", imageAlt: "successful woman entrepreneur portrait"},
{
name: "Maya K.",
handle: "@maya",
testimonial: "From burnout to freedom. This is exactly what I needed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg",
imageAlt: "successful woman entrepreneur portrait",
},
name: "Maya K.", handle: "@maya", testimonial: "From burnout to freedom. This is exactly what I needed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg", imageAlt: "successful woman entrepreneur portrait"},
{
name: "Chloe T.",
handle: "@chloe",
testimonial: "Strategy that actually works. Best investment of my career.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg",
imageAlt: "successful woman entrepreneur portrait",
},
name: "Chloe T.", handle: "@chloe", testimonial: "Strategy that actually works. Best investment of my career.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg", imageAlt: "successful woman entrepreneur portrait"},
{
name: "Nina P.",
handle: "@nina",
testimonial: "Elite perspective, elite results. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg",
imageAlt: "successful woman entrepreneur portrait",
},
name: "Nina P.", handle: "@nina", testimonial: "Elite perspective, elite results. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "successful woman entrepreneur portrait"},
]}
buttons={[
{
text: "Apply to the Academy",
href: "#contact",
},
text: "Apply to the Academy", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-jacket-leaning-wall-cafe_171337-16380.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-woman-looking-window_23-2148415798.jpg",
alt: "Portrait of young professional",
},
src: "http://img.b2bpic.net/free-photo/young-woman-looking-window_23-2148415798.jpg", alt: "Portrait of young professional"},
{
src: "http://img.b2bpic.net/free-photo/side-view-business-woman-eyeglasses-dress_171337-13365.jpg",
alt: "Side view of professional woman",
},
src: "http://img.b2bpic.net/free-photo/side-view-business-woman-eyeglasses-dress_171337-13365.jpg", alt: "Side view of professional woman"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-with-glasses-laughing_23-2148415938.jpg",
alt: "Woman laughing",
},
src: "http://img.b2bpic.net/free-photo/young-woman-with-glasses-laughing_23-2148415938.jpg", alt: "Woman laughing"},
{
src: "http://img.b2bpic.net/free-photo/side-view-smiley-modern-female_23-2148415853.jpg",
alt: "Professional smiling female",
},
src: "http://img.b2bpic.net/free-photo/side-view-smiley-modern-female_23-2148415853.jpg", alt: "Professional smiling female"},
{
src: "http://img.b2bpic.net/free-photo/portrait-woman-working-office-sitting-table-with-laptop-girl-programmer-coding-coworking_1258-195359.jpg",
alt: "Woman working in office",
},
src: "http://img.b2bpic.net/free-photo/portrait-woman-working-office-sitting-table-with-laptop-girl-programmer-coding-coworking_1258-195359.jpg", alt: "Woman working in office"},
]}
avatarText="Join 500+ successful graduates"
/>
@@ -138,9 +93,7 @@ export default function LandingPage() {
title="I'm not here to be your friend. I'm here to be your catalyst."
buttons={[
{
text: "Read My Story",
href: "#",
},
text: "See Why I Started", href: "#"},
]}
/>
</div>
@@ -153,25 +106,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "$10M+",
title: "Revenue Generated",
description: "Combined client scale generated via our systems.",
icon: TrendingUp,
id: "m1", value: "$10M+", title: "Revenue Generated", description: "Combined client scale generated via our systems.", icon: TrendingUp,
},
{
id: "m2",
value: "500+",
title: "Women Mentored",
description: "Independent businesses launched and scaled.",
icon: Users,
id: "m2", value: "500+", title: "Women Mentored", description: "Independent businesses launched and scaled.", icon: Users,
},
{
id: "m3",
value: "12mo",
title: "Average Breakout",
description: "Time to full financial independence for our students.",
icon: Clock,
id: "m3", value: "12mo", title: "Average Breakout", description: "Time to full financial independence for our students.", icon: Clock,
},
]}
title="The Only Metrics That Matter"
@@ -187,41 +128,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Setter Strategy",
price: "Level 1",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-corporate-woman-looking-outside-window-her-office-smiling-with-confidence_1258-194662.jpg?_wi=2",
},
id: "p1", name: "Setter Strategy", price: "Level 1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-corporate-woman-looking-outside-window-her-office-smiling-with-confidence_1258-194662.jpg?_wi=2"},
{
id: "p2",
name: "Closer Mastery",
price: "Level 2",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-laptop-notebook_482257-124372.jpg",
},
id: "p2", name: "Closer Mastery", price: "Level 2", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-laptop-notebook_482257-124372.jpg"},
{
id: "p3",
name: "High-Ticket Ops",
price: "Level 3",
imageSrc: "http://img.b2bpic.net/free-photo/image-successful-corporate-woman-business-clothes-sitting-office-leather-chair-front_1258-194500.jpg",
},
id: "p3", name: "High-Ticket Ops", price: "Level 3", imageSrc: "http://img.b2bpic.net/free-photo/image-successful-corporate-woman-business-clothes-sitting-office-leather-chair-front_1258-194500.jpg"},
{
id: "p4",
name: "Client Acquisition",
price: "Level 4",
imageSrc: "http://img.b2bpic.net/free-photo/professional-businesspeople-having-strategy-meeting-indoors_23-2148824908.jpg",
},
id: "p4", name: "Client Acquisition", price: "Level 4", imageSrc: "http://img.b2bpic.net/free-photo/professional-businesspeople-having-strategy-meeting-indoors_23-2148824908.jpg"},
{
id: "p5",
name: "Empire Scaling",
price: "Level 5",
imageSrc: "http://img.b2bpic.net/free-photo/female-manager-woth-folder-documents_1303-23864.jpg",
},
id: "p5", name: "Empire Scaling", price: "Level 5", imageSrc: "http://img.b2bpic.net/free-photo/female-manager-woth-folder-documents_1303-23864.jpg"},
{
id: "p6",
name: "Financial Sovereignty",
price: "Level 6",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-her-office-businesswoman-sitting-with-her-notebook-writing-making_1258-194713.jpg",
},
id: "p6", name: "Financial Sovereignty", price: "Level 6", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-her-office-businesswoman-sitting-with-her-notebook-writing-making_1258-194713.jpg"},
]}
title="The Digital Bitch Academy"
description="The high-ticket blueprint to total independence."
@@ -235,25 +152,13 @@ export default function LandingPage() {
description="Our proprietary 5-step methodology to transition you from dependent to a dominant digital business owner."
accordionItems={[
{
id: "a1",
title: "Phase 1: Mindset Audit",
content: "Destruction of limiting beliefs and corporate conditioning.",
},
id: "a1", title: "Phase 1: Mindset Audit", content: "Destruction of limiting beliefs and corporate conditioning."},
{
id: "a2",
title: "Phase 2: High-Income Skill Acquisition",
content: "Mastering the mechanics of high-ticket digital sales.",
},
id: "a2", title: "Phase 2: High-Income Skill Acquisition", content: "Mastering the mechanics of high-ticket digital sales."},
{
id: "a3",
title: "Phase 3: The Lead Engine",
content: "Building your own pipeline so you never hunt for work.",
},
id: "a3", title: "Phase 3: The Lead Engine", content: "Building your own pipeline so you never hunt for work."},
{
id: "a4",
title: "Phase 4: Scaling to Sovereignty",
content: "Delegation, automation, and profit optimization.",
},
id: "a4", title: "Phase 4: Scaling to Sovereignty", content: "Delegation, automation, and profit optimization."},
]}
imageSrc="http://img.b2bpic.net/free-photo/glowing-data-wave_23-2151957104.jpg"
mediaAnimation="slide-up"
@@ -269,35 +174,11 @@ export default function LandingPage() {
description="Straight talk on business, wealth, and the digital landscape."
blogs={[
{
id: "b1",
category: "Mindset",
title: "Why You're Underpaid",
excerpt: "The psychological traps keeping you stuck.",
imageSrc: "http://img.b2bpic.net/free-photo/keyboard-glasses-marble-surface_140725-23257.jpg",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-successful-businesswoman-stylish-white-jacket-sit-cafe-co-working-space-drink-coffee-cappucino-look-laptop-display-typing-contact-customer-writing-reports-prepare-project_197531-22201.jpg",
date: "Oct 2023",
},
id: "b1", category: "Mindset", title: "Why You're Underpaid", excerpt: "The psychological traps keeping you stuck.", imageSrc: "http://img.b2bpic.net/free-photo/keyboard-glasses-marble-surface_140725-23257.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-successful-businesswoman-stylish-white-jacket-sit-cafe-co-working-space-drink-coffee-cappucino-look-laptop-display-typing-contact-customer-writing-reports-prepare-project_197531-22201.jpg", date: "Oct 2023"},
{
id: "b2",
category: "Strategy",
title: "High-Ticket Truths",
excerpt: "Why charging more actually serves your clients better.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-workplace-with-laptop-blank-notebook-donut_169016-41281.jpg",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-lady-boss-businesswoman-suit-sitting-office-near-laptop-looking-outside-window_1258-194473.jpg",
date: "Nov 2023",
},
id: "b2", category: "Strategy", title: "High-Ticket Truths", excerpt: "Why charging more actually serves your clients better.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-workplace-with-laptop-blank-notebook-donut_169016-41281.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-lady-boss-businesswoman-suit-sitting-office-near-laptop-looking-outside-window_1258-194473.jpg", date: "Nov 2023"},
{
id: "b3",
category: "Leadership",
title: "Choosing Autonomy",
excerpt: "Decisions that separate employees from owners.",
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-up-blue-letters-forming-word-growth_53876-21125.jpg",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-traveling-with-baggage_23-2149338625.jpg",
date: "Dec 2023",
},
id: "b3", category: "Leadership", title: "Choosing Autonomy", excerpt: "Decisions that separate employees from owners.", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-up-blue-letters-forming-word-growth_53876-21125.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-traveling-with-baggage_23-2149338625.jpg", date: "Dec 2023"},
]}
/>
</div>
@@ -307,20 +188,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Is this for beginners?",
content: "Yes, if you have the drive. We teach skills from the ground up.",
},
id: "f1", title: "Is this for beginners?", content: "Yes, if you have the drive. We teach skills from the ground up."},
{
id: "f2",
title: "What is the commitment?",
content: "High. This is for women ready to change their life permanently.",
},
id: "f2", title: "What is the commitment?", content: "High. This is for women ready to change their life permanently."},
{
id: "f3",
title: "Do I need a product?",
content: "No, we teach you how to sell services and build high-ticket assets.",
},
id: "f3", title: "Do I need a product?", content: "No, we teach you how to sell services and build high-ticket assets."},
]}
sideTitle="Questions? Get Answers."
faqsAnimation="slide-up"
@@ -331,8 +203,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Limited Access"
title="Apply for Your Spot"
description="We only work with women who are 100% committed to financial independence."
@@ -343,33 +214,21 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Academy",
href: "#offer",
},
label: "Academy", href: "#offer"},
{
label: "Insights",
href: "#blog",
},
label: "Insights", href: "#blog"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}