Merge version_2 into main #1

Merged
development merged 1 commits from version_2 into main 2026-01-04 15:48:22 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
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 FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty';
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
@@ -43,7 +43,7 @@ export default function AlpinePage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardMetrics
<HeroBillboardCarousel
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."
tag="Luxury Hospitality"
@@ -51,14 +51,12 @@ export default function AlpinePage() {
{ text: "Book Your Stay", href: "#contact" },
{ text: "Learn More", href: "#about" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767541466253-u4z3rqpe.jpg"
imageAlt="Luxury Alpine Hotel with Mountain Views"
frameStyle="browser"
metricsLabel="Trusted by travelers worldwide for exceptional hospitality"
metrics={[
{ id: "1", value: "25+", label: "Years of Excellence" },
{ id: "2", value: "500+", label: "Five-Star Reviews" },
{ id: "3", value: "98%", label: "Guest Satisfaction" }
mediaItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767541466253-u4z3rqpe.jpg", imageAlt: "Luxury Alpine Hotel with Mountain Views" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767541466557-rv70j1e9.jpg", imageAlt: "Alpine Hotel Exterior View" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767387351047-q7hz2tgo.jpg", imageAlt: "Deluxe Room with Mountain View" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767541466932-12betsq2.jpg", imageAlt: "Luxury Suite with Balcony" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767541467258-pga2yaw8.jpg", imageAlt: "Comfortable Standard Room" }
]}
/>
</div>