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() {