Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-06-10 16:20:37 +00:00
2 changed files with 111 additions and 393 deletions

View File

@@ -26,45 +26,27 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "About Ryan", name: "About Ryan", id: "/about"},
id: "/about",
},
{ {
name: "Treatments", name: "Treatments", id: "/treatments"},
id: "/treatments",
},
{ {
name: "Locations", name: "Locations", id: "/locations"},
id: "/locations",
},
{ {
name: "Before & After", name: "Before & After", id: "/gallery"},
id: "/gallery",
},
{ {
name: "Financing", name: "Financing", id: "/financing"},
id: "/financing",
},
{ {
name: "Blog", name: "Blog", id: "/blog"},
id: "/blog",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ga8cvi" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ga8cvi"
logoAlt="TREAT Medspa Logo" logoAlt="TREAT Medspa Logo"
brandName="TREAT Medspa" brandName="TREAT Medspa"
button={{ button={{
text: "Book Consultation", text: "Book Consultation", href: "/contact"}}
href: "/contact",
}}
/> />
</div> </div>
@@ -76,9 +58,7 @@ export default function LandingPage() {
tag="Founder & CEO, TREAT Medspa" tag="Founder & CEO, TREAT Medspa"
buttons={[ buttons={[
{ {
text: "Connect on LinkedIn", text: "Connect on LinkedIn", href: "#"},
href: "#",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg" imageSrc="http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg"
imageAlt="Ryan Bloch, Founder and CEO of TREAT Medspa" imageAlt="Ryan Bloch, Founder and CEO of TREAT Medspa"
@@ -92,31 +72,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "experience", id: "experience", value: "20+", title: "Years Experience", items: [
value: "20+", "Decades of industry leadership", "Visionary brand building"],
title: "Years Experience",
items: [
"Decades of industry leadership",
"Visionary brand building",
],
}, },
{ {
id: "locations", id: "locations", value: "15+", title: "Locations Launched", items: [
value: "15+", "Expanded Laser Cosmetia", "Nationwide footprint"],
title: "Locations Launched",
items: [
"Expanded Laser Cosmetia",
"Nationwide footprint",
],
}, },
{ {
id: "surgeons", id: "surgeons", value: "20+", title: "Surgeons Network", items: [
value: "20+", "Board-Certified experts", "Leading Body Cosmetica"],
title: "Surgeons Network",
items: [
"Board-Certified experts",
"Leading Body Cosmetica",
],
}, },
]} ]}
title="Professional Milestones & Impact" title="Professional Milestones & Impact"
@@ -126,65 +91,40 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/luxury-modern-apartment-boasts-elegant-furniture-design-generated-by-ai_188544-26999.jpg?_wi=2" videoSrc="http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg"
imageAlt="Luxury Medspa Interior"
videoSrc="http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg?_wi=2"
videoAriaLabel="Luxury Medspa reception area ambiance" videoAriaLabel="Luxury Medspa reception area ambiance"
logoText="TREAT Medspa" logoText="TREAT Medspa"
columns={[ columns={[
{ {
title: "Explore", title: "Explore", items: [
items: [
{ {
label: "Home", label: "Home", href: "/"},
href: "/",
},
{ {
label: "About Ryan", label: "About Ryan", href: "/about"},
href: "/about",
},
{ {
label: "Treatments", label: "Treatments", href: "/treatments"},
href: "/treatments",
},
{ {
label: "Locations", label: "Locations", href: "/locations"},
href: "/locations",
},
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "Before & After", label: "Before & After", href: "/gallery"},
href: "/gallery",
},
{ {
label: "Financing", label: "Financing", href: "/financing"},
href: "/financing",
},
{ {
label: "Blog", label: "Blog", href: "/blog"},
href: "/blog",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}

View File

@@ -32,120 +32,74 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "About Ryan", name: "About Ryan", id: "/about"},
id: "/about",
},
{ {
name: "Treatments", name: "Treatments", id: "/treatments"},
id: "/treatments",
},
{ {
name: "Locations", name: "Locations", id: "/locations"},
id: "/locations",
},
{ {
name: "Before & After", name: "Before & After", id: "/gallery"},
id: "/gallery",
},
{ {
name: "Financing", name: "Financing", id: "/financing"},
id: "/financing",
},
{ {
name: "Blog", name: "Blog", id: "/blog"},
id: "/blog",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ga8cvi" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ga8cvi"
logoAlt="TREAT Medspa Logo" logoAlt="TREAT Medspa Logo"
brandName="TREAT Medspa" brandName="TREAT Medspa"
button={{ button={{
text: "Book Consultation", text: "Book Consultation", href: "/contact"}}
href: "/contact",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
background={{ background={{
variant: "plain", variant: "plain"}}
}}
imagePosition="right" imagePosition="right"
title="TREAT Medspa: Where Luxury Meets Results" title="TREAT Medspa: Where Luxury Meets Results"
description="Experience unparalleled aesthetic and wellness treatments curated by industry visionary Ryan Bloch. Achieve your beauty goals with our world-class expertise." description="Experience unparalleled aesthetic and wellness treatments curated by industry visionary Ryan Bloch. Achieve your beauty goals with our world-class expertise."
buttons={[ buttons={[
{ {
text: "Book Consultation", text: "Book Consultation", href: "/contact"},
href: "/contact",
},
{ {
text: "Explore Treatments", text: "Explore Treatments", href: "/treatments"},
href: "/treatments",
},
]} ]}
videoSrc="http://img.b2bpic.net/free-photo/home-interior-design-arrangement_23-2148986618.jpg?_wi=1" videoSrc="http://img.b2bpic.net/free-photo/home-interior-design-arrangement_23-2148986618.jpg"
videoAriaLabel="Luxury Medspa interior with subtle treatment ambiance" videoAriaLabel="Luxury Medspa interior with subtle treatment ambiance"
mediaAnimation="slide-up" mediaAnimation="slide-up"
fixedMediaHeight={true} fixedMediaHeight={true}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg", src: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg", alt: "Gorgeous smiling blonde fashion model sits in white suit on a soft armchair"},
alt: "Gorgeous smiling blonde fashion model sits in white suit on a soft armchair",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-happy-cheerful-sweet-lovely-smiling-woman-enjoy-bouquet-white-fresh-flowers_158595-8197.jpg", src: "http://img.b2bpic.net/free-photo/young-happy-cheerful-sweet-lovely-smiling-woman-enjoy-bouquet-white-fresh-flowers_158595-8197.jpg", alt: "Young happy cheerful sweet lovely smiling woman enjoy a bouquet of white fresh flowers"},
alt: "Young happy cheerful sweet lovely smiling woman enjoy a bouquet of white fresh flowers",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-elegant-caucasian-woman-good-mood-rejoices-standing-street-brunette-casual-light-tshirt-is-listening-music_291650-2108.jpg", src: "http://img.b2bpic.net/free-photo/happy-elegant-caucasian-woman-good-mood-rejoices-standing-street-brunette-casual-light-tshirt-is-listening-music_291650-2108.jpg", alt: "Happy elegant caucasian woman in good mood rejoices standing on street Brunette in casual light tshirt is listening music"},
alt: "Happy elegant caucasian woman in good mood rejoices standing on street Brunette in casual light tshirt is listening music",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16382.jpg", src: "http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16382.jpg", alt: "Smiling young woman in coat leaning on the wall"},
alt: "Smiling young woman in coat leaning on the wall",
},
{ {
src: "http://img.b2bpic.net/free-photo/man-taking-good-care-his-face-home_23-2148883814.jpg", src: "http://img.b2bpic.net/free-photo/man-taking-good-care-his-face-home_23-2148883814.jpg", alt: "Man taking good care of his face at home"},
alt: "Man taking good care of his face at home",
},
]} ]}
avatarText="Trusted by over 10,000 clients" avatarText="Trusted by over 10,000 clients"
marqueeItems={[ marqueeItems={[
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/home-interior-design-composition_23-2148986633.jpg", alt: "Home interior design composition"},
src: "http://img.b2bpic.net/free-photo/home-interior-design-composition_23-2148986633.jpg",
alt: "Home interior design composition",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/students-learning-cafeteria_23-2147679038.jpg", alt: "Students learning in cafeteria"},
src: "http://img.b2bpic.net/free-photo/students-learning-cafeteria_23-2147679038.jpg",
alt: "Students learning in cafeteria",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg", alt: "Illuminated couch and armchair"},
src: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg",
alt: "Illuminated couch and armchair",
},
{ {
type: "text", type: "text", text: "Precision Aesthetics"},
text: "Precision Aesthetics",
},
{ {
type: "text-icon", type: "text-icon", text: "Dedicated Care", icon: Heart,
text: "Dedicated Care",
icon: Heart,
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/home-interior-design-arrangement_23-2148986618.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/home-interior-design-arrangement_23-2148986618.jpg"
imageAlt="luxury medspa clinic interior video" imageAlt="luxury medspa clinic interior video"
/> />
</div> </div>
@@ -157,46 +111,22 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "AI-Powered Consultations", title: "AI-Powered Consultations", description: "Harnessing artificial intelligence for precise diagnostics and tailored treatment plans, ensuring optimal results.", phoneOne: {
description: "Harnessing artificial intelligence for precise diagnostics and tailored treatment plans, ensuring optimal results.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-doing-skincare-home_23-2150642531.jpg", imageAlt: "AI consultation app screenshot"},
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-doing-skincare-home_23-2150642531.jpg?_wi=1",
imageAlt: "AI consultation app screenshot",
},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-businesswoman-with-face-mask-analyzing-blueprints-desktop-pc-while-working-office_637285-5217.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-businesswoman-with-face-mask-analyzing-blueprints-desktop-pc-while-working-office_637285-5217.jpg", imageAlt: "CRM integration screenshot"},
imageAlt: "CRM integration screenshot",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ga8cvi&_wi=1",
imageAlt: "ai consultation virtual medspa",
}, },
{ {
title: "Seamless Digital Experience", title: "Seamless Digital Experience", description: "From online scheduling to HIPAA-conscious forms, our digital platform ensures convenience and privacy at every step.", phoneOne: {
description: "From online scheduling to HIPAA-conscious forms, our digital platform ensures convenience and privacy at every step.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-working-after-waking-up-her-sleep_23-2149031706.jpg", imageAlt: "Online scheduling app screenshot"},
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-working-after-waking-up-her-sleep_23-2149031706.jpg",
imageAlt: "Online scheduling app screenshot",
},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-smartphone-front-view_23-2149698149.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-smartphone-front-view_23-2149698149.jpg", imageAlt: "Before/after photo tracking app"},
imageAlt: "Before/after photo tracking app",
},
imageSrc: "http://img.b2bpic.net/free-photo/home-interior-design-arrangement_23-2148986618.jpg?_wi=3",
imageAlt: "ai consultation virtual medspa",
}, },
{ {
title: "Results-Driven Marketing", title: "Results-Driven Marketing", description: "Leveraging advanced analytics and lead tracking to optimize your aesthetic journey and achieve desired outcomes efficiently.", phoneOne: {
description: "Leveraging advanced analytics and lead tracking to optimize your aesthetic journey and achieve desired outcomes efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-coffee-glass_23-2147785360.jpg", imageAlt: "Marketing analytics dashboard"},
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-coffee-glass_23-2147785360.jpg",
imageAlt: "Marketing analytics dashboard",
},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-workspace-with-technology_482257-115276.jpg", imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-workspace-with-technology_482257-115276.jpg", imageAlt: "Integrated patient journey app"},
imageAlt: "Integrated patient journey app",
},
imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-with-creme-face_23-2147816997.jpg?_wi=1",
imageAlt: "ai consultation virtual medspa",
}, },
]} ]}
showStepNumbers={false} showStepNumbers={false}
@@ -213,65 +143,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "botox", id: "botox", brand: "Injectables", name: "Botox & Dermal Fillers", price: "Starting at $300", rating: 5,
brand: "Injectables", reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-with-creme-face_23-2147816997.jpg", imageAlt: "Botox and Dermal Fillers treatment"},
name: "Botox & Dermal Fillers",
price: "Starting at $300",
rating: 5,
reviewCount: "245",
imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-with-creme-face_23-2147816997.jpg?_wi=2",
imageAlt: "Botox and Dermal Fillers treatment",
},
{ {
id: "laser", id: "laser", brand: "Skin Rejuvenation", name: "Advanced Laser Treatments", price: "Starting at $500", rating: 5,
brand: "Skin Rejuvenation", reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252433.jpg", imageAlt: "Advanced Laser Treatments"},
name: "Advanced Laser Treatments",
price: "Starting at $500",
rating: 5,
reviewCount: "180",
imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252433.jpg",
imageAlt: "Advanced Laser Treatments",
},
{ {
id: "contouring", id: "contouring", brand: "Body Aesthetics", name: "Precision Body Contouring", price: "Custom Quote", rating: 5,
brand: "Body Aesthetics", reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/gold-gift-box-bed-bouquet-white-peonies-craft-packaging-scandivanavian-white-interior_1182-2570.jpg", imageAlt: "Precision Body Contouring"},
name: "Precision Body Contouring",
price: "Custom Quote",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/gold-gift-box-bed-bouquet-white-peonies-craft-packaging-scandivanavian-white-interior_1182-2570.jpg",
imageAlt: "Precision Body Contouring",
},
{ {
id: "wellness", id: "wellness", brand: "Holistic Health", name: "Personalized Wellness Programs", price: "Custom Quote", rating: 5,
brand: "Holistic Health", reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/elegant-minimal-interior-design_23-2151913231.jpg", imageAlt: "Personalized Wellness Programs"},
name: "Personalized Wellness Programs",
price: "Custom Quote",
rating: 5,
reviewCount: "90",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-minimal-interior-design_23-2151913231.jpg",
imageAlt: "Personalized Wellness Programs",
},
{ {
id: "anti-aging", id: "anti-aging", brand: "Ageless Beauty", name: "Signature Anti-Aging Solutions", price: "Starting at $400", rating: 5,
brand: "Ageless Beauty", reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/this-decision-belongs-you_329181-7678.jpg", imageAlt: "Signature Anti-Aging Solutions"},
name: "Signature Anti-Aging Solutions",
price: "Starting at $400",
rating: 5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/this-decision-belongs-you_329181-7678.jpg",
imageAlt: "Signature Anti-Aging Solutions",
},
{ {
id: "skin-care", id: "skin-care", brand: "Dermatology", name: "Medical-Grade Skincare", price: "View Products", rating: 5,
brand: "Dermatology", reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896850.jpg", imageAlt: "Medical-Grade Skincare"},
name: "Medical-Grade Skincare",
price: "View Products",
rating: 5,
reviewCount: "300",
imageSrc: "http://img.b2bpic.net/free-photo/online-shopping-concept_23-2151896850.jpg",
imageAlt: "Medical-Grade Skincare",
},
]} ]}
title="Featured Treatments & Results" title="Featured Treatments & Results"
description="Discover our most sought-after aesthetic treatments and glimpse the transformative results our clients experience." description="Discover our most sought-after aesthetic treatments and glimpse the transformative results our clients experience."
@@ -287,14 +175,9 @@ export default function LandingPage() {
membersAnimation="slide-up" membersAnimation="slide-up"
members={[ members={[
{ {
id: "ryan", id: "ryan", name: "Ryan Bloch", imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-conference-room_23-2148911825.jpg", imageAlt: "Ryan Bloch, Founder & CEO of TREAT Medspa"},
name: "Ryan Bloch",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-conference-room_23-2148911825.jpg",
imageAlt: "Ryan Bloch, Founder & CEO of TREAT Medspa",
},
]} ]}
memberVariant="card" memberVariant="card"
description="With over two decades of experience building successful cosmetic and wellness brands, Ryan Bloch is at the forefront of luxury aesthetics. His vision guides TREAT Medspa to deliver unparalleled results."
/> />
</div> </div>
@@ -305,50 +188,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sophia L.", handle: "@sophialuxe", testimonial: "TREAT Medspa is simply exquisite. The results exceeded my expectations, and the ambiance is pure luxury. Truly world-class!", rating: 5,
name: "Sophia L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-brunette-woman-posing-smiling_23-2149021881.jpg", imageAlt: "Sophia L."},
handle: "@sophialuxe",
testimonial: "TREAT Medspa is simply exquisite. The results exceeded my expectations, and the ambiance is pure luxury. Truly world-class!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-brunette-woman-posing-smiling_23-2149021881.jpg",
imageAlt: "Sophia L.",
},
{ {
id: "2", id: "2", name: "Ethan K.", handle: "@ethanknyc", testimonial: "Professional, discreet, and incredibly effective. My skin has never looked better. Highly recommend TREAT for unparalleled quality.", rating: 5,
name: "Ethan K.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-hispanic-man-lying-bed-spa-smiling_662251-2502.jpg", imageAlt: "Ethan K."},
handle: "@ethanknyc",
testimonial: "Professional, discreet, and incredibly effective. My skin has never looked better. Highly recommend TREAT for unparalleled quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-hispanic-man-lying-bed-spa-smiling_662251-2502.jpg",
imageAlt: "Ethan K.",
},
{ {
id: "3", id: "3", name: "Isabella M.", handle: "@bellemd", testimonial: "From consultation to aftercare, the TREAT Medspa team delivered a flawless experience. My anti-aging results are remarkable.", rating: 5,
name: "Isabella M.", imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292809.jpg", imageAlt: "Isabella M."},
handle: "@bellemd",
testimonial: "From consultation to aftercare, the TREAT Medspa team delivered a flawless experience. My anti-aging results are remarkable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292809.jpg",
imageAlt: "Isabella M.",
},
{ {
id: "4", id: "4", name: "Noah J.", handle: "@noah_aesthetics", testimonial: "The attention to detail and personalized approach at TREAT is unmatched. I feel refreshed and confident. A true gem!", rating: 5,
name: "Noah J.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-posing_23-2148497189.jpg", imageAlt: "Noah J."},
handle: "@noah_aesthetics",
testimonial: "The attention to detail and personalized approach at TREAT is unmatched. I feel refreshed and confident. A true gem!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-posing_23-2148497189.jpg",
imageAlt: "Noah J.",
},
{ {
id: "5", id: "5", name: "Olivia P.", handle: "@oliviaprim", testimonial: "A sanctuary of beauty and wellness. TREAT Medspa is my go-to for all aesthetic needs. The staff are incredible and the results speak for themselves.", rating: 5,
name: "Olivia P.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-casual-caucasian-middle-aged-woman-showing-okey-gesture-isolated-olive-green_141793-32953.jpg", imageAlt: "Olivia P."},
handle: "@oliviaprim",
testimonial: "A sanctuary of beauty and wellness. TREAT Medspa is my go-to for all aesthetic needs. The staff are incredible and the results speak for themselves.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-casual-caucasian-middle-aged-woman-showing-okey-gesture-isolated-olive-green_141793-32953.jpg",
imageAlt: "Olivia P.",
},
]} ]}
showRating={true} showRating={true}
title="What Our Clients Say" title="What Our Clients Say"
@@ -363,38 +216,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "standard", id: "standard", badge: "Standard", price: "0% APR", subtitle: "Up to 12 Months", features: [
badge: "Standard", "Hassle-free application", "Low monthly payments", "Instant approval for qualified applicants"],
price: "0% APR",
subtitle: "Up to 12 Months",
features: [
"Hassle-free application",
"Low monthly payments",
"Instant approval for qualified applicants",
],
}, },
{ {
id: "premium", id: "premium", badge: "Premium", badgeIcon: Sparkles,
badge: "Premium", price: "Extended Plans", subtitle: "Up to 60 Months", features: [
badgeIcon: Sparkles, "Lower monthly payments", "Flexible repayment schedules", "Ideal for larger procedures"],
price: "Extended Plans",
subtitle: "Up to 60 Months",
features: [
"Lower monthly payments",
"Flexible repayment schedules",
"Ideal for larger procedures",
],
}, },
{ {
id: "luxury", id: "luxury", badge: "Exclusive", price: "Custom Options", subtitle: "Tailored to Your Needs", features: [
badge: "Exclusive", "Personalized plan design", "VIP concierge support", "Discreet and private process"],
price: "Custom Options",
subtitle: "Tailored to Your Needs",
features: [
"Personalized plan design",
"VIP concierge support",
"Discreet and private process",
],
}, },
]} ]}
title="Flexible Financing Solutions" title="Flexible Financing Solutions"
@@ -411,109 +243,55 @@ export default function LandingPage() {
description="Stay informed with cutting-edge medical aesthetics news, wellness tips, and expert advice from TREAT Medspa." description="Stay informed with cutting-edge medical aesthetics news, wellness tips, and expert advice from TREAT Medspa."
buttons={[ buttons={[
{ {
text: "View All Insights", text: "View All Insights", href: "/blog"},
href: "/blog",
},
]} ]}
blogs={[ blogs={[
{ {
id: "1", id: "1", category: "Anti-Aging", title: "The Science Behind Youthful Skin: New Breakthroughs", excerpt: "Discover the latest scientific advancements in anti-aging treatments and how they can rejuvenate your complexion.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-beautiful-young-woman-freelancer-white-towel-sits-bathroom-uses-laptop_1153-7362.jpg", imageAlt: "Youthful skin science", authorName: "TREAT Experts", authorAvatar: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6622.jpg", date: "May 20, 2024"},
category: "Anti-Aging",
title: "The Science Behind Youthful Skin: New Breakthroughs",
excerpt: "Discover the latest scientific advancements in anti-aging treatments and how they can rejuvenate your complexion.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-beautiful-young-woman-freelancer-white-towel-sits-bathroom-uses-laptop_1153-7362.jpg",
imageAlt: "Youthful skin science",
authorName: "TREAT Experts",
authorAvatar: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6622.jpg",
date: "May 20, 2024",
},
{ {
id: "2", id: "2", category: "Injectables", title: "Your Guide to Dermal Fillers: What to Expect", excerpt: "Demystify dermal fillers with our comprehensive guide, covering benefits, procedures, and post-treatment care.", imageSrc: "http://img.b2bpic.net/free-photo/sun-protection-woman-with-lens-ray-laser-her-skin_633478-23.jpg", imageAlt: "Dermal fillers guide", authorName: "TREAT Experts", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg", date: "May 15, 2024"},
category: "Injectables",
title: "Your Guide to Dermal Fillers: What to Expect",
excerpt: "Demystify dermal fillers with our comprehensive guide, covering benefits, procedures, and post-treatment care.",
imageSrc: "http://img.b2bpic.net/free-photo/sun-protection-woman-with-lens-ray-laser-her-skin_633478-23.jpg",
imageAlt: "Dermal fillers guide",
authorName: "TREAT Experts",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg",
date: "May 15, 2024",
},
{ {
id: "3", id: "3", category: "Body Contouring", title: "Achieve Your Ideal Silhouette: Body Contouring Options", excerpt: "Explore effective body contouring solutions designed to sculpt your body and enhance your natural curves.", imageSrc: "http://img.b2bpic.net/free-photo/female-pink-bathrobe-holding-white-sign-cream_140725-25601.jpg", imageAlt: "Body contouring options", authorName: "TREAT Experts", authorAvatar: "http://img.b2bpic.net/free-photo/fashionable-gray-haired-female-real-estate-agent-white-shirt-posing-indoors-happy-stylish-woman-manager-standing-office-desk-working-day_343059-3730.jpg", date: "May 10, 2024"},
category: "Body Contouring",
title: "Achieve Your Ideal Silhouette: Body Contouring Options",
excerpt: "Explore effective body contouring solutions designed to sculpt your body and enhance your natural curves.",
imageSrc: "http://img.b2bpic.net/free-photo/female-pink-bathrobe-holding-white-sign-cream_140725-25601.jpg",
imageAlt: "Body contouring options",
authorName: "TREAT Experts",
authorAvatar: "http://img.b2bpic.net/free-photo/fashionable-gray-haired-female-real-estate-agent-white-shirt-posing-indoors-happy-stylish-woman-manager-standing-office-desk-working-day_343059-3730.jpg",
date: "May 10, 2024",
},
]} ]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/luxury-modern-apartment-boasts-elegant-furniture-design-generated-by-ai_188544-26999.jpg?_wi=1" videoSrc="http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg"
imageAlt="Luxury Medspa Interior"
videoSrc="http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg?_wi=1"
videoAriaLabel="Luxury Medspa reception area ambiance" videoAriaLabel="Luxury Medspa reception area ambiance"
logoText="TREAT Medspa" logoText="TREAT Medspa"
columns={[ columns={[
{ {
title: "Explore", title: "Explore", items: [
items: [
{ {
label: "Home", label: "Home", href: "/"},
href: "/",
},
{ {
label: "About Ryan", label: "About Ryan", href: "/about"},
href: "/about",
},
{ {
label: "Treatments", label: "Treatments", href: "/treatments"},
href: "/treatments",
},
{ {
label: "Locations", label: "Locations", href: "/locations"},
href: "/locations",
},
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "Before & After", label: "Before & After", href: "/gallery"},
href: "/gallery",
},
{ {
label: "Financing", label: "Financing", href: "/financing"},
href: "/financing",
},
{ {
label: "Blog", label: "Blog", href: "/blog"},
href: "/blog",
},
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}