2 Commits

Author SHA1 Message Date
88843fcd71 Update src/app/page.tsx 2026-03-10 16:42:10 +00:00
2ddc4f9bc1 Update src/app/page.tsx 2026-03-10 16:39:24 +00:00

View File

@@ -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 HeroLogoBlock from '@/components/sections/hero/HeroLogoBlock'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
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,25 +40,21 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBlock <HeroLogoBillboardSplit
title="Oriental Massage Miami" logoText="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" background={{ variant: "glowing-orb" }}
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={[ buttons={[
{ {
text: "Book Your Session", href: "#booking" text: "Book Your Session", href: "#booking"
} }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "glowing-orb" }} layoutOrder="default"
useInvertedBackground={false} 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" ariaLabel="Oriental Massage Miami - Premium Wellness Spa"
/> />
</div> </div>