diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 57fc175..5de71b6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -48,7 +48,8 @@ export default function AboutPage() { tagAnimation="slide-up" buttons={[ { - text: "Work With Us", href: "/contact"}, + text: "Work With Us", href: "/contact" + }, ]} buttonAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=64cqzn" @@ -74,23 +75,28 @@ export default function AboutPage() { features={[ { icon: Heart, - title: "Quality First", description: "We never compromise on quality. Every lawn receives our full attention and expertise, whether it's a standard mowing or complex landscaping."}, + title: "Quality First", description: "We never compromise on quality. Every lawn receives our full attention and expertise, whether it's a standard mowing or complex landscaping." + }, { icon: Handshake, - title: "Personal Touch", description: "We treat every customer like family. You're not just a job number—you're part of our community, and your satisfaction is our priority."}, + title: "Personal Touch", description: "We treat every customer like family. You're not just a job number—you're part of our community, and your satisfaction is our priority." + }, { icon: Award, - title: "Reliability & Trust", description: "When you schedule us, you know we'll show up on time, do great work, and follow through. Your trust is everything."}, + title: "Reliability & Trust", description: "When you schedule us, you know we'll show up on time, do great work, and follow through. Your trust is everything." + }, { icon: Star, - title: "Affordable Excellence", description: "Professional lawn care doesn't have to break the bank. We offer competitive pricing without sacrificing quality or service."}, + title: "Affordable Excellence", description: "Professional lawn care doesn't have to break the bank. We offer competitive pricing without sacrificing quality or service." + }, ]} animationType="scale-rotate" textboxLayout="default" useInvertedBackground={true} buttons={[ { - text: "Learn More", href: "/contact"}, + text: "Learn More", href: "/contact" + }, ]} buttonAnimation="slide-up" ariaLabel="About us values feature section" @@ -109,17 +115,23 @@ export default function AboutPage() {