Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 00:35:14 +00:00
parent 585927a2aa
commit 00aaf5f5c6

View File

@@ -20,8 +20,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Services", href: "/services" },
@@ -29,8 +28,7 @@ export default function ServicesPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Business Strategy", href: "/services" },
{ label: "Marketing Plans", href: "/services" },
{ label: "Website Design", href: "/services" },
@@ -38,8 +36,7 @@ export default function ServicesPage() {
],
},
{
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" },
@@ -55,7 +52,7 @@ export default function ServicesPage() {
borderRadius="pill"
contentWidth="compact"
sizing="largeSmallSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -66,9 +63,7 @@ export default function ServicesPage() {
brandName="The Moose Consulting"
navItems={navItems}
button={{
text: "Schedule Consultation",
href: "/contact",
}}
text: "Schedule Consultation", href: "/contact"}}
/>
</div>
@@ -81,24 +76,13 @@ export default function ServicesPage() {
tagAnimation="slide-up"
features={[
{
title: "Business Strategy Consulting",
description: "We work with you to develop clear, actionable business strategies. Our process includes market analysis, competitive positioning, opportunity identification, and a comprehensive roadmap for achieving your growth goals.",
bentoComponent: "globe",
},
title: "Business Strategy Consulting", description: "We work with you to develop clear, actionable business strategies. Our process includes market analysis, competitive positioning, opportunity identification, and a comprehensive roadmap for achieving your growth goals.", bentoComponent: "globe"},
{
title: "Marketing Plan Development",
description: "From content strategy to lead generation systems, we build comprehensive marketing plans that attract your ideal clients. We focus on ROI and sustainable growth for your business.",
bentoComponent: "animated-bar-chart",
},
title: "Marketing Plan Development", description: "From content strategy to lead generation systems, we build comprehensive marketing plans that attract your ideal clients. We focus on ROI and sustainable growth for your business.", bentoComponent: "animated-bar-chart"},
{
title: "Website Design & Development",
description: "Modern, high-converting websites that showcase your expertise and turn visitors into leads. Our web solutions are mobile-optimized, fast, and designed for measurable business results.",
bentoComponent: "phone",
statusIcon: Lock,
title: "Website Design & Development", description: "Modern, high-converting websites that showcase your expertise and turn visitors into leads. Our web solutions are mobile-optimized, fast, and designed for measurable business results.", 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 },
@@ -110,10 +94,7 @@ export default function ServicesPage() {
],
},
{
title: "Growth Advisory & Optimization",
description: "Ongoing strategic guidance to scale your business. We monitor performance, identify optimization opportunities, and help you stay ahead of market changes.",
bentoComponent: "line-chart",
},
title: "Growth Advisory & Optimization", description: "Ongoing strategic guidance to scale your business. We monitor performance, identify optimization opportunities, and help you stay ahead of market changes.", bentoComponent: "line-chart"},
]}
textboxLayout="default"
animationType="slide-up"
@@ -152,7 +133,7 @@ export default function ServicesPage() {
{ text: "Call (555) 123-4567", href: "tel:+15551234567" },
]}
buttonAnimation="blur-reveal"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>