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 */}