diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 74dad57..57fc175 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -48,12 +48,10 @@ 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&_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=64cqzn" imageAlt="small business lawn care owner" useInvertedBackground={false} ariaLabel="About us hero section" @@ -76,39 +74,30 @@ 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" titleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]" descriptionClassName="text-base text-[var(--foreground)] opacity-85" cardClassName="p-6 rounded-2xl border border-[var(--accent)] bg-[var(--card)] hover:shadow-lg transition-all" + cardTitleClassName="font-semibold" iconClassName="w-10 h-10 text-[var(--primary-cta)]" /> @@ -120,41 +109,17 @@ export default function AboutPage() {
@@ -169,28 +151,16 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "rating", - value: "5.0★", - title: "Customer Rating", - items: ["Rated perfect 5 stars", "Proven track record"], + id: "rating", value: "5.0★", title: "Customer Rating", items: ["Rated perfect 5 stars", "Proven track record"], }, { - id: "price", - value: "$30+", - title: "Starting Price", - items: ["Affordable for all budgets", "No hidden fees"], + id: "price", value: "$30+", title: "Starting Price", items: ["Affordable for all budgets", "No hidden fees"], }, { - id: "service", - value: "100%", - title: "Local Service", - items: ["Family-owned business", "Personal touch"], + id: "service", value: "100%", title: "Local Service", items: ["Family-owned business", "Personal touch"], }, { - id: "satisfaction", - value: "Fast", - title: "Response Time", - items: ["Quick scheduling", "Reliable service"], + id: "satisfaction", value: "Fast", title: "Response Time", items: ["Quick scheduling", "Reliable service"], }, ]} animationType="scale-rotate" @@ -198,9 +168,7 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "Get Started", - href: "/contact", - }, + text: "Get Started", href: "/contact"}, ]} buttonAnimation="slide-up" ariaLabel="Why choose us metrics section" @@ -217,41 +185,17 @@ export default function HomePage() {