From bebefa869aafa721cce6278e003d6551239bc998 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:57:27 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 57 +++++++++++----------------------------- 1 file changed, 15 insertions(+), 42 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e8ecfe1..b1cb3d0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -15,7 +15,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="medium" sizing="largeSmallSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -31,9 +31,7 @@ export default function ContactPage() { { name: "Service Area", id: "/service-area" }, ]} button={{ - text: "Call Now", - href: "tel:(425) 691-6216", - }} + text: "Call Now", href: "tel:(425) 691-6216"}} brandName="M & M Contractor" /> @@ -45,17 +43,13 @@ export default function ContactPage() { tag="Contact Us" tagIcon={Star} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg" imageAlt="Professional contractor ready to help" mediaAnimation="slide-up" testimonials={[ { - name: "Fast Response", - handle: "We typically respond within 24 hours", - testimonial: "Your time matters. When you contact us, expect quick communication and professional service.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", - }, + name: "Fast Response", handle: "We typically respond within 24 hours", testimonial: "Your time matters. When you contact us, expect quick communication and professional service.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"}, ]} buttons={[ { text: "Call (425) 691-6216", href: "tel:(425) 691-6216" }, @@ -63,7 +57,7 @@ export default function ContactPage() { ]} buttonAnimation="slide-up" useInvertedBackground={false} - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} /> @@ -71,35 +65,17 @@ export default function ContactPage() {