Update src/app/contact/page.tsx

This commit is contained in:
2026-02-25 02:39:33 +00:00
parent c6217364f8
commit 1b058dab8f

View File

@@ -41,7 +41,7 @@ export default function ContactPage() {
{ text: "Call / Text Joseph", href: "tel:+1-555-0100" },
{ text: "Email Us", href: "mailto:info@martinezroofing.com" }
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>