Update src/app/contact/page.tsx

This commit is contained in:
2026-03-02 18:21:47 +00:00
parent ed17b93459
commit 394c4f24f0

View File

@@ -15,7 +15,7 @@ export default function ContactPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumLarge"
background="noise"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -41,7 +41,7 @@ export default function ContactPage() {
<ContactText
text="Let's discuss your landscaping project! Our team is ready to listen to your vision, answer your questions, and provide a free estimate. Call us today or fill out our contact form and we'll get back to you within 24 hours."
animationType="entrance-slide"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Call Now: (775) 555-1234", href: "tel:+17755551234" },
@@ -59,23 +59,14 @@ export default function ContactPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "(775) 555-1234",
description:
"Call us Monday through Saturday, 7 AM to 6 PM for immediate assistance or to schedule an on-site consultation.",
},
id: "1", value: "(775) 555-1234", description:
"Call us Monday through Saturday, 7 AM to 6 PM for immediate assistance or to schedule an on-site consultation."},
{
id: "2",
value: "Reno & Carson City",
description:
"We proudly serve both the Reno and Carson City areas. Free site evaluations available for all property sizes.",
},
id: "2", value: "Reno & Carson City", description:
"We proudly serve both the Reno and Carson City areas. Free site evaluations available for all property sizes."},
{
id: "3",
value: "24-Hour Response",
description:
"Email or fill out our contact form and we'll respond within one business day with a quote or project timeline.",
},
id: "3", value: "24-Hour Response", description:
"Email or fill out our contact form and we'll respond within one business day with a quote or project timeline."},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}