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