Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d86e2f24ee | |||
| 5ffafe2998 | |||
| d1e2fffbba |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
import HeroLogoBlock from '@/components/sections/hero/HeroLogoBlock';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
@@ -40,13 +40,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardTestimonial
|
<HeroLogoBlock
|
||||||
title="Oriental Massage Miami"
|
title="Oriental Massage Miami"
|
||||||
description="Premium wellness retreat featuring authentic Asian massage therapies and spa treatments in the heart of Miami"
|
description="Premium wellness retreat featuring authentic Asian massage therapies and spa treatments in the heart of Miami"
|
||||||
tag="Luxury Wellness"
|
tag="Luxury Wellness"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-burning-candles-with-green-leaves-purse-white-table_169016-1505.jpg?_wi=1"
|
logos={[
|
||||||
imageAlt="Serene luxury spa massage treatment room with calming ambiance"
|
{
|
||||||
|
src: "http://img.b2bpic.net/free-photo/beautiful-burning-candles-with-green-leaves-purse-white-table_169016-1505.jpg?_wi=1", alt: "Serene luxury spa massage treatment room with calming ambiance"
|
||||||
|
}
|
||||||
|
]}
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -55,21 +58,6 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
name: "Angela", handle: "Massage Therapist", testimonial: "Providing exceptional deep tissue massage and therapeutic care", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-bride-before-wedding_23-2149860779.jpg?_wi=1", imageAlt: "professional massage therapist headshot"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Jenny", handle: "Certified Therapist", testimonial: "Specializing in deep massage for chronic pain relief", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-smiling-office_1328-4082.jpg?_wi=1", imageAlt: "spa professional therapist portrait"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Tamara", handle: "Master Therapist", testimonial: "Expert in pressure balance and personalized treatments", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/elder-woman-bathrobe-smiling-posing-with-arms-crossed_23-2148419317.jpg?_wi=1", imageAlt: "professional spa therapist portrait"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
testimonialRotationInterval={5000}
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
ariaLabel="Oriental Massage Miami - Premium Wellness Spa"
|
ariaLabel="Oriental Massage Miami - Premium Wellness Spa"
|
||||||
/>
|
/>
|
||||||
@@ -88,19 +76,24 @@ export default function LandingPage() {
|
|||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Oriental Massage Miami", name: "Swedish Massage", price: "Starting at $25", rating: 5, reviewCount: "Relaxation", imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816975.jpg", imageAlt: "Swedish massage therapy treatment"
|
id: "1", brand: "Oriental Massage Miami", name: "Swedish Massage", price: "Starting at $25", rating: 5,
|
||||||
|
reviewCount: "Relaxation", imageSrc: "http://img.b2bpic.net/free-photo/wellness-concept-with-woman-massage-salon_23-2147816975.jpg", imageAlt: "Swedish massage therapy treatment"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", brand: "Oriental Massage Miami", name: "Deep Tissue Massage", price: "Starting at $35", rating: 5, reviewCount: "Therapeutic", imageSrc: "http://img.b2bpic.net/free-photo/massage-with-four-hands-concept-healthcare-female-beauty-two-masseuses-make-double-massage-girl-woman-spa-salon_1157-44666.jpg", imageAlt: "Deep tissue massage therapy session"
|
id: "2", brand: "Oriental Massage Miami", name: "Deep Tissue Massage", price: "Starting at $35", rating: 5,
|
||||||
|
reviewCount: "Therapeutic", imageSrc: "http://img.b2bpic.net/free-photo/massage-with-four-hands-concept-healthcare-female-beauty-two-masseuses-make-double-massage-girl-woman-spa-salon_1157-44666.jpg", imageAlt: "Deep tissue massage therapy session"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", brand: "Oriental Massage Miami", name: "Hot Stone Therapy", price: "Starting at $40", rating: 5, reviewCount: "Holistic", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-spa-stones-her-back_1098-3194.jpg", imageAlt: "Hot stone therapy spa treatment"
|
id: "3", brand: "Oriental Massage Miami", name: "Hot Stone Therapy", price: "Starting at $40", rating: 5,
|
||||||
|
reviewCount: "Holistic", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-spa-stones-her-back_1098-3194.jpg", imageAlt: "Hot stone therapy spa treatment"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", brand: "Oriental Massage Miami", name: "Aromatherapy Massage", price: "Starting at $30", rating: 5, reviewCount: "Sensory", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-spa-environment_1098-1274.jpg", imageAlt: "Aromatherapy massage with essential oils"
|
id: "4", brand: "Oriental Massage Miami", name: "Aromatherapy Massage", price: "Starting at $30", rating: 5,
|
||||||
|
reviewCount: "Sensory", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-spa-environment_1098-1274.jpg", imageAlt: "Aromatherapy massage with essential oils"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5", brand: "Oriental Massage Miami", name: "Facials", price: "Starting at $25", rating: 5, reviewCount: "Skincare", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beautiful-woman-having-head-massage-beauty-treatment-spa_637285-2192.jpg", imageAlt: "Premium facial skincare treatment"
|
id: "5", brand: "Oriental Massage Miami", name: "Facials", price: "Starting at $25", rating: 5,
|
||||||
|
reviewCount: "Skincare", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beautiful-woman-having-head-massage-beauty-treatment-spa_637285-2192.jpg", imageAlt: "Premium facial skincare treatment"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -168,4 +161,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user