diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6a66bb7..bb57584 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -32,8 +32,7 @@ export default function AboutPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "📞 Call Now", - href: "tel:+16155689651" + text: "📞 Call Now", href: "tel:+16155689651" }} /> @@ -47,6 +46,7 @@ export default function AboutPage() { { icon: Shield, label: "Licensed & Insured", value: "Fully Protected" }, { icon: Users, label: "Experienced Team", value: "Professional Crew" } ]} + metricsAnimation="none" useInvertedBackground={false} /> @@ -60,6 +60,7 @@ export default function AboutPage() { { icon: DollarSign, label: "Free Estimates", value: "No Hidden Fees" }, { icon: Shield, label: "Satisfaction", value: "100% Guaranteed" } ]} + metricsAnimation="none" useInvertedBackground={false} /> @@ -80,8 +81,7 @@ export default function AboutPage() {