From 6a48c4b3a5874edabd861cf6fb683d115908f435 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 21:03:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5651f97..c076584 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,8 +34,7 @@ export default function HomePage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "📞 Call Now", - href: "tel:+16155689651" + text: "📞 Call Now", href: "tel:+16155689651" }} /> @@ -61,6 +60,7 @@ export default function HomePage() { imageAlt: "Safe tree removal process" } ]} + mediaAnimation="none" rating={5} ratingText="Rated 4.9 Stars by 70 Nashville Customers" /> @@ -75,6 +75,7 @@ export default function HomePage() { { icon: DollarSign, label: "Free Estimates", value: "Fair Pricing" }, { icon: Shield, label: "Licensed & Insured", value: "Professional Crew" } ]} + metricsAnimation="none" useInvertedBackground={false} /> @@ -88,6 +89,7 @@ export default function HomePage() { { icon: Shield, label: "Professional Crew", value: "Skilled & Trained" }, { icon: Clock, label: "Safety First", value: "Fully Equipped" } ]} + metricsAnimation="none" useInvertedBackground={false} /> @@ -120,8 +122,7 @@ export default function HomePage() {