From 063bc006dfa7af4fb7efcff9804cf061e28a2a40 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:47:51 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 66 ++++++++++-------------------------------- 1 file changed, 15 insertions(+), 51 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9e9d5ac..51acf2c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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"}} /> @@ -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() {