|
|
|
|
@@ -1,17 +1,17 @@
|
|
|
|
|
"use client";
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
|
|
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
|
|
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
|
|
|
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|
|
|
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
|
|
|
|
import TeamCardThree from '@/components/sections/team/TeamCardThree';
|
|
|
|
|
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
|
|
|
|
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
|
|
|
|
|
import ContactInline from '@/components/sections/contact/ContactInline';
|
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
|
import { Star, Heart, Home, Mountain, Sparkles, Crown, Linkedin, Globe } from "lucide-react";
|
|
|
|
|
import { Star, Heart, Home, Mountain, Sparkles, Crown } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -27,8 +27,8 @@ export default function LandingPage() {
|
|
|
|
|
secondaryButtonStyle="solid"
|
|
|
|
|
headingFontWeight="extrabold"
|
|
|
|
|
>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarLayoutFloatingOverlay
|
|
|
|
|
<div id="nav" data-section="nav" style={{ backgroundColor: '#f7fffa' }}>
|
|
|
|
|
<NavbarStyleCentered
|
|
|
|
|
brandName="Alpine Luxury"
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "Rooms", id: "rooms" },
|
|
|
|
|
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<div id="hero" data-section="hero" style={{ backgroundColor: '#f1fff8' }}>
|
|
|
|
|
<HeroBillboardCarousel
|
|
|
|
|
title="Alpine Luxury in the Heart of Switzerland"
|
|
|
|
|
description="Experience unparalleled elegance nestled among snow-capped peaks. World-class hospitality, stunning vistas, and unforgettable mountain moments await."
|
|
|
|
|
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<div id="about" data-section="about" style={{ backgroundColor: '#f7fffa' }}>
|
|
|
|
|
<TestimonialAboutCard
|
|
|
|
|
tag="Guest Testimonial"
|
|
|
|
|
tagIcon={Star}
|
|
|
|
|
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="amenities" data-section="amenities">
|
|
|
|
|
<div id="amenities" data-section="amenities" style={{ backgroundColor: '#f1fff8' }}>
|
|
|
|
|
<FeatureCardTwentyOne
|
|
|
|
|
title="World-Class Amenities"
|
|
|
|
|
description="Discover an extensive range of premium facilities designed to elevate your Alpine escape. From rejuvenating wellness to culinary excellence."
|
|
|
|
|
@@ -130,7 +130,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="rooms" data-section="rooms">
|
|
|
|
|
<div id="rooms" data-section="rooms" style={{ backgroundColor: '#f7fffa' }}>
|
|
|
|
|
<PricingCardTwo
|
|
|
|
|
title="Room & Suite Collections"
|
|
|
|
|
description="Choose from our exquisitely appointed accommodations, each offering panoramic mountain views and uncompromising luxury."
|
|
|
|
|
@@ -197,7 +197,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
|
<div id="metrics" data-section="metrics" style={{ backgroundColor: '#f1fff8' }}>
|
|
|
|
|
<MetricCardEleven
|
|
|
|
|
title="Our Alpine Legacy"
|
|
|
|
|
description="Trusted by discerning travelers worldwide for exceptional mountain hospitality and service excellence."
|
|
|
|
|
@@ -234,52 +234,41 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="team" data-section="team">
|
|
|
|
|
<TeamCardThree
|
|
|
|
|
<div id="team" data-section="team" style={{ backgroundColor: '#f7fffa' }}>
|
|
|
|
|
<TeamCardFive
|
|
|
|
|
title="Meet Our Hospitality Team"
|
|
|
|
|
description="Dedicated professionals committed to creating your perfect Alpine experience."
|
|
|
|
|
tag="Staff"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
members={[
|
|
|
|
|
team={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
name: "Samuel Eicher",
|
|
|
|
|
role: "General Manager",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767556199718-irvjkbto.jpg",
|
|
|
|
|
imageAlt: "General Manager Samuel Eicher",
|
|
|
|
|
socialLinks: [
|
|
|
|
|
{ icon: Linkedin, url: "https://linkedin.com" },
|
|
|
|
|
{ icon: Globe, url: "https://example.com" }
|
|
|
|
|
]
|
|
|
|
|
imageAlt: "General Manager Samuel Eicher"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
name: "Marta Rossi",
|
|
|
|
|
role: "Head Concierge",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767556198938-sapad5cn.jpg",
|
|
|
|
|
imageAlt: "Head Concierge Marta Rossi",
|
|
|
|
|
socialLinks: [
|
|
|
|
|
{ icon: Linkedin, url: "https://linkedin.com" }
|
|
|
|
|
]
|
|
|
|
|
imageAlt: "Head Concierge Marta Rossi"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
name: "Chef Andreas Müller",
|
|
|
|
|
role: "Executive Chef",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767556200257-fw1n6fwc.jpg",
|
|
|
|
|
imageAlt: "Executive Chef Andreas Müller",
|
|
|
|
|
socialLinks: [
|
|
|
|
|
{ icon: Linkedin, url: "https://linkedin.com" },
|
|
|
|
|
{ icon: Globe, url: "https://example.com" }
|
|
|
|
|
]
|
|
|
|
|
imageAlt: "Executive Chef Andreas Müller"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="reviews" data-section="reviews">
|
|
|
|
|
<div id="reviews" data-section="reviews" style={{ backgroundColor: '#f1fff8' }}>
|
|
|
|
|
<TestimonialCardEight
|
|
|
|
|
title="Guest Testimonials"
|
|
|
|
|
description="Hear from travelers who have experienced our Alpine luxury firsthand."
|
|
|
|
|
@@ -346,7 +335,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<div id="contact" data-section="contact" style={{ backgroundColor: '#f7fffa' }}>
|
|
|
|
|
<ContactInline
|
|
|
|
|
text="Ready to escape to Alpine luxury?"
|
|
|
|
|
inputPlaceholder="Your email address"
|
|
|
|
|
@@ -356,7 +345,7 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<div id="footer" data-section="footer" style={{ backgroundColor: '#f1fff8' }}>
|
|
|
|
|
<FooterLogoEmphasis
|
|
|
|
|
logoText="Alpine Luxury"
|
|
|
|
|
columns={[
|
|
|
|
|
@@ -393,4 +382,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|