Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae12434fdf | |||
| 130cebe71c | |||
| 4ded68129e | |||
| 3f1848607d | |||
| d0ba477d15 | |||
| 6ebab59924 | |||
| bba244885d | |||
| 77e07c0030 | |||
| 9ff84ef731 | |||
| d597a82ccc | |||
| 1ae1fd8b8b | |||
| 8964ef9995 |
@@ -18,16 +18,16 @@ import { Crown, Eye, Palette, Scissors, Sparkles, Star } from "lucide-react";
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
background="aurora"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
variant: "sparkles-gradient"}}
|
||||
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."
|
||||
buttons={[
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
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"},
|
||||
{
|
||||
@@ -267,7 +267,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
@@ -328,4 +328,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120006e6;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120006e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--background: #ebe4df;
|
||||
--card: #ffffff;
|
||||
--foreground: #402102;
|
||||
--primary-cta: #27231f;
|
||||
--primary-cta-text: #e3deea;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #27231f;
|
||||
--accent: #c68a62;
|
||||
--background-accent: #c68a62;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user