Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d86e2f24ee | |||
| 5ffafe2998 | |||
| d1e2fffbba |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||
import HeroLogoBlock from '@/components/sections/hero/HeroLogoBlock';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
@@ -40,21 +40,25 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Oriental Massage Miami"
|
||||
<HeroLogoBlock
|
||||
title="Oriental Massage Miami"
|
||||
description="Premium wellness retreat featuring authentic Asian massage therapies and spa treatments in the heart of Miami"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
tag="Luxury Wellness"
|
||||
tagAnimation="slide-up"
|
||||
logos={[
|
||||
{
|
||||
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"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Session", href: "#booking"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
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"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Oriental Massage Miami - Premium Wellness Spa"
|
||||
/>
|
||||
</div>
|
||||
@@ -157,4 +161,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user