Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-20 19:15:30 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Services",
id: "#features",
},
name: "Services", id: "#features"},
{
name: "Reviews",
id: "#testimonials",
},
name: "Reviews", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Baker Consulting"
/>
@@ -55,42 +47,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Expert Business Management in Owens Cross Roads"
description="Drive growth and efficiency with personalized consulting tailored to your business needs. Call us today to get started."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-florist_1098-13710.jpg",
alt: "Consultant Avatar",
},
src: "http://img.b2bpic.net/free-photo/young-florist_1098-13710.jpg", alt: "Consultant Avatar"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2075.jpg",
alt: "Portrait of smiling owner standing in bakery shop",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2075.jpg", alt: "Portrait of smiling owner standing in bakery shop"},
{
src: "http://img.b2bpic.net/free-photo/picture-beautiful-woman-look-camera-with-cup-coffee_197531-33565.jpg",
alt: "Picture of beautiful woman look at camera with cup of coffee",
},
src: "http://img.b2bpic.net/free-photo/picture-beautiful-woman-look-camera-with-cup-coffee_197531-33565.jpg", alt: "Picture of beautiful woman look at camera with cup of coffee"},
{
src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg",
alt: "Smiling mechanic standing with arms crossed",
},
src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg", alt: "Smiling mechanic standing with arms crossed"},
{
src: "http://img.b2bpic.net/free-photo/portrait-woman-dressed-gardening-clothes_23-2148396884.jpg",
alt: "Portrait of woman dressed in gardening clothes",
},
src: "http://img.b2bpic.net/free-photo/portrait-woman-dressed-gardening-clothes_23-2148396884.jpg", alt: "Portrait of woman dressed in gardening clothes"},
]}
avatarText="Trusted local expert"
buttons={[
{
text: "Call (256) 715-0353",
href: "tel:2567150353",
},
text: "Call (256) 715-0353", href: "tel:2567150353"},
{
text: "Request a Quote",
href: "#contact",
},
text: "Request a Quote", href: "#contact"},
]}
buttonAnimation="slide-up"
/>
@@ -103,19 +80,13 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
label: "Years Experience",
value: "15+",
},
label: "Years Experience", value: "15+"},
{
icon: Users,
label: "Businesses Served",
value: "200+",
},
label: "Businesses Served", value: "200+"},
{
icon: TrendingUp,
label: "Growth Rate",
value: "40%",
},
label: "Growth Rate", value: "40%"},
]}
metricsAnimation="slide-up"
/>
@@ -129,19 +100,13 @@ export default function LandingPage() {
features={[
{
icon: ShieldCheck,
title: "Operations Analysis",
description: "Identify bottlenecks and streamline your day-to-day operations.",
},
title: "Operations Analysis", description: "Identify bottlenecks and streamline your day-to-day operations."},
{
icon: LineChart,
title: "Strategic Planning",
description: "Long-term goal setting and roadmap development for scaling.",
},
title: "Strategic Planning", description: "Long-term goal setting and roadmap development for scaling."},
{
icon: DollarSign,
title: "Financial Optimization",
description: "Maximize profitability through expert budget and cost management.",
},
title: "Financial Optimization", description: "Maximize profitability through expert budget and cost management."},
]}
title="Strategic Services Tailored to You"
description="We specialize in operational optimization, financial strategy, and management efficiency."
@@ -150,30 +115,16 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardEleven
animationType="blur-reveal"
textboxLayout="split-description"
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "100%",
title: "Client Satisfaction",
description: "We prioritize our local business relationships.",
imageSrc: "http://img.b2bpic.net/free-photo/man-using-tablet-work-while-his-female-colleagues-are-using-laptop_23-2149330956.jpg",
},
id: "1", value: "100%", title: "Client Satisfaction", description: "We prioritize our local business relationships.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-tablet-work-while-his-female-colleagues-are-using-laptop_23-2149330956.jpg"},
{
id: "2",
value: "5.0",
title: "Average Rating",
description: "Our clients consistently rate us highly for quality.",
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-employees-meeting-break-have-fun-discussing-about-business-collaboration-happy-people-laughing-planning-marketing-project-office-handheld-shot_482257-43330.jpg",
},
id: "2", value: "5.0", title: "Average Rating", description: "Our clients consistently rate us highly for quality.", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-employees-meeting-break-have-fun-discussing-about-business-collaboration-happy-people-laughing-planning-marketing-project-office-handheld-shot_482257-43330.jpg"},
{
id: "3",
value: "24/7",
title: "Support Availability",
description: "We are available when you need strategic guidance.",
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-meeting-breakfast_74855-1160.jpg",
},
id: "3", value: "24/7", title: "Support Availability", description: "We are available when you need strategic guidance.", imageSrc: "http://img.b2bpic.net/free-photo/business-partners-meeting-breakfast_74855-1160.jpg"},
]}
title="Local Impact"
description="We are proud to serve the Owens Cross Roads community with dedicated professional service."
@@ -187,40 +138,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
handle: "Small Business Owner",
testimonial: "Exceptional management consulting. Truly understands the local market dynamics.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg",
},
id: "1", name: "Sarah Miller", handle: "Small Business Owner", testimonial: "Exceptional management consulting. Truly understands the local market dynamics.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg"},
{
id: "2",
name: "Mark Wilson",
handle: "Local Retailer",
testimonial: "Transformed our operations in just a few months. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg",
},
id: "2", name: "Mark Wilson", handle: "Local Retailer", testimonial: "Transformed our operations in just a few months. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg"},
{
id: "3",
name: "Jennifer Davis",
handle: "Restaurant Manager",
testimonial: "Professional, reliable, and results-oriented. A true partner for our business.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg",
},
id: "3", name: "Jennifer Davis", handle: "Restaurant Manager", testimonial: "Professional, reliable, and results-oriented. A true partner for our business.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg"},
{
id: "4",
name: "Robert Evans",
handle: "Startup Founder",
testimonial: "Strategic planning that actually works. We've seen significant efficiency gains.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-son-father-back_23-2148404214.jpg",
},
id: "4", name: "Robert Evans", handle: "Startup Founder", testimonial: "Strategic planning that actually works. We've seen significant efficiency gains.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-son-father-back_23-2148404214.jpg"},
{
id: "5",
name: "Lisa Clark",
handle: "Marketing Director",
testimonial: "Invaluable insights and guidance for our organizational structure.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg",
},
id: "5", name: "Lisa Clark", handle: "Marketing Director", testimonial: "Invaluable insights and guidance for our organizational structure.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg"},
]}
title="What Our Local Clients Say"
description="Hear how we have helped business owners in the Huntsville area achieve their goals."
@@ -232,20 +158,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do you offer initial consultations?",
content: "Yes, we offer a complimentary discovery call to assess your business needs.",
},
id: "1", title: "Do you offer initial consultations?", content: "Yes, we offer a complimentary discovery call to assess your business needs."},
{
id: "2",
title: "Is your service customized?",
content: "Absolutely. Every consulting engagement is tailored to your business goals.",
},
id: "2", title: "Is your service customized?", content: "Absolutely. Every consulting engagement is tailored to your business goals."},
{
id: "3",
title: "How do we get started?",
content: "Contact us via the form or phone, and we'll schedule your first session.",
},
id: "3", title: "How do we get started?", content: "Contact us via the form or phone, and we'll schedule your first session."},
]}
sideTitle="Common Questions"
sideDescription="Need more info? Here are common queries about our consulting process."
@@ -260,28 +177,17 @@ export default function LandingPage() {
description="Ready to improve your business? Send a message and let's start the conversation."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Tell us about your business needs",
rows: 4,
name: "message", placeholder: "Tell us about your business needs", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/location-symbol-street-city_23-2149764154.jpg"
/>
@@ -292,33 +198,21 @@ export default function LandingPage() {
logoText="Baker Consulting"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Services",
href: "#features",
},
label: "Services", href: "#features"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}