Update src/app/about/page.tsx
This commit is contained in:
@@ -35,9 +35,7 @@ export default function AboutPage() {
|
||||
navItems={navItems}
|
||||
brandName="DMV Plumbing"
|
||||
button={{
|
||||
text: "Call Now: (202) 507-3003",
|
||||
href: "tel:2025073003",
|
||||
}}
|
||||
text: "Call Now: (202) 507-3003", href: "tel:2025073003"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,10 +45,7 @@ export default function AboutPage() {
|
||||
heading={[
|
||||
{ type: "text", content: "Local Plumbing Expertise" },
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg",
|
||||
alt: "DMV Plumbing Team",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg", alt: "DMV Plumbing Team"},
|
||||
{ type: "text", content: "for DC & DMV Neighborhoods" },
|
||||
]}
|
||||
buttons={[{ text: "Schedule Service Today", href: "/contact" }]}
|
||||
@@ -65,25 +60,13 @@ export default function AboutPage() {
|
||||
description="Professional plumbers with extensive experience serving Washington, DC and the surrounding DMV region."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "12+",
|
||||
description: "Years of Experience in Plumbing",
|
||||
},
|
||||
id: "1", value: "12+", description: "Years of Experience in Plumbing"},
|
||||
{
|
||||
id: "2",
|
||||
value: "500+",
|
||||
description: "Projects Completed Successfully",
|
||||
},
|
||||
id: "2", value: "500+", description: "Projects Completed Successfully"},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
description: "Licensed, Insured & Bonded",
|
||||
},
|
||||
id: "3", value: "100%", description: "Licensed, Insured & Bonded"},
|
||||
{
|
||||
id: "4",
|
||||
value: "4.3★",
|
||||
description: "Customer Satisfaction Rating",
|
||||
},
|
||||
id: "4", value: "4.3★", description: "Customer Satisfaction Rating"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -99,25 +82,13 @@ export default function AboutPage() {
|
||||
description="Core values that guide every job and customer interaction."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "Integrity",
|
||||
description: "Transparent pricing and honest service recommendations",
|
||||
},
|
||||
id: "1", value: "Integrity", description: "Transparent pricing and honest service recommendations"},
|
||||
{
|
||||
id: "2",
|
||||
value: "Excellence",
|
||||
description: "High-quality workmanship on every project",
|
||||
},
|
||||
id: "2", value: "Excellence", description: "High-quality workmanship on every project"},
|
||||
{
|
||||
id: "3",
|
||||
value: "Reliability",
|
||||
description: "24/7 availability and rapid emergency response",
|
||||
},
|
||||
id: "3", value: "Reliability", description: "24/7 availability and rapid emergency response"},
|
||||
{
|
||||
id: "4",
|
||||
value: "Care",
|
||||
description: "Treating your home with respect and attention to detail",
|
||||
},
|
||||
id: "4", value: "Care", description: "Treating your home with respect and attention to detail"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -131,8 +102,7 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -140,23 +110,17 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call: (202) 507-3003",
|
||||
href: "tel:2025073003",
|
||||
},
|
||||
label: "Call: (202) 507-3003", href: "tel:2025073003"},
|
||||
{
|
||||
label: "Address: 629 Longfellow St NW, Washington, DC 20011",
|
||||
href: "https://maps.google.com/?q=629+Longfellow+St+NW+Washington+DC+20011",
|
||||
},
|
||||
label: "Address: 629 Longfellow St NW, Washington, DC 20011", href: "https://maps.google.com/?q=629+Longfellow+St+NW+Washington+DC+20011"},
|
||||
{ label: "Hours: 24/7 Emergency Service", href: "#" },
|
||||
{ label: "Request Service", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service Area",
|
||||
items: [
|
||||
title: "Service Area", items: [
|
||||
{ label: "Washington, DC", href: "#" },
|
||||
{ label: "Arlington, VA", href: "#" },
|
||||
{ label: "Bethesda, MD", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user