Merge version_2 into main #2

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