From 9f022e64cd5abbc19d69a62355307e5602560bcd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:10:31 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 51 +++++++++++----------------------------- 1 file changed, 14 insertions(+), 37 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8c64830..e32e17e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,7 +24,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -35,9 +35,7 @@ export default function ContactPage() { brandName="Smart City Eco" navItems={navItems} button={{ - text: "Call Now", - href: "tel:(647)482-4296", - }} + text: "Call Now", href: "tel:(647)482-4296"}} /> @@ -48,9 +46,9 @@ export default function ContactPage() { description="Have questions? Need a quote? Call, visit, or fill out the form below and we'll get back to you quickly. We're here to help!" tagIcon={Phone} tagAnimation="blur-reveal" - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-948.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-948.jpg" imageAlt="Contact us for dry cleaning services" mediaAnimation="slide-up" mediaPosition="right" @@ -65,35 +63,17 @@ export default function ContactPage() {