|
|
|
@@ -18,16 +18,16 @@ import { Crown, Eye, Palette, Scissors, Sparkles, Star } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<ThemeProvider
|
|
|
|
<ThemeProvider
|
|
|
|
defaultButtonVariant="bounce-effect"
|
|
|
|
defaultButtonVariant="directional-hover"
|
|
|
|
defaultTextAnimation="background-highlight"
|
|
|
|
defaultTextAnimation="reveal-blur"
|
|
|
|
borderRadius="rounded"
|
|
|
|
borderRadius="rounded"
|
|
|
|
contentWidth="compact"
|
|
|
|
contentWidth="medium"
|
|
|
|
sizing="largeSmallSizeMediumTitles"
|
|
|
|
sizing="largeSmallSizeMediumTitles"
|
|
|
|
background="floatingGradient"
|
|
|
|
background="aurora"
|
|
|
|
cardStyle="gradient-radial"
|
|
|
|
cardStyle="soft-shadow"
|
|
|
|
primaryButtonStyle="diagonal-gradient"
|
|
|
|
primaryButtonStyle="radial-glow"
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
headingFontWeight="normal"
|
|
|
|
headingFontWeight="medium"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<ReactLenis root>
|
|
|
|
<ReactLenis root>
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<HeroBillboardCarousel
|
|
|
|
<HeroBillboardCarousel
|
|
|
|
background={{
|
|
|
|
background={{
|
|
|
|
variant: "radial-gradient"}}
|
|
|
|
variant: "sparkles-gradient"}}
|
|
|
|
title="Welcome to R H Beauty Lounge"
|
|
|
|
title="Welcome to R H Beauty Lounge"
|
|
|
|
description="Experience unparalleled luxury and personalized beauty services in Ajman. We transform and rejuvenate, leaving you feeling radiant and confident."
|
|
|
|
description="Experience unparalleled luxury and personalized beauty services in Ajman. We transform and rejuvenate, leaving you feeling radiant and confident."
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
mediaItems={[
|
|
|
|
mediaItems={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/white-candles-shine-shelves_1304-5595.jpg", imageAlt: "Luxurious beauty salon interior with soft lighting"},
|
|
|
|
imageSrc: "https://assets.replicate.com/images/blog/lora-webui-civitai-step-by-step/realistic-lusion-image.jpeg", imageAlt: "Luxurious beauty salon interior with soft lighting"},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-woman_23-2147817023.jpg", imageAlt: "Client receiving a relaxing massage at a spa"},
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-woman_23-2147817023.jpg", imageAlt: "Client receiving a relaxing massage at a spa"},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
@@ -267,7 +267,7 @@ export default function LandingPage() {
|
|
|
|
<ContactText
|
|
|
|
<ContactText
|
|
|
|
useInvertedBackground={true}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
background={{
|
|
|
|
background={{
|
|
|
|
variant: "plain"}}
|
|
|
|
variant: "sparkles-gradient"}}
|
|
|
|
text="Ready to pamper yourself? Book your appointment at R H Beauty Lounge today and embark on a journey of beauty and relaxation."
|
|
|
|
text="Ready to pamper yourself? Book your appointment at R H Beauty Lounge today and embark on a journey of beauty and relaxation."
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
@@ -328,4 +328,4 @@ export default function LandingPage() {
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|