Update src/app/page.tsx

This commit is contained in:
2026-01-03 13:40:31 +00:00
parent 8a0f8cbf2b
commit aeb021780c

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -47,6 +47,7 @@ export default function LandingPage() {
<HeroLogoCarousel <HeroLogoCarousel
logoText="Luxury Hotel" logoText="Luxury Hotel"
description="Experience timeless elegance and unparalleled comfort. A sanctuary for the discerning traveler seeking world-class hospitality." description="Experience timeless elegance and unparalleled comfort. A sanctuary for the discerning traveler seeking world-class hospitality."
logoLineHeight={1.1}
mediaItems={[ mediaItems={[
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184710583-yt05ru42.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184710583-yt05ru42.jpg",
@@ -68,8 +69,7 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184722691-mip9ww4c.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184722691-mip9ww4c.jpg",
imageAlt: "Luxury spa facility" imageAlt: "Luxury spa facility"
} }
] ]}
logoLineHeight={1.1}
/> />
</div> </div>