Merge version_1 into main #3

Merged
bender merged 4 commits from version_1 into main 2026-06-10 16:22:50 +00:00
4 changed files with 142 additions and 421 deletions

View File

@@ -25,45 +25,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>
@@ -72,70 +54,55 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Latest Insights & Resources"
description="Stay informed with cutting-edge medical aesthetics news, wellness tips, and expert advice from TREAT Medspa."
blogs={[
{
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"},
{
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"},
{
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"},
]}
/>
</div>
<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=7"
imageAlt="Luxury Medspa Interior"
videoSrc="http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg?_wi=7"
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: "#"},
],
},
]}

View File

@@ -27,45 +27,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,40 +58,21 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "plan-1",
badge: "Short Term",
price: "0% Interest",
subtitle: "Up to 12 Months",
features: [
"Immediate approval",
"No hidden fees",
"Ideal for smaller procedures",
],
id: "plan-1", badge: "Short Term", price: "0% Interest", subtitle: "Up to 12 Months", features: [
"Immediate approval", "No hidden fees", "Ideal for smaller procedures"],
},
{
id: "plan-2",
badge: "Extended",
badgeIcon: Sparkles,
price: "Low APR",
subtitle: "Up to 60 Months",
features: [
"Manageable monthly payments",
"Tailored for larger investments",
"Convenient online portal",
],
id: "plan-2", badge: "Extended", badgeIcon: Sparkles,
price: "Low APR", subtitle: "Up to 60 Months", features: [
"Manageable monthly payments", "Tailored for larger investments", "Convenient online portal"],
},
{
id: "3",
id: "luxury", badge: "Exclusive", price: "Custom Options", subtitle: "Tailored to Your Needs", features: [
"Personalized plan design", "VIP concierge support", "Discreet and private process"],
},
]}
title="Seamless Financing for Your Aesthetic Journey"
description="TREAT Medspa partners with Cosmetica Payment Plus to offer flexible and accessible financing options for all treatments."
buttons={[
{
text: "Apply Now via Cosmetica Payment Plus",
href: "#",
},
]}
/>
</div>
@@ -119,22 +82,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "What financing options are available?",
content: "We offer a range of flexible financing solutions through Cosmetica Payment Plus, including 0% APR short-term plans and extended low APR options for larger procedures.",
},
id: "faq-1", title: "What financing options are available?", content: "We offer a range of flexible financing solutions through Cosmetica Payment Plus, including 0% APR short-term plans and extended low APR options for larger procedures."},
{
id: "faq-2",
title: "How do I apply for financing?",
content: "You can apply easily online through the Cosmetica Payment Plus portal. The application process is quick and secure, with instant approvals for qualified applicants.",
},
id: "faq-2", title: "How do I apply for financing?", content: "You can apply easily online through the Cosmetica Payment Plus portal. The application process is quick and secure, with instant approvals for qualified applicants."},
{
id: "faq-3",
title: "What are the eligibility requirements?",
content: "Eligibility depends on various factors, including credit history and income. Our team can guide you through the requirements and help you find the best plan.",
},
id: "faq-3", title: "What are the eligibility requirements?", content: "Eligibility depends on various factors, including credit history and income. Our team can guide you through the requirements and help you find the best plan."},
]}
imageSrc="http://img.b2bpic.net/free-photo/business-women-collaborating-medium-shot_23-2148352585.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/business-women-collaborating-medium-shot_23-2148352585.jpg"
imageAlt="Woman reviewing financing documents"
mediaAnimation="slide-up"
title="Common Questions About Financing"
@@ -146,65 +100,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=6"
imageAlt="Luxury Medspa Interior"
videoSrc="http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg?_wi=6"
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: "#"},
],
},
]}

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,74 +58,26 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "before-after-1",
brand: "Botox",
name: "Wrinkle Reduction",
price: "View Details",
rating: 5,
reviewCount: "Before/After",
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-botox-injection-forehead_651396-830.jpg",
imageAlt: "Botox before and after",
},
id: "before-after-1", brand: "Botox", name: "Wrinkle Reduction", price: "View Details", rating: 5,
reviewCount: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-botox-injection-forehead_651396-830.jpg", imageAlt: "Botox before and after"},
{
id: "before-after-2",
brand: "Dermal Fillers",
name: "Volume Restoration",
price: "View Details",
rating: 5,
reviewCount: "Before/After",
imageSrc: "http://img.b2bpic.net/free-photo/woman-physiotherapy-making-physical-exercises-with-qualified-therapist_1157-38475.jpg",
imageAlt: "Dermal fillers before and after",
},
id: "before-after-2", brand: "Dermal Fillers", name: "Volume Restoration", price: "View Details", rating: 5,
reviewCount: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/woman-physiotherapy-making-physical-exercises-with-qualified-therapist_1157-38475.jpg", imageAlt: "Dermal fillers before and after"},
{
id: "before-after-3",
brand: "Laser Resurfacing",
name: "Skin Tone & Texture",
price: "View Details",
rating: 5,
reviewCount: "Before/After",
imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-products-different-recipients-composition_23-2148761432.jpg",
imageAlt: "Laser resurfacing before and after",
},
id: "before-after-3", brand: "Laser Resurfacing", name: "Skin Tone & Texture", price: "View Details", rating: 5,
reviewCount: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-products-different-recipients-composition_23-2148761432.jpg", imageAlt: "Laser resurfacing before and after"},
{
id: "before-after-4",
brand: "Body Contouring",
name: "Sculpted Physique",
price: "View Details",
rating: 5,
reviewCount: "Before/After",
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334250.jpg",
imageAlt: "Body contouring before and after",
},
id: "before-after-4", brand: "Body Contouring", name: "Sculpted Physique", price: "View Details", rating: 5,
reviewCount: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334250.jpg", imageAlt: "Body contouring before and after"},
{
id: "before-after-5",
brand: "Chemical Peel",
name: "Acne Scar Reduction",
price: "View Details",
rating: 5,
reviewCount: "Before/After",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-doctor-s-appointment_23-2149313501.jpg",
imageAlt: "Chemical peel before and after",
},
id: "before-after-5", brand: "Chemical Peel", name: "Acne Scar Reduction", price: "View Details", rating: 5,
reviewCount: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-doctor-s-appointment_23-2149313501.jpg", imageAlt: "Chemical peel before and after"},
{
id: "before-after-6",
brand: "Facial Rejuvenation",
name: "Overall Glow",
price: "View Details",
rating: 5,
reviewCount: "Before/After",
imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-using-medical-device_23-2148328462.jpg",
imageAlt: "Facial rejuvenation before and after",
},
id: "before-after-6", brand: "Facial Rejuvenation", name: "Overall Glow", price: "View Details", rating: 5,
reviewCount: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-using-medical-device_23-2148328462.jpg", imageAlt: "Facial rejuvenation before and after"},
]}
title="Transformative Before & After Gallery"
description="Witness the remarkable results achieved by our clients across a range of advanced aesthetic treatments."
buttons={[
{
text: "Filter by Treatment",
href: "#",
},
]}
/>
</div>
@@ -154,50 +88,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "g-1",
name: "Sarah P.",
handle: "@sarah_t",
testimonial: "My experience with laser treatments at TREAT was exceptional. The results on my skin texture are unbelievable!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-bathrobe_1098-2996.jpg",
imageAlt: "Sarah P.",
},
id: "g-1", name: "Sarah P.", handle: "@sarah_t", testimonial: "My experience with laser treatments at TREAT was exceptional. The results on my skin texture are unbelievable!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-bathrobe_1098-2996.jpg", imageAlt: "Sarah P."},
{
id: "g-2",
name: "Mark D.",
handle: "@marknyc",
testimonial: "The body contouring procedure delivered exactly the definition I was looking for. Highly professional team.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/showing-biceps_1098-14720.jpg",
imageAlt: "Mark D.",
},
id: "g-2", name: "Mark D.", handle: "@marknyc", testimonial: "The body contouring procedure delivered exactly the definition I was looking for. Highly professional team.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/showing-biceps_1098-14720.jpg", imageAlt: "Mark D."},
{
id: "g-3",
name: "Jessica R.",
handle: "@jessicabeauty",
testimonial: "My dermal fillers look incredibly natural and have boosted my confidence. TREAT Medspa truly understands artistry.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-work_23-2149871319.jpg",
imageAlt: "Jessica R.",
},
id: "g-3", name: "Jessica R.", handle: "@jessicabeauty", testimonial: "My dermal fillers look incredibly natural and have boosted my confidence. TREAT Medspa truly understands artistry.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-work_23-2149871319.jpg", imageAlt: "Jessica R."},
{
id: "g-4",
name: "Michael S.",
handle: "@michaelskin",
testimonial: "After years of trying different clinics, I finally found my home at TREAT. The anti-aging results are unparalleled.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-bathrobe-spa_23-2148206146.jpg",
imageAlt: "Michael S.",
},
id: "g-4", name: "Michael S.", handle: "@michaelskin", testimonial: "After years of trying different clinics, I finally found my home at TREAT. The anti-aging results are unparalleled.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-bathrobe-spa_23-2148206146.jpg", imageAlt: "Michael S."},
{
id: "g-5",
name: "Laura G.",
handle: "@lauraglow",
testimonial: "The attention to detail and personalized treatment plan for my skin rejuvenation was fantastic. My complexion is radiant!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519985.jpg",
imageAlt: "Laura G.",
},
id: "g-5", name: "Laura G.", handle: "@lauraglow", testimonial: "The attention to detail and personalized treatment plan for my skin rejuvenation was fantastic. My complexion is radiant!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519985.jpg", imageAlt: "Laura G."},
]}
showRating={true}
title="Client Stories: Real Transformations"
@@ -207,65 +111,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=5"
imageAlt="Luxury Medspa Interior"
videoSrc="http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg?_wi=5"
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: "#"},
],
},
]}

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import MediaAbout from '@/components/sections/about/MediaAbout';
import ContactText from '@/components/sections/contact/ContactText';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
export default function LandingPage() {
@@ -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>
@@ -72,22 +54,15 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Visit TREAT Medspa at Our Premium Locations"
buttons={[
{
text: "New York City",
href: "#nyc",
},
text: "New York City", href: "#nyc"},
{
text: "Miami",
href: "#miami",
},
text: "Miami", href: "#miami"},
{
text: "Los Angeles",
href: "#la",
},
text: "Los Angeles", href: "#la"},
]}
/>
</div>
@@ -99,13 +74,9 @@ export default function LandingPage() {
description="Each of our locations offers the same standard of luxury, personalized care, and advanced aesthetic treatments."
buttons={[
{
text: "Get Directions",
href: "#",
},
text: "Get Directions", href: "#"},
{
text: "Book at This Location",
href: "/contact",
},
text: "Book at This Location", href: "/contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-870.jpg"
imageAlt="Interactive map showing Medspa locations"
@@ -114,65 +85,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=4"
imageAlt="Luxury Medspa Interior"
videoSrc="http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg?_wi=4"
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: "#"},
],
},
]}