Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-01-03 16:42:10 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -89,7 +89,7 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767457178746-mnffurau.jpg",
imageAlt: "Luxury suite with panoramic view"
}
]
]}
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -168,7 +168,7 @@ export default function LandingPage() {
description: "Opulent suite with separate living area, butler service, premium amenities, and exclusive lounge access.",
buttons: [{ text: "Book Now", href: "contact" }]
}
]
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
@@ -208,7 +208,7 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767457181837-ubk7965l.jpg",
imageAlt: "James Wilson"
}
]
]}
textboxLayout="default"
useInvertedBackground="noInvert"
/>
@@ -249,7 +249,7 @@ export default function LandingPage() {
title: "Do you have meeting spaces?",
content: "Yes, we offer fully equipped conference rooms and event spaces perfect for meetings, conferences, and celebrations."
}
]
]}
textPosition="left"
useInvertedBackground="noInvert"
/>
@@ -299,7 +299,7 @@ export default function LandingPage() {
{ label: "123 Hotel Street, City", href: "#" }
]
}
]
]}
/>
</div>
</ThemeProvider>