From 69fbf806e913f218b1eb8e598d80578e64f1f2f1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:45:30 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 59 +++++++++++------------------------------- 1 file changed, 15 insertions(+), 44 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ac18db9..8110fef 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,25 +27,15 @@ export default function LandingPage() { @@ -58,14 +48,10 @@ export default function LandingPage() { metrics={[ { icon: Users, - label: "Family Owned", - value: "Yes", - }, + label: "Family Owned", value: "Yes"}, { icon: MapPin, - label: "Areas Served", - value: "5 Cities", - }, + label: "Areas Served", value: "5 Cities"}, ]} metricsAnimation="slide-up" /> @@ -77,45 +63,30 @@ export default function LandingPage() { title="Our Commitment" sections={[ { - heading: "Mission", - content: { - type: "paragraph", - text: "Providing the most reliable heating and air conditioning services with complete integrity.", - }, - }, + heading: "Mission", content: "Providing the most reliable heating and air conditioning services with complete integrity."}, ]} />