5 Commits

Author SHA1 Message Date
1dfc60e93d Update src/app/page.tsx 2026-01-01 13:28:04 +00:00
a57b4d2f4c Update src/app/globals.css 2026-01-01 13:28:03 +00:00
cb897c8b9b Update src/app/globals.css 2026-01-01 13:25:32 +00:00
aac00a32e7 Update src/app/globals.css 2026-01-01 13:22:15 +00:00
d3808154e9 Update src/app/page.tsx 2026-01-01 12:09:03 +00:00
2 changed files with 9 additions and 10 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #fffcfc;; --background: #fbfaff;;
--card: #fffafa;; --card: #f7f5ff;;
--foreground: #220000;; --foreground: #0f0022;;
--primary-cta: #c1121f;; --primary-cta: #8b5cf6;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #f0b8bc;; --accent: #d8cef5;;
--background-accent: #e07a82;; --background-accent: #c4a8f9;;
/* 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);

View File

@@ -1,8 +1,8 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroSplit from '@/components/sections/hero/HeroSplit'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout';
import ProductCardSix from '@/components/sections/product/ProductCardSix'; import ProductCardSix from '@/components/sections/product/ProductCardSix';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
@@ -39,14 +39,13 @@ export default function LuxuryHotelsPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroBillboardScroll
title="Experience Luxury Hospitality" title="Experience Luxury Hospitality"
description="Discover your perfect getaway at our award-winning hotel. Unwind in elegance with world-class amenities and exceptional service." description="Discover your perfect getaway at our award-winning hotel. Unwind in elegance with world-class amenities and exceptional service."
tag="Premium Accommodations" tag="Premium Accommodations"
tagIcon={Star} tagIcon={Star}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184711453-096e89ja.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184711453-096e89ja.jpg"
imageAlt="Luxury hotel lobby and entrance" imageAlt="Luxury hotel lobby and entrance"
imagePosition="right"
buttons={[ buttons={[
{ text: "Book Your Stay", href: "#contact" }, { text: "Book Your Stay", href: "#contact" },
{ text: "Explore Rooms", href: "#rooms" } { text: "Explore Rooms", href: "#rooms" }