From 87f1e4247151d486c13bd882de1a97190a757314 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:46:06 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 39 +++++++++------------------------------ 1 file changed, 9 insertions(+), 30 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3109394..9ae732f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,7 +24,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="smallMedium" sizing="medium" - background="noise" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -47,7 +47,7 @@ export default function ContactPage() { { text: "Call Now (813) 537-8085", href: "tel:+18135378085" }, { text: "Schedule Service", href: "#" }, ]} - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} ariaLabel="Contact us call to action section" /> @@ -57,10 +57,7 @@ export default function ContactPage() {