From 1b058dab8f2d73c7eab134aaf367ede29c74a453 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 02:39:33 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 45bb595..fa280a0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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} /> -- 2.49.1