From 404d64fea2a27820c7347b799ff1cfd49b27420f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 03:20:52 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 127c965..956d179 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -15,7 +15,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="medium" sizing="medium" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -44,15 +44,13 @@ export default function ContactPage() { description="Ready to schedule tree removal, pruning, or maintenance? Contact Trees A Crowd today. Our team in Perth is ready to help with fast, reliable service and competitive pricing." buttons={[ { - text: "Call: 0450 552 659", - href: "tel:0450552659" + text: "Call: 0450 552 659", href: "tel:0450552659" }, { - text: "Send Inquiry", - href: "mailto:info@treesacrowd.com.au" + text: "Send Inquiry", href: "mailto:info@treesacrowd.com.au" } ]} - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} tagAnimation="slide-up" buttonAnimation="slide-up" @@ -65,8 +63,7 @@ export default function ContactPage() {