Update src/app/contact/page.tsx
This commit is contained in:
@@ -15,7 +15,7 @@ export default function ContactPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="mediumLarge"
|
sizing="mediumLarge"
|
||||||
background="noise"
|
background="circleGradient"
|
||||||
cardStyle="inset"
|
cardStyle="inset"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
@@ -41,7 +41,7 @@ export default function ContactPage() {
|
|||||||
<ContactText
|
<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."
|
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"
|
animationType="entrance-slide"
|
||||||
background={{ variant: "noise" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now: (775) 555-1234", href: "tel:+17755551234" },
|
{ text: "Call Now: (775) 555-1234", href: "tel:+17755551234" },
|
||||||
@@ -59,23 +59,14 @@ export default function ContactPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "(775) 555-1234", description:
|
||||||
value: "(775) 555-1234",
|
"Call us Monday through Saturday, 7 AM to 6 PM for immediate assistance or to schedule an on-site consultation."},
|
||||||
description:
|
|
||||||
"Call us Monday through Saturday, 7 AM to 6 PM for immediate assistance or to schedule an on-site consultation.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "Reno & Carson City", description:
|
||||||
value: "Reno & Carson City",
|
"We proudly serve both the Reno and Carson City areas. Free site evaluations available for all property sizes."},
|
||||||
description:
|
|
||||||
"We proudly serve both the Reno and Carson City areas. Free site evaluations available for all property sizes.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "24-Hour Response", description:
|
||||||
value: "24-Hour Response",
|
"Email or fill out our contact form and we'll respond within one business day with a quote or project timeline."},
|
||||||
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"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user