From cbf7c0dd35ede7c26ec46fe2f90fc4e94dd49dd7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 16:20:33 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 120 +++++++++++------------------------------ 1 file changed, 30 insertions(+), 90 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d1cb2cc..203ee30 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,45 +26,27 @@ export default function LandingPage() { @@ -76,9 +58,7 @@ export default function LandingPage() { tag="Founder & CEO, TREAT Medspa" buttons={[ { - text: "Connect on LinkedIn", - href: "#", - }, + text: "Connect on LinkedIn", href: "#"}, ]} imageSrc="http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg" imageAlt="Ryan Bloch, Founder and CEO of TREAT Medspa" @@ -92,31 +72,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "experience", - value: "20+", - title: "Years Experience", - items: [ - "Decades of industry leadership", - "Visionary brand building", - ], + id: "experience", value: "20+", title: "Years Experience", items: [ + "Decades of industry leadership", "Visionary brand building"], }, { - id: "locations", - value: "15+", - title: "Locations Launched", - items: [ - "Expanded Laser Cosmetia", - "Nationwide footprint", - ], + id: "locations", value: "15+", title: "Locations Launched", items: [ + "Expanded Laser Cosmetia", "Nationwide footprint"], }, { - id: "surgeons", - value: "20+", - title: "Surgeons Network", - items: [ - "Board-Certified experts", - "Leading Body Cosmetica", - ], + id: "surgeons", value: "20+", title: "Surgeons Network", items: [ + "Board-Certified experts", "Leading Body Cosmetica"], }, ]} title="Professional Milestones & Impact" @@ -126,65 +91,40 @@ export default function LandingPage() {