Update src/app/page.tsx

This commit is contained in:
2026-03-03 00:35:13 +00:00
parent f4304f898e
commit 6aacdae675

View File

@@ -23,8 +23,7 @@ export default function HomePage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Services", href: "/services" }, { label: "Services", href: "/services" },
@@ -32,8 +31,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Business Strategy", href: "/services" }, { label: "Business Strategy", href: "/services" },
{ label: "Marketing Plans", href: "/services" }, { label: "Marketing Plans", href: "/services" },
{ label: "Website Design", href: "/services" }, { label: "Website Design", href: "/services" },
@@ -41,8 +39,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Schedule Call", href: "/contact" }, { label: "Schedule Call", href: "/contact" },
{ label: "Email: john@mooseconsulting.com", href: "mailto:john@mooseconsulting.com" }, { label: "Email: john@mooseconsulting.com", href: "mailto:john@mooseconsulting.com" },
{ label: "Phone: (555) 123-4567", href: "tel:+15551234567" }, { label: "Phone: (555) 123-4567", href: "tel:+15551234567" },
@@ -58,7 +55,7 @@ export default function HomePage() {
borderRadius="pill" borderRadius="pill"
contentWidth="compact" contentWidth="compact"
sizing="largeSmallSizeMediumTitles" sizing="largeSmallSizeMediumTitles"
background="noise" background="circleGradient"
cardStyle="gradient-mesh" cardStyle="gradient-mesh"
primaryButtonStyle="diagonal-gradient" primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
@@ -69,9 +66,7 @@ export default function HomePage() {
brandName="The Moose Consulting" brandName="The Moose Consulting"
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Schedule Consultation", text: "Schedule Consultation", href: "/contact"}}
href: "/contact",
}}
/> />
</div> </div>
@@ -82,7 +77,7 @@ export default function HomePage() {
tag="Business Consultant" tag="Business Consultant"
tagIcon={TrendingUp} tagIcon={TrendingUp}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "noise" }} background={{ variant: "plain" }}
buttons={[ buttons={[
{ text: "Schedule Free Consultation", href: "/contact" }, { text: "Schedule Free Consultation", href: "/contact" },
{ text: "Call Now: (555) 123-4567", href: "tel:+15551234567" }, { text: "Call Now: (555) 123-4567", href: "tel:+15551234567" },
@@ -90,13 +85,9 @@ export default function HomePage() {
buttonAnimation="blur-reveal" buttonAnimation="blur-reveal"
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businessmen-office-two-serious-man-suits-working-with-computer-table-making-decisions-developing-strategy-business-growth-business-growth-finance-concept_74855-24621.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businessmen-office-two-serious-man-suits-working-with-computer-table-making-decisions-developing-strategy-business-growth-business-growth-finance-concept_74855-24621.jpg", imageAlt: "Business consulting session"},
imageAlt: "Business consulting session",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/business-team-working-new-business-plan-with-modern-digital-computer-top-view-shot_1423-239.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-team-working-new-business-plan-with-modern-digital-computer-top-view-shot_1423-239.jpg", imageAlt: "Business growth and success"},
imageAlt: "Business growth and success",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
rating={5} rating={5}
@@ -113,24 +104,13 @@ export default function HomePage() {
tagAnimation="slide-up" tagAnimation="slide-up"
features={[ features={[
{ {
title: "Business Strategy Consulting", title: "Business Strategy Consulting", description: "Develop clear, actionable business strategies that align with your goals. We help you identify opportunities, eliminate barriers, and create a roadmap for sustainable growth.", bentoComponent: "globe"},
description: "Develop clear, actionable business strategies that align with your goals. We help you identify opportunities, eliminate barriers, and create a roadmap for sustainable growth.",
bentoComponent: "globe",
},
{ {
title: "Marketing Plan Development", title: "Marketing Plan Development", description: "Comprehensive marketing strategies tailored to your industry and target audience. From content planning to lead generation, we build systems that drive qualified prospects to your business.", bentoComponent: "animated-bar-chart"},
description: "Comprehensive marketing strategies tailored to your industry and target audience. From content planning to lead generation, we build systems that drive qualified prospects to your business.",
bentoComponent: "animated-bar-chart",
},
{ {
title: "Website Design & Redesign", title: "Website Design & Redesign", description: "Modern, conversion-focused websites that showcase your expertise and generate leads. We ensure your digital presence reflects your brand's professionalism and drives action.", bentoComponent: "phone", statusIcon: Lock,
description: "Modern, conversion-focused websites that showcase your expertise and generate leads. We ensure your digital presence reflects your brand's professionalism and drives action.",
bentoComponent: "phone",
statusIcon: Lock,
alertIcon: Bell, alertIcon: Bell,
alertTitle: "New Lead Inquiry", alertTitle: "New Lead Inquiry", alertMessage: "You have a new consultation request", apps: [
alertMessage: "You have a new consultation request",
apps: [
{ name: "Analytics", icon: BarChart3 }, { name: "Analytics", icon: BarChart3 },
{ name: "Contacts", icon: Users }, { name: "Contacts", icon: Users },
{ name: "Messages", icon: MessageSquare }, { name: "Messages", icon: MessageSquare },
@@ -142,10 +122,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Growth Advisory", title: "Growth Advisory", description: "Ongoing strategic guidance to scale your business. We work with you to optimize operations, expand your market reach, and maximize profitability through data-driven decisions.", bentoComponent: "line-chart"},
description: "Ongoing strategic guidance to scale your business. We work with you to optimize operations, expand your market reach, and maximize profitability through data-driven decisions.",
bentoComponent: "line-chart",
},
]} ]}
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
@@ -166,7 +143,7 @@ export default function HomePage() {
{ text: "Start Your Strategy Session", href: "/contact" }, { text: "Start Your Strategy Session", href: "/contact" },
]} ]}
buttonAnimation="blur-reveal" buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/portrait-successful-businessmen-office-two-serious-man-suits-working-with-computer-table-making-decisions-developing-strategy-business-growth-business-growth-finance-concept_74855-24621.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/portrait-successful-businessmen-office-two-serious-man-suits-working-with-computer-table-making-decisions-developing-strategy-business-growth-business-growth-finance-concept_74855-24621.jpg"
imageAlt="John, Business Consultant" imageAlt="John, Business Consultant"
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -181,22 +158,13 @@ export default function HomePage() {
tagAnimation="slide-up" tagAnimation="slide-up"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "150%", title: "Average Client Lead Increase", items: ["Within first 6 months", "Through optimized marketing", "Sustained growth strategy"],
value: "150%",
title: "Average Client Lead Increase",
items: ["Within first 6 months", "Through optimized marketing", "Sustained growth strategy"],
}, },
{ {
id: "2", id: "2", value: "98%", title: "Client Satisfaction Rate", items: ["5-star verified reviews", "Repeat clients & referrals", "Long-term partnerships"],
value: "98%",
title: "Client Satisfaction Rate",
items: ["5-star verified reviews", "Repeat clients & referrals", "Long-term partnerships"],
}, },
{ {
id: "3", id: "3", value: "8+", title: "Industries Served", items: ["Professional services", "Contractors & trades", "Retail & e-commerce"],
value: "8+",
title: "Industries Served",
items: ["Professional services", "Contractors & trades", "Retail & e-commerce"],
}, },
]} ]}
textboxLayout="default" textboxLayout="default"
@@ -236,7 +204,7 @@ export default function HomePage() {
{ text: "Call (555) 123-4567", href: "tel:+15551234567" }, { text: "Call (555) 123-4567", href: "tel:+15551234567" },
]} ]}
buttonAnimation="blur-reveal" buttonAnimation="blur-reveal"
background={{ variant: "noise" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>