Update src/app/contact/page.tsx
This commit is contained in:
@@ -24,7 +24,7 @@ export default function ContactPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="compact"
|
contentWidth="compact"
|
||||||
sizing="largeSmallSizeMediumTitles"
|
sizing="largeSmallSizeMediumTitles"
|
||||||
background="grid"
|
background="circleGradient"
|
||||||
cardStyle="glass-depth"
|
cardStyle="glass-depth"
|
||||||
primaryButtonStyle="radial-glow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="glass"
|
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."
|
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" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
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"
|
imageAlt="tree service professional arborist outdoor expert consultation"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -60,7 +60,7 @@ export default function ContactPage() {
|
|||||||
{ text: "Call (206) 930-5697", href: "tel:2069305697" },
|
{ text: "Call (206) 930-5697", href: "tel:2069305697" },
|
||||||
{ text: "Email Us" },
|
{ 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"
|
imageAlt="cleanup organized professional thorough"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -70,34 +70,16 @@ export default function ContactPage() {
|
|||||||
<MetricCardSeven
|
<MetricCardSeven
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "benefit-1",
|
id: "benefit-1", value: "Same-Day", title: "Free Consultations", items: [
|
||||||
value: "Same-Day",
|
"No obligation estimates", "Professional assessment", "Transparent pricing discussion"],
|
||||||
title: "Free Consultations",
|
|
||||||
items: [
|
|
||||||
"No obligation estimates",
|
|
||||||
"Professional assessment",
|
|
||||||
"Transparent pricing discussion",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "benefit-2",
|
id: "benefit-2", value: "Quick", title: "Fast Response Times", items: [
|
||||||
value: "Quick",
|
"Rapid callback service", "Available daily until 7 PM", "Emergency services available"],
|
||||||
title: "Fast Response Times",
|
|
||||||
items: [
|
|
||||||
"Rapid callback service",
|
|
||||||
"Available daily until 7 PM",
|
|
||||||
"Emergency services available",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "benefit-3",
|
id: "benefit-3", value: "Easy", title: "Simple Scheduling", items: [
|
||||||
value: "Easy",
|
"Direct contact with Brent", "Flexible appointment times", "No complex booking systems"],
|
||||||
title: "Simple Scheduling",
|
|
||||||
items: [
|
|
||||||
"Direct contact with Brent",
|
|
||||||
"Flexible appointment times",
|
|
||||||
"No complex booking systems",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Why Contact A Cut Above"
|
title="Why Contact A Cut Above"
|
||||||
|
|||||||
Reference in New Issue
Block a user