Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab728fd2e1 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
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';
|
||||||
import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics';
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty';
|
import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty';
|
||||||
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
||||||
@@ -43,7 +43,7 @@ export default function AlpinePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardMetrics
|
<HeroBillboardCarousel
|
||||||
title="Experience Alpine Luxury in Switzerland"
|
title="Experience Alpine Luxury in Switzerland"
|
||||||
description="Discover our award-winning hotel nestled in the heart of the Swiss Alps. World-class amenities, breathtaking views, and unforgettable moments await."
|
description="Discover our award-winning hotel nestled in the heart of the Swiss Alps. World-class amenities, breathtaking views, and unforgettable moments await."
|
||||||
tag="Luxury Hospitality"
|
tag="Luxury Hospitality"
|
||||||
@@ -51,14 +51,12 @@ export default function AlpinePage() {
|
|||||||
{ text: "Book Your Stay", href: "#contact" },
|
{ text: "Book Your Stay", href: "#contact" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn More", href: "#about" }
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767541466253-u4z3rqpe.jpg"
|
mediaItems={[
|
||||||
imageAlt="Luxury Alpine Hotel with Mountain Views"
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767541466253-u4z3rqpe.jpg", imageAlt: "Luxury Alpine Hotel with Mountain Views" },
|
||||||
frameStyle="browser"
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767541466557-rv70j1e9.jpg", imageAlt: "Alpine Hotel Exterior View" },
|
||||||
metricsLabel="Trusted by travelers worldwide for exceptional hospitality"
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767387351047-q7hz2tgo.jpg", imageAlt: "Deluxe Room with Mountain View" },
|
||||||
metrics={[
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767541466932-12betsq2.jpg", imageAlt: "Luxury Suite with Balcony" },
|
||||||
{ id: "1", value: "25+", label: "Years of Excellence" },
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767541467258-pga2yaw8.jpg", imageAlt: "Comfortable Standard Room" }
|
||||||
{ id: "2", value: "500+", label: "Five-Star Reviews" },
|
|
||||||
{ id: "3", value: "98%", label: "Guest Satisfaction" }
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user