Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-01-04 19:55:04 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -41,8 +41,6 @@ export default function LandingPage() {
text: "Reserve Now",
href: "contact"
}}
buttonClassName="px-6 py-2 rounded-full font-semibold"
buttonTextClassName="font-bold text-sm"
/>
</div>
@@ -88,7 +86,7 @@ export default function LandingPage() {
<TestimonialAboutCard
tag="Guest Testimonial"
tagIcon={Star}
title="\"A sanctuary where Alpine grandeur meets Swiss hospitality perfection.\""
title="A sanctuary where Alpine grandeur meets Swiss hospitality perfection."
description="Margaret & Thomas"
subdescription="London, United Kingdom"
icon={Heart}
@@ -284,7 +282,7 @@ export default function LandingPage() {
<div id="reviews" data-section="reviews">
<TestimonialCardTwo
title="Guest Testimonials"
description="Hear from travelers who've experienced our Alpine luxury firsthand."
description="Hear from travelers who have experienced our Alpine luxury firsthand."
tag="Reviews"
tagIcon={Star}
textboxLayout="default"
@@ -295,7 +293,7 @@ export default function LandingPage() {
id: "1",
name: "Victoria Laurent",
role: "CEO, Luxury Travel Magazine",
testimonial: "An absolute masterpiece of hospitality. The attention to detail, from the mountain views to the impeccable service, exceeded every expectation. We've never felt more welcomed.",
testimonial: "An absolute masterpiece of hospitality. The attention to detail, from the mountain views to the impeccable service, exceeded every expectation. We have never felt more welcomed.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767556194899-33n0vonz.jpg",
imageAlt: "Victoria Laurent"
},
@@ -327,7 +325,7 @@ export default function LandingPage() {
id: "5",
name: "Elena Moretti",
role: "Artist, Milan",
testimonial: "The Alpine scenery is breathtaking, but it's the warmth of the team that truly captivated us. We're already planning our return visit. Unforgettable.",
testimonial: "The Alpine scenery is breathtaking, but it is the warmth of the team that truly captivated us. We are already planning our return visit. Unforgettable.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767556194899-33n0vonz.jpg",
imageAlt: "Elena Moretti"
},
@@ -335,7 +333,7 @@ export default function LandingPage() {
id: "6",
name: "Christopher Davies",
role: "Physician, London",
testimonial: "A sanctuary for the soul. The combination of pristine mountain air, exceptional wellness programs, and genuine hospitality created an experience we'll cherish forever.",
testimonial: "A sanctuary for the soul. The combination of pristine mountain air, exceptional wellness programs, and genuine hospitality created an experience we will cherish forever.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767556197950-ygtyy086.jpg",
imageAlt: "Christopher Davies"
}