Update src/app/about/page.tsx

This commit is contained in:
2026-06-10 16:20:33 +00:00
parent 8802b8cc28
commit cbf7c0dd35

View File

@@ -26,45 +26,27 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About Ryan",
id: "/about",
},
name: "About Ryan", id: "/about"},
{
name: "Treatments",
id: "/treatments",
},
name: "Treatments", id: "/treatments"},
{
name: "Locations",
id: "/locations",
},
name: "Locations", id: "/locations"},
{
name: "Before & After",
id: "/gallery",
},
name: "Before & After", id: "/gallery"},
{
name: "Financing",
id: "/financing",
},
name: "Financing", id: "/financing"},
{
name: "Blog",
id: "/blog",
},
name: "Blog", id: "/blog"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ga8cvi"
logoAlt="TREAT Medspa Logo"
brandName="TREAT Medspa"
button={{
text: "Book Consultation",
href: "/contact",
}}
text: "Book Consultation", href: "/contact"}}
/>
</div>
@@ -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() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/luxury-modern-apartment-boasts-elegant-furniture-design-generated-by-ai_188544-26999.jpg?_wi=2"
imageAlt="Luxury Medspa Interior"
videoSrc="http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg?_wi=2"
videoSrc="http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg"
videoAriaLabel="Luxury Medspa reception area ambiance"
logoText="TREAT Medspa"
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "About Ryan",
href: "/about",
},
label: "About Ryan", href: "/about"},
{
label: "Treatments",
href: "/treatments",
},
label: "Treatments", href: "/treatments"},
{
label: "Locations",
href: "/locations",
},
label: "Locations", href: "/locations"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Before & After",
href: "/gallery",
},
label: "Before & After", href: "/gallery"},
{
label: "Financing",
href: "/financing",
},
label: "Financing", href: "/financing"},
{
label: "Blog",
href: "/blog",
},
label: "Blog", href: "/blog"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}