Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
394
src/app/page.tsx
394
src/app/page.tsx
@@ -28,285 +28,139 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="BCA Consulting"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="BCA Consulting"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Strategic Consulting for Arizona's Visionaries"
|
||||
description="Helping businesses reach their full potential through actionable insights and data-driven strategy."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-boss-manager-discussing-report-talking-while-sitting-standing-workplace-with-panoramic-window-business-communication-concept_74855-11957.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Strategic Consulting for Arizona's Visionaries"
|
||||
description="Helping businesses reach their full potential through actionable insights and data-driven strategy."
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-boss-manager-discussing-report-talking-while-sitting-standing-workplace-with-panoramic-window-business-communication-concept_74855-11957.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="Decades of Expertise"
|
||||
description={[
|
||||
"Located in the heart of Phoenix, we have empowered local businesses with bespoke consulting strategies since 2010.",
|
||||
"Our team combines deep operational knowledge with fresh, disruptive market strategies.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="Decades of Expertise"
|
||||
description={[
|
||||
"Located in the heart of Phoenix, we have empowered local businesses with bespoke consulting strategies since 2010.", "Our team combines deep operational knowledge with fresh, disruptive market strategies."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Corporate Strategy",
|
||||
subtitle: "High-level planning",
|
||||
category: "Advisory",
|
||||
value: "Growth",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Market Entry",
|
||||
subtitle: "Expanding your reach",
|
||||
category: "Market",
|
||||
value: "Scale",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Operational Audit",
|
||||
subtitle: "Refining processes",
|
||||
category: "Audit",
|
||||
value: "Efficiency",
|
||||
},
|
||||
]}
|
||||
title="Our Strategic Services"
|
||||
description="Tailored solutions for growth and operational excellence."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "s1", title: "Corporate Strategy", subtitle: "High-level planning", category: "Advisory", value: "Growth" },
|
||||
{ id: "s2", title: "Market Entry", subtitle: "Expanding your reach", category: "Market", value: "Scale" },
|
||||
{ id: "s3", title: "Operational Audit", subtitle: "Refining processes", category: "Audit", value: "Efficiency" },
|
||||
]}
|
||||
title="Our Strategic Services"
|
||||
description="Tailored solutions for growth and operational excellence."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
title: "Client Projects",
|
||||
description: "Successfully completed engagements.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760994.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "40%",
|
||||
title: "Average Growth",
|
||||
description: "Average revenue increase for clients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148761030.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15",
|
||||
title: "Industry Sectors",
|
||||
description: "Diverse market expertise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/texture-background_1404-195.jpg",
|
||||
},
|
||||
]}
|
||||
title="Results You Can Measure"
|
||||
description="Our consulting impact on local Arizona businesses."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{ id: "m1", value: "150+", title: "Client Projects", description: "Successfully completed engagements.", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760994.jpg" },
|
||||
{ id: "m2", value: "40%", title: "Average Growth", description: "Average revenue increase for clients.", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148761030.jpg" },
|
||||
{ id: "m3", value: "15", title: "Industry Sectors", description: "Diverse market expertise.", imageSrc: "http://img.b2bpic.net/free-photo/texture-background_1404-195.jpg" },
|
||||
]}
|
||||
title="Results You Can Measure"
|
||||
description="Our consulting impact on local Arizona businesses."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice Johnson",
|
||||
role: "Director",
|
||||
company: "Arizona Tech",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-corporate-woman-holding-her-laptop-smiling-going-work-wearing-professional_1258-117427.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bob Smith",
|
||||
role: "CEO",
|
||||
company: "Phoenix Manufacturing",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-posing-together_23-2149145127.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Charlie Davis",
|
||||
role: "Founder",
|
||||
company: "Scottsdale Retail",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors_23-2150296629.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Diana Ross",
|
||||
role: "Owner",
|
||||
company: "Tucson Logistics",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-classy-suit-by-office-center_1303-25335.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Edward Lee",
|
||||
role: "Manager",
|
||||
company: "Flagstaff Energy",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg",
|
||||
},
|
||||
]}
|
||||
title="Voices of Success"
|
||||
description="What our clients say about us."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Alice Johnson", role: "Director", company: "Arizona Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-corporate-woman-holding-her-laptop-smiling-going-work-wearing-professional_1258-117427.jpg" },
|
||||
{ id: "t2", name: "Bob Smith", role: "CEO", company: "Phoenix Manufacturing", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-posing-together_23-2149145127.jpg" },
|
||||
{ id: "t3", name: "Charlie Davis", role: "Founder", company: "Scottsdale Retail", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors_23-2150296629.jpg" },
|
||||
{ id: "t4", name: "Diana Ross", role: "Owner", company: "Tucson Logistics", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-classy-suit-by-office-center_1303-25335.jpg" },
|
||||
{ id: "t5", name: "Edward Lee", role: "Manager", company: "Flagstaff Energy", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg" },
|
||||
]}
|
||||
title="Voices of Success"
|
||||
description="What our clients say about us."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do you work with us?",
|
||||
content: "We follow a discovery-driven approach.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are you only in Arizona?",
|
||||
content: "We focus on Arizona but work across the Southwest.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What industries do you serve?",
|
||||
content: "We serve tech, manufacturing, and local commerce.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers regarding our process."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "How do you work with us?", content: "We follow a discovery-driven approach." },
|
||||
{ id: "f2", title: "Are you only in Arizona?", content: "We focus on Arizona but work across the Southwest." },
|
||||
{ id: "f3", title: "What industries do you serve?", content: "We serve tech, manufacturing, and local commerce." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers regarding our process."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Consulting Insights"
|
||||
description="The latest thoughts on business strategy."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Strategy",
|
||||
title: "2025 Growth Outlook",
|
||||
excerpt: "Navigating the Arizona market.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-strategy-with-wooden-blocks-with-icons-chess-figures-flat-lay_176474-10550.jpg",
|
||||
authorName: "Jane Doe",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/user-profile-front-side-with-white-background_187299-40009.jpg",
|
||||
date: "Jan 2025",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Finance",
|
||||
title: "Optimizing Operations",
|
||||
excerpt: "Driving fiscal efficiency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-advisor-reviewing-legal-balance-documents_482257-96350.jpg",
|
||||
authorName: "Jane Doe",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/social-network-connection-avatar-icon-vector_53876-121369.jpg",
|
||||
date: "Feb 2025",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Digital",
|
||||
title: "Tech Transformation",
|
||||
excerpt: "Scaling through automation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-science-modern-network-communications-background_1048-12787.jpg",
|
||||
authorName: "Jane Doe",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/3d-render-mouths-set-funny-cartoon-personage_107791-16561.jpg",
|
||||
date: "Mar 2025",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
title="Consulting Insights"
|
||||
description="The latest thoughts on business strategy."
|
||||
blogs={[
|
||||
{ id: "b1", category: "Strategy", title: "2025 Growth Outlook", excerpt: "Navigating the Arizona market.", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-strategy-with-wooden-blocks-with-icons-chess-figures-flat-lay_176474-10550.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/user-profile-front-side-with-white-background_187299-40009.jpg", date: "Jan 2025" },
|
||||
{ id: "b2", category: "Finance", title: "Optimizing Operations", excerpt: "Driving fiscal efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-advisor-reviewing-legal-balance-documents_482257-96350.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/social-network-connection-avatar-icon-vector_53876-121369.jpg", date: "Feb 2025" },
|
||||
{ id: "b3", category: "Digital", title: "Tech Transformation", excerpt: "Scaling through automation.", imageSrc: "http://img.b2bpic.net/free-photo/3d-science-modern-network-communications-background_1048-12787.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/3d-render-mouths-set-funny-cartoon-personage_107791-16561.jpg", date: "Mar 2025" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
tag="Let's Connect"
|
||||
title="Schedule a Consultation"
|
||||
description="Let us guide you toward your next milestone."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Let's Connect"
|
||||
title="Schedule a Consultation"
|
||||
description="Let us guide you toward your next milestone."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="BCA Consulting"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Email Us",
|
||||
href: "mailto:hello@bca.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="BCA Consulting"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate", items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "About", href: "#about" },
|
||||
],
|
||||
},
|
||||
{ title: "Contact", items: [{ label: "Email Us", href: "mailto:hello@bca.com" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user