Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 18:17:42 +00:00

View File

@@ -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"},
]}
/>
</div>