Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -47,6 +47,7 @@ export default function LandingPage() {
|
||||
<HeroLogoCarousel
|
||||
logoText="Luxury Hotel"
|
||||
description="Experience timeless elegance and unparalleled comfort. A sanctuary for the discerning traveler seeking world-class hospitality."
|
||||
logoLineHeight={1.1}
|
||||
mediaItems={[
|
||||
{
|
||||
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",
|
||||
imageAlt: "Luxury spa facility"
|
||||
}
|
||||
]
|
||||
logoLineHeight={1.1}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user