From dae941ac1002bb244b2189bfcd63af5f7a7873a0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:57:00 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f101ec6..12f09b2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -37,9 +37,7 @@ export default function ContactPage() { brandName="Fall River Plumbing" navItems={navItems} button={{ - text: "CALL NOW: (508) 555-0123", - href: "tel:+15085550123", - }} + text: "CALL NOW: (508) 555-0123", href: "tel:+15085550123"}} /> @@ -71,7 +69,7 @@ export default function ContactPage() { { text: "REQUEST FREE QUOTE", href: "#" }, ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} /> @@ -89,7 +87,7 @@ export default function ContactPage() { { text: "EMAIL US", href: "mailto:info@fallriverplumbing.com" }, ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={true} /> @@ -97,14 +95,13 @@ export default function ContactPage() { {/* Footer */}