From dddee39ef6986361ed5792395a9fbee8a5840d5f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:17:38 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 32 +++++++++----------------------- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 098d653..13049fb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -15,7 +15,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -38,43 +38,29 @@ export default function ContactPage() { title="Get Your Free Quote Today" description="Contact Mark's Quality Lawn Care to discuss your lawn care needs and receive a personalized quote. Our team is ready to help transform your Denver lawn." tag="Free Consultation" - background={{ variant: "blurBottom" }} + background={{ variant: "rotated-rays-animated-grid" }} buttons={[ { - text: "Call Now: (303) 420-2880", - href: "tel:(303)420-2880", - }, + text: "Call Now: (303) 420-2880", href: "tel:(303)420-2880"}, { - text: "Request Quote", - href: "contact", - }, + text: "Request Quote", href: "contact"}, ]} mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=3", - imageAlt: "Beautiful green lawn maintained by Mark's Quality Lawn Care", - }, + "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg", imageAlt: "Beautiful green lawn maintained by Mark's Quality Lawn Care"}, { imageSrc: - "http://img.b2bpic.net/free-photo/people-operating-heavy-duty-leaf-blower_1153-7263.jpg?_wi=4", - imageAlt: "Professional lawn mowing service", - }, + "http://img.b2bpic.net/free-photo/people-operating-heavy-duty-leaf-blower_1153-7263.jpg", imageAlt: "Professional lawn mowing service"}, { imageSrc: - "http://img.b2bpic.net/free-photo/gray-haired-male-worker-using-leaf-blower-city-park-october-back-view-focused-senior-man_7502-10343.jpg?_wi=4", - imageAlt: "Lawn aeration for healthy soil", - }, + "http://img.b2bpic.net/free-photo/gray-haired-male-worker-using-leaf-blower-city-park-october-back-view-focused-senior-man_7502-10343.jpg", imageAlt: "Lawn aeration for healthy soil"}, { imageSrc: - "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=4", - imageAlt: "Professional lawn fertilization treatment", - }, + "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Professional lawn fertilization treatment"}, { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=4", - imageAlt: "Manicured residential lawn", - }, + "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg", imageAlt: "Manicured residential lawn"}, ]} /> -- 2.49.1