Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 88843fcd71 | |||
| 2ddc4f9bc1 |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
@@ -40,37 +40,21 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
title="Oriental Massage Miami"
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Oriental Massage Miami"
|
||||
description="Premium wellness retreat featuring authentic Asian massage therapies and spa treatments in the heart of Miami"
|
||||
tag="Luxury Wellness"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-burning-candles-with-green-leaves-purse-white-table_169016-1505.jpg?_wi=1"
|
||||
imageAlt="Serene luxury spa massage treatment room with calming ambiance"
|
||||
mediaAnimation="opacity"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Session", href: "#booking"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
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}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-burning-candles-with-green-leaves-purse-white-table_169016-1505.jpg?_wi=1"
|
||||
imageAlt="Serene luxury spa massage treatment room with calming ambiance"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
ariaLabel="Oriental Massage Miami - Premium Wellness Spa"
|
||||
/>
|
||||
</div>
|
||||
@@ -88,19 +72,24 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user