Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-10 03:31:11 +00:00

View File

@@ -32,37 +32,21 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "About Us", name: "About Us", id: "#about-us"},
id: "#about-us",
},
{ {
name: "Solutions", name: "Solutions", id: "#solutions"},
id: "#solutions",
},
{ {
name: "Programs", name: "Programs", id: "#programs"},
id: "#programs",
},
{ {
name: "Success Stories", name: "Success Stories", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Partners", name: "Partners", id: "#partners"},
id: "#partners",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Executing Black Business" brandName="Executing Black Business"
/> />
@@ -71,41 +55,26 @@ export default function LandingPage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroBillboard <HeroBillboard
background={{ background={{
variant: "downward-rays-static", variant: "downward-rays-static"}}
}}
title="Empowering Black Entrepreneurship for Sustainable Growth" title="Empowering Black Entrepreneurship for Sustainable Growth"
description="Executing Black Business is dedicated to fostering a thriving ecosystem for Black entrepreneurs and businesses. We provide essential resources, strategic guidance, and a powerful network to drive success and create lasting economic impact." description="Executing Black Business is dedicated to fostering a thriving ecosystem for Black entrepreneurs and businesses. We provide essential resources, strategic guidance, and a powerful network to drive success and create lasting economic impact."
buttons={[ buttons={[
{ {
text: "Explore Our Solutions", text: "Explore Our Solutions", href: "#solutions"},
href: "#solutions",
},
{ {
text: "Join Our Community", text: "Join Our Community", href: "#contact"},
href: "#contact",
},
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/portrait-fashionable-smiley-man_23-2148448857.jpg", src: "http://img.b2bpic.net/free-photo/portrait-fashionable-smiley-man_23-2148448857.jpg", alt: "John Doe"},
alt: "John Doe",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148918742.jpg", src: "http://img.b2bpic.net/free-photo/happy-woman-posing-outdoors_23-2148918742.jpg", alt: "Jane Smith"},
alt: "Jane Smith",
},
{ {
src: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-standing-city-smiling-generated-by-ai_188544-20361.jpg", src: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-standing-city-smiling-generated-by-ai_188544-20361.jpg", alt: "Alice Johnson"},
alt: "Alice Johnson",
},
{ {
src: "http://img.b2bpic.net/free-photo/horizontal-shot-successful-dark-skinned-enterpreneur-glasses-purple-shirt-looks-happily-camera-shows-even-white-teeth_273609-3438.jpg", src: "http://img.b2bpic.net/free-photo/horizontal-shot-successful-dark-skinned-enterpreneur-glasses-purple-shirt-looks-happily-camera-shows-even-white-teeth_273609-3438.jpg", alt: "Bob Williams"},
alt: "Bob Williams",
},
{ {
src: "http://img.b2bpic.net/free-photo/businessman-with-approval-gesture_1187-2502.jpg", src: "http://img.b2bpic.net/free-photo/businessman-with-approval-gesture_1187-2502.jpg", alt: "Businessman with approval gesture "},
alt: "Businessman with approval gesture ",
},
]} ]}
avatarText="Join 2,500+ thriving entrepreneurs." avatarText="Join 2,500+ thriving entrepreneurs."
imageSrc="http://img.b2bpic.net/free-photo/people-working-their-office_23-2149196409.jpg" imageSrc="http://img.b2bpic.net/free-photo/people-working-their-office_23-2149196409.jpg"
@@ -113,25 +82,15 @@ export default function LandingPage() {
mediaAnimation="slide-up" mediaAnimation="slide-up"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Strategic Mentorship"},
text: "Strategic Mentorship",
},
{ {
type: "text", type: "text", text: "Access to Capital"},
text: "Access to Capital",
},
{ {
type: "text", type: "text", text: "Market Expansion"},
text: "Market Expansion",
},
{ {
type: "text", type: "text", text: "Community Support"},
text: "Community Support",
},
{ {
type: "text", type: "text", text: "Innovative Programs"},
text: "Innovative Programs",
},
]} ]}
/> />
</div> </div>
@@ -140,7 +99,6 @@ export default function LandingPage() {
<TextAbout <TextAbout
useInvertedBackground={true} useInvertedBackground={true}
title="Our Vision: Catalyzing Success in the Black Business Community" title="Our Vision: Catalyzing Success in the Black Business Community"
description="Executing Black Business was founded on the principle of transforming challenges into triumphs for Black entrepreneurs. We believe in the power of collective growth, providing tailored support that addresses the unique needs and opportunities within our community. From grassroots startups to scaling enterprises, we are committed to building a legacy of economic empowerment and innovation."
/> />
</div> </div>
@@ -152,29 +110,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Mentorship & Coaching", title: "Mentorship & Coaching", description: "Gain invaluable insights and personalized guidance from seasoned entrepreneurs and industry experts dedicated to your success.", imageSrc: "http://img.b2bpic.net/free-photo/employees-using-laptop-write-emails-solving-tasks_482257-123811.jpg", imageAlt: "Black business mentor advising a young entrepreneur", titleImageSrc: "http://img.b2bpic.net/free-photo/business-teammates-working-late_23-2148991287.jpg", buttonText: "Learn More"},
description: "Gain invaluable insights and personalized guidance from seasoned entrepreneurs and industry experts dedicated to your success.",
imageSrc: "http://img.b2bpic.net/free-photo/employees-using-laptop-write-emails-solving-tasks_482257-123811.jpg",
imageAlt: "Black business mentor advising a young entrepreneur",
titleImageSrc: "http://img.b2bpic.net/free-photo/business-teammates-working-late_23-2148991287.jpg",
buttonText: "Learn More",
},
{ {
title: "Funding & Capital Access", title: "Funding & Capital Access", description: "Navigate the complexities of securing investments with our curated resources, workshops, and connections to funding opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-15664.jpg", imageAlt: "Hands exchanging money representing business investment", titleImageSrc: "http://img.b2bpic.net/free-photo/two-happy-friendly-dark-skinned-businessmen-listening-attenively-answers-woman-candidate_273609-9303.jpg", buttonText: "Discover Funding"},
description: "Navigate the complexities of securing investments with our curated resources, workshops, and connections to funding opportunities.",
imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-15664.jpg",
imageAlt: "Hands exchanging money representing business investment",
titleImageSrc: "http://img.b2bpic.net/free-photo/two-happy-friendly-dark-skinned-businessmen-listening-attenively-answers-woman-candidate_273609-9303.jpg",
buttonText: "Discover Funding",
},
{ {
title: "Market Expansion Strategies", title: "Market Expansion Strategies", description: "Develop robust marketing plans and tap into new markets with expert support, digital tools, and networking events.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-illustrator-drawing-tablet_23-2150040139.jpg", imageAlt: "Black business owner using digital marketing tools", titleImageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-computer_23-2149006925.jpg", buttonText: "Expand Your Reach"},
description: "Develop robust marketing plans and tap into new markets with expert support, digital tools, and networking events.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-illustrator-drawing-tablet_23-2150040139.jpg",
imageAlt: "Black business owner using digital marketing tools",
titleImageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-computer_23-2149006925.jpg",
buttonText: "Expand Your Reach",
},
]} ]}
title="Strategic Solutions for Every Stage of Your Business" title="Strategic Solutions for Every Stage of Your Business"
description="We offer comprehensive programs designed to equip Black businesses with the tools, knowledge, and networks needed to thrive in today's competitive landscape." description="We offer comprehensive programs designed to equip Black businesses with the tools, knowledge, and networks needed to thrive in today's competitive landscape."
@@ -189,47 +129,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Startup Accelerator", price: "Starting at $999", imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-working-inclusive-ai-tech-agency_482257-125044.jpg", imageAlt: "Black entrepreneurs collaborating on a startup business plan"},
name: "Startup Accelerator",
price: "Starting at $999",
imageSrc: "http://img.b2bpic.net/free-photo/man-wheelchair-working-inclusive-ai-tech-agency_482257-125044.jpg",
imageAlt: "Black entrepreneurs collaborating on a startup business plan",
},
{ {
id: "p2", id: "p2", name: "Funding Bootcamp", price: "$499/program", imageSrc: "http://img.b2bpic.net/free-photo/teamwork-cooperation-creativity_273609-6347.jpg", imageAlt: "Financial literacy workshop for the black community"},
name: "Funding Bootcamp",
price: "$499/program",
imageSrc: "http://img.b2bpic.net/free-photo/teamwork-cooperation-creativity_273609-6347.jpg",
imageAlt: "Financial literacy workshop for the black community",
},
{ {
id: "p3", id: "p3", name: "Digital Marketing Masterclass", price: "$299/course", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-present-startup-analytics_482257-119160.jpg", imageAlt: "Black business owner using digital marketing tools on laptop"},
name: "Digital Marketing Masterclass",
price: "$299/course",
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-present-startup-analytics_482257-119160.jpg",
imageAlt: "Black business owner using digital marketing tools on laptop",
},
{ {
id: "p4", id: "p4", name: "Leadership Development", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/angry-screaming-executive-corporate-conference-meeting-room-because-financial-problem-meeting-room_482257-5042.jpg", imageAlt: "Black executive leading a team meeting"},
name: "Leadership Development",
price: "Custom Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/angry-screaming-executive-corporate-conference-meeting-room-because-financial-problem-meeting-room_482257-5042.jpg",
imageAlt: "Black executive leading a team meeting",
},
{ {
id: "p5", id: "p5", name: "Supply Chain Optimization", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/manager-reviews-warehouse-inventory_482257-80925.jpg", imageAlt: "Diverse team managing logistics and supply chain"},
name: "Supply Chain Optimization",
price: "Request Quote",
imageSrc: "http://img.b2bpic.net/free-photo/manager-reviews-warehouse-inventory_482257-80925.jpg",
imageAlt: "Diverse team managing logistics and supply chain",
},
{ {
id: "p6", id: "p6", name: "Export Readiness Program", price: "$699/program", imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-writing-diary-office_23-2148187178.jpg", imageAlt: "Black business owner reviewing export documents for international trade"},
name: "Export Readiness Program",
price: "$699/program",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-writing-diary-office_23-2148187178.jpg",
imageAlt: "Black business owner reviewing export documents for international trade",
},
]} ]}
title="Our Transformative Programs & Resources" title="Our Transformative Programs & Resources"
description="Discover a suite of offerings designed to elevate your business from concept to market leadership. Each program is crafted to deliver tangible results and foster sustainable growth." description="Discover a suite of offerings designed to elevate your business from concept to market leadership. Each program is crafted to deliver tangible results and foster sustainable growth."
@@ -243,64 +153,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", role: "CEO", company: "Innovate Ventures", rating: 5,
name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-executive-smiling-confident-standing-street_839833-33412.jpg", imageAlt: "Sarah Johnson, CEO of Innovate Ventures"},
role: "CEO",
company: "Innovate Ventures",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-executive-smiling-confident-standing-street_839833-33412.jpg",
imageAlt: "Sarah Johnson, CEO of Innovate Ventures",
},
{ {
id: "2", id: "2", name: "Marcus Chen", role: "Founder", company: "Global Connect", rating: 5,
name: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280773.jpg", imageAlt: "Marcus Chen, Founder of Global Connect"},
role: "Founder",
company: "Global Connect",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280773.jpg",
imageAlt: "Marcus Chen, Founder of Global Connect",
},
{ {
id: "3", id: "3", name: "Dr. Angela Ramirez", role: "Lead Scientist", company: "BioFuture Labs", rating: 5,
name: "Dr. Angela Ramirez", imageSrc: "http://img.b2bpic.net/free-photo/pleased-holding-idea-bubble-young-africanamerican-guy-wearing-headphones-neck-isolated-blue-background_141793-135761.jpg", imageAlt: "Dr. Angela Ramirez, Lead Scientist at BioFuture Labs"},
role: "Lead Scientist",
company: "BioFuture Labs",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pleased-holding-idea-bubble-young-africanamerican-guy-wearing-headphones-neck-isolated-blue-background_141793-135761.jpg",
imageAlt: "Dr. Angela Ramirez, Lead Scientist at BioFuture Labs",
},
{ {
id: "4", id: "4", name: "David Kim", role: "Marketing Director", company: "GrowthSpark", rating: 5,
name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-african-man-pointing-finger_171337-7445.jpg", imageAlt: "David Kim, Marketing Director at GrowthSpark"},
role: "Marketing Director",
company: "GrowthSpark",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-african-man-pointing-finger_171337-7445.jpg",
imageAlt: "David Kim, Marketing Director at GrowthSpark",
},
{ {
id: "5", id: "5", name: "Chandra Sharma", role: "COO", company: "EcoSolutions", rating: 5,
name: "Chandra Sharma", imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-female-working-office-lady-white-blouse_1157-41622.jpg", imageAlt: "Chandra Sharma, COO of EcoSolutions"},
role: "COO",
company: "EcoSolutions",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-female-working-office-lady-white-blouse_1157-41622.jpg",
imageAlt: "Chandra Sharma, COO of EcoSolutions",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "250+", value: "250+", label: "Businesses Supported"},
label: "Businesses Supported",
},
{ {
value: "80%", value: "80%", label: "Average Growth Rate"},
label: "Average Growth Rate",
},
{ {
value: "$50M+", value: "$50M+", label: "Capital Raised"},
label: "Capital Raised",
},
]} ]}
title="Voices of Success: Our Community Thrives" title="Voices of Success: Our Community Thrives"
description="Hear directly from Black entrepreneurs and business leaders who have leveraged our support to achieve remarkable milestones and overcome significant hurdles." description="Hear directly from Black entrepreneurs and business leaders who have leveraged our support to achieve remarkable milestones and overcome significant hurdles."
@@ -312,15 +186,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Global Innovators", "Global Innovators", "Venture Builders Collective", "Community Impact Fund", "Digital Growth Agency", "Future Leaders Institute", "Enterprise Solutions Group", "Tech for Equity", "Sustainable Business Alliance"]}
"Venture Builders Collective",
"Community Impact Fund",
"Digital Growth Agency",
"Future Leaders Institute",
"Enterprise Solutions Group",
"Tech for Equity",
"Sustainable Business Alliance",
]}
title="Proudly Partnering for Collective Impact" title="Proudly Partnering for Collective Impact"
description="Our success is built on strong collaborations with organizations committed to empowering Black businesses. Together, we amplify impact and extend our reach." description="Our success is built on strong collaborations with organizations committed to empowering Black businesses. Together, we amplify impact and extend our reach."
/> />
@@ -331,30 +197,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "faq1", id: "faq1", title: "Who can join Executing Black Business?", content: "Our programs and resources are primarily designed for Black entrepreneurs, business owners, and aspiring leaders at all stages of their journey, from ideation to scaling."},
title: "Who can join Executing Black Business?",
content: "Our programs and resources are primarily designed for Black entrepreneurs, business owners, and aspiring leaders at all stages of their journey, from ideation to scaling.",
},
{ {
id: "faq2", id: "faq2", title: "What types of support do you offer?", content: "We offer a range of support including mentorship, access to funding opportunities, business development workshops, digital marketing training, and networking events tailored to the Black business community."},
title: "What types of support do you offer?",
content: "We offer a range of support including mentorship, access to funding opportunities, business development workshops, digital marketing training, and networking events tailored to the Black business community.",
},
{ {
id: "faq3", id: "faq3", title: "How can I get involved or volunteer?", content: "We welcome community involvement! You can get involved by applying to be a mentor, volunteering at our events, or partnering with us. Please visit our contact section for more details on collaboration opportunities."},
title: "How can I get involved or volunteer?",
content: "We welcome community involvement! You can get involved by applying to be a mentor, volunteering at our events, or partnering with us. Please visit our contact section for more details on collaboration opportunities.",
},
{ {
id: "faq4", id: "faq4", title: "Do you provide one-on-one coaching?", content: "Yes, our mentorship and coaching programs offer personalized one-on-one sessions with experienced professionals to help address specific business challenges and opportunities."},
title: "Do you provide one-on-one coaching?",
content: "Yes, our mentorship and coaching programs offer personalized one-on-one sessions with experienced professionals to help address specific business challenges and opportunities.",
},
{ {
id: "faq5", id: "faq5", title: "What is the cost of your programs?", content: "Program costs vary depending on the depth and duration of the offering. We strive to make our resources accessible and provide various options, including free resources and tiered pricing for more intensive programs. Please see our 'Programs & Resources' section for details."},
title: "What is the cost of your programs?",
content: "Program costs vary depending on the depth and duration of the offering. We strive to make our resources accessible and provide various options, including free resources and tiered pricing for more intensive programs. Please see our 'Programs & Resources' section for details.",
},
]} ]}
sideTitle="Common Questions About Executing Black Business" sideTitle="Common Questions About Executing Black Business"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -366,8 +217,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "downward-rays-static", variant: "downward-rays-static"}}
}}
tag="Connect With Us" tag="Connect With Us"
title="Let's Build Together" title="Let's Build Together"
description="Whether you're an entrepreneur seeking support, a partner looking to collaborate, or simply want to learn more, reach out to Executing Black Business. We're here to help you execute your vision." description="Whether you're an entrepreneur seeking support, a partner looking to collaborate, or simply want to learn more, reach out to Executing Black Business. We're here to help you execute your vision."
@@ -381,67 +231,41 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about-us"},
href: "#about-us",
},
{ {
label: "Our Mission", label: "Our Mission", href: "#about-us"},
href: "#about-us",
},
{ {
label: "Impact", label: "Impact", href: "#testimonials"},
href: "#testimonials",
},
], ],
}, },
{ {
title: "Solutions", title: "Solutions", items: [
items: [
{ {
label: "Mentorship", label: "Mentorship", href: "#solutions"},
href: "#solutions",
},
{ {
label: "Funding Access", label: "Funding Access", href: "#solutions"},
href: "#solutions",
},
{ {
label: "Programs", label: "Programs", href: "#programs"},
href: "#programs",
},
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Partners", label: "Partners", href: "#partners"},
href: "#partners",
},
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ {
label: "Contact Us", label: "Contact Us", href: "#contact"},
href: "#contact",
},
{ {
label: "Support", label: "Support", href: "#contact"},
href: "#contact",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
], ],
}, },
]} ]}