Update src/app/about/page.tsx
This commit is contained in:
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
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 AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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 AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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 AboutPage() {
|
||||
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 AboutPage() {
|
||||
brandName="The Moose Consulting"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Schedule Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Schedule Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -84,7 +79,7 @@ export default function AboutPage() {
|
||||
{ text: "View Our Services", href: "/services" },
|
||||
]}
|
||||
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=3"
|
||||
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 at The Moose Consulting"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -99,22 +94,13 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
title: "Years of Consulting Experience",
|
||||
items: ["Business strategy development", "Marketing strategy & execution", "Digital transformation leadership"],
|
||||
id: "1", value: "15+", title: "Years of Consulting Experience", items: ["Business strategy development", "Marketing strategy & execution", "Digital transformation leadership"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "300+",
|
||||
title: "Business Growth Projects",
|
||||
items: ["Local & regional focus", "Diverse industries served", "Measurable ROI for each client"],
|
||||
id: "2", value: "300+", title: "Business Growth Projects", items: ["Local & regional focus", "Diverse industries served", "Measurable ROI for each client"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "4.9★",
|
||||
title: "Average Client Rating",
|
||||
items: ["Verified reviews & testimonials", "High referral rate", "Long-term partnerships"],
|
||||
id: "3", value: "4.9★", title: "Average Client Rating", items: ["Verified reviews & testimonials", "High referral rate", "Long-term partnerships"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user