Update src/app/page.tsx
This commit is contained in:
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Business Strategy", href: "/services" },
|
||||
{ label: "Marketing Plans", href: "/services" },
|
||||
{ label: "Website Design", href: "/services" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Schedule Call", href: "/contact" },
|
||||
{ label: "Email: john@mooseconsulting.com", href: "mailto:john@mooseconsulting.com" },
|
||||
{ label: "Phone: (555) 123-4567", href: "tel:+15551234567" },
|
||||
@@ -58,7 +55,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -69,9 +66,7 @@ export default function HomePage() {
|
||||
brandName="The Moose Consulting"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Schedule Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Schedule Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,7 +77,7 @@ export default function HomePage() {
|
||||
tag="Business Consultant"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Schedule Free Consultation", href: "/contact" },
|
||||
{ text: "Call Now: (555) 123-4567", href: "tel:+15551234567" },
|
||||
@@ -90,13 +85,9 @@ export default function HomePage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
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",
|
||||
imageAlt: "Business consulting session",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -113,24 +104,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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,
|
||||
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,
|
||||
alertIcon: Bell,
|
||||
alertTitle: "New Lead Inquiry",
|
||||
alertMessage: "You have a new consultation request",
|
||||
apps: [
|
||||
alertTitle: "New Lead Inquiry", alertMessage: "You have a new consultation request", apps: [
|
||||
{ name: "Analytics", icon: BarChart3 },
|
||||
{ name: "Contacts", icon: Users },
|
||||
{ name: "Messages", icon: MessageSquare },
|
||||
@@ -142,10 +122,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -166,7 +143,7 @@ export default function HomePage() {
|
||||
{ text: "Start Your Strategy Session", href: "/contact" },
|
||||
]}
|
||||
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"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -181,22 +158,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "150%",
|
||||
title: "Average Client Lead Increase",
|
||||
items: ["Within first 6 months", "Through optimized marketing", "Sustained growth strategy"],
|
||||
id: "1", value: "150%", title: "Average Client Lead Increase", items: ["Within first 6 months", "Through optimized marketing", "Sustained growth strategy"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction Rate",
|
||||
items: ["5-star verified reviews", "Repeat clients & referrals", "Long-term partnerships"],
|
||||
id: "2", value: "98%", title: "Client Satisfaction Rate", items: ["5-star verified reviews", "Repeat clients & referrals", "Long-term partnerships"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "8+",
|
||||
title: "Industries Served",
|
||||
items: ["Professional services", "Contractors & trades", "Retail & e-commerce"],
|
||||
id: "3", value: "8+", title: "Industries Served", items: ["Professional services", "Contractors & trades", "Retail & e-commerce"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -236,7 +204,7 @@ export default function HomePage() {
|
||||
{ text: "Call (555) 123-4567", href: "tel:+15551234567" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user