7 Commits

Author SHA1 Message Date
4ded68129e Update theme colors 2026-06-03 15:50:09 +00:00
d0ba477d15 Update theme colors 2026-06-03 15:49:42 +00:00
bba244885d Update theme colors 2026-06-03 15:48:27 +00:00
9ff84ef731 Update src/app/styles/variables.css 2026-06-03 15:46:04 +00:00
d597a82ccc Update src/app/page.tsx 2026-06-03 15:46:03 +00:00
1ae1fd8b8b Merge version_1 into main
Merge version_1 into main
2026-06-03 15:34:57 +00:00
8964ef9995 Merge version_1 into main
Merge version_1 into main
2026-06-03 15:34:14 +00:00
2 changed files with 19 additions and 19 deletions

View File

@@ -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={[
@@ -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={[
{ {

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #ebe4df;
--card: #f9f9f9; --card: #ffffff;
--foreground: #120006e6; --foreground: #402102;
--primary-cta: #e63946; --primary-cta: #27231f;
--primary-cta-text: #ffffff; --primary-cta-text: #e3deea;
--secondary-cta: #f9f9f9; --secondary-cta: #ffffff;
--secondary-cta-text: #120006e6; --secondary-cta-text: #27231f;
--accent: #e2e2e2; --accent: #c68a62;
--background-accent: #c4c4c4; --background-accent: #c68a62;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);