Update src/app/contact/page.tsx
This commit is contained in:
@@ -24,7 +24,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -41,7 +41,7 @@ export default function ContactPage() {
|
||||
description="Quick consultation for your tree removal or service needs. Fast response guaranteed. Open daily until 7 PM. Call Brent directly or submit your information below."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=8"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg"
|
||||
imageAlt="tree service professional arborist outdoor expert consultation"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -60,7 +60,7 @@ export default function ContactPage() {
|
||||
{ text: "Call (206) 930-5697", href: "tel:2069305697" },
|
||||
{ text: "Email Us" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-yellow-vest-raking-leaves-park_259150-57324.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-yellow-vest-raking-leaves-park_259150-57324.jpg"
|
||||
imageAlt="cleanup organized professional thorough"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -70,34 +70,16 @@ export default function ContactPage() {
|
||||
<MetricCardSeven
|
||||
metrics={[
|
||||
{
|
||||
id: "benefit-1",
|
||||
value: "Same-Day",
|
||||
title: "Free Consultations",
|
||||
items: [
|
||||
"No obligation estimates",
|
||||
"Professional assessment",
|
||||
"Transparent pricing discussion",
|
||||
],
|
||||
id: "benefit-1", value: "Same-Day", title: "Free Consultations", items: [
|
||||
"No obligation estimates", "Professional assessment", "Transparent pricing discussion"],
|
||||
},
|
||||
{
|
||||
id: "benefit-2",
|
||||
value: "Quick",
|
||||
title: "Fast Response Times",
|
||||
items: [
|
||||
"Rapid callback service",
|
||||
"Available daily until 7 PM",
|
||||
"Emergency services available",
|
||||
],
|
||||
id: "benefit-2", value: "Quick", title: "Fast Response Times", items: [
|
||||
"Rapid callback service", "Available daily until 7 PM", "Emergency services available"],
|
||||
},
|
||||
{
|
||||
id: "benefit-3",
|
||||
value: "Easy",
|
||||
title: "Simple Scheduling",
|
||||
items: [
|
||||
"Direct contact with Brent",
|
||||
"Flexible appointment times",
|
||||
"No complex booking systems",
|
||||
],
|
||||
id: "benefit-3", value: "Easy", title: "Simple Scheduling", items: [
|
||||
"Direct contact with Brent", "Flexible appointment times", "No complex booking systems"],
|
||||
},
|
||||
]}
|
||||
title="Why Contact A Cut Above"
|
||||
|
||||
Reference in New Issue
Block a user