diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a74c79b..020ac8a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -32,8 +32,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "📞 Call Now", - href: "tel:+16155689651" + text: "📞 Call Now", href: "tel:+16155689651" }} /> @@ -60,6 +59,7 @@ export default function ContactPage() { { icon: MapPin, label: "Located", value: "Nashville, TN" }, { icon: Mail, label: "Response Time", value: "Under 2 Hours" } ]} + metricsAnimation="none" useInvertedBackground={false} /> @@ -79,8 +79,7 @@ export default function ContactPage() {