Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -41,8 +41,6 @@ export default function LandingPage() {
|
|||||||
text: "Reserve Now",
|
text: "Reserve Now",
|
||||||
href: "contact"
|
href: "contact"
|
||||||
}}
|
}}
|
||||||
buttonClassName="px-6 py-2 rounded-full font-semibold"
|
|
||||||
buttonTextClassName="font-bold text-sm"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -88,7 +86,7 @@ export default function LandingPage() {
|
|||||||
<TestimonialAboutCard
|
<TestimonialAboutCard
|
||||||
tag="Guest Testimonial"
|
tag="Guest Testimonial"
|
||||||
tagIcon={Star}
|
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"
|
description="Margaret & Thomas"
|
||||||
subdescription="London, United Kingdom"
|
subdescription="London, United Kingdom"
|
||||||
icon={Heart}
|
icon={Heart}
|
||||||
@@ -284,7 +282,7 @@ export default function LandingPage() {
|
|||||||
<div id="reviews" data-section="reviews">
|
<div id="reviews" data-section="reviews">
|
||||||
<TestimonialCardTwo
|
<TestimonialCardTwo
|
||||||
title="Guest Testimonials"
|
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"
|
tag="Reviews"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -295,7 +293,7 @@ export default function LandingPage() {
|
|||||||
id: "1",
|
id: "1",
|
||||||
name: "Victoria Laurent",
|
name: "Victoria Laurent",
|
||||||
role: "CEO, Luxury Travel Magazine",
|
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",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767556194899-33n0vonz.jpg",
|
||||||
imageAlt: "Victoria Laurent"
|
imageAlt: "Victoria Laurent"
|
||||||
},
|
},
|
||||||
@@ -327,7 +325,7 @@ export default function LandingPage() {
|
|||||||
id: "5",
|
id: "5",
|
||||||
name: "Elena Moretti",
|
name: "Elena Moretti",
|
||||||
role: "Artist, Milan",
|
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",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767556194899-33n0vonz.jpg",
|
||||||
imageAlt: "Elena Moretti"
|
imageAlt: "Elena Moretti"
|
||||||
},
|
},
|
||||||
@@ -335,7 +333,7 @@ export default function LandingPage() {
|
|||||||
id: "6",
|
id: "6",
|
||||||
name: "Christopher Davies",
|
name: "Christopher Davies",
|
||||||
role: "Physician, London",
|
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",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767556197950-ygtyy086.jpg",
|
||||||
imageAlt: "Christopher Davies"
|
imageAlt: "Christopher Davies"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user