Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 06733a794c | |||
| d7519e12c8 | |||
| 50f3cde442 |
@@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
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 TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||||
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import { Sparkles, Mountain, Home, Star, Heart, Phone } from "lucide-react";
|
import { Sparkles, Mountain, Star, Heart, Phone, Users } from "lucide-react";
|
||||||
|
|
||||||
export default function AlpinePage() {
|
export default function AlpinePage() {
|
||||||
return (
|
return (
|
||||||
@@ -76,17 +76,43 @@ export default function AlpinePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardTwenty
|
<TeamCardSix
|
||||||
title="Explore Our Room Collection"
|
title="Explore Our Room Collection"
|
||||||
description="From intimate standard rooms to lavish suites with panoramic mountain views, each accommodation is designed for your ultimate comfort and relaxation."
|
description="From intimate standard rooms to lavish suites with panoramic mountain views, each accommodation is designed for your ultimate comfort and relaxation."
|
||||||
tag="Premium Rooms"
|
tag="Premium Rooms"
|
||||||
tagIcon={Home}
|
tagIcon={Users}
|
||||||
images={[
|
members={[
|
||||||
{ id: 1, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767387351047-q7hz2tgo.jpg", imageAlt: "Deluxe Room with Mountain View" },
|
{
|
||||||
{ id: 2, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767541466932-12betsq2.jpg", imageAlt: "Luxury Suite with Balcony" },
|
id: "1",
|
||||||
{ id: 3, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767541467258-pga2yaw8.jpg", imageAlt: "Comfortable Standard Room" },
|
name: "Deluxe Room",
|
||||||
{ id: 4, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767541467636-1livht6m.jpg", imageAlt: "Spa and Wellness Area" }
|
role: "Mountain View",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767387351047-q7hz2tgo.jpg",
|
||||||
|
imageAlt: "Deluxe Room with Mountain View"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2",
|
||||||
|
name: "Luxury Suite",
|
||||||
|
role: "With Balcony",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767541466932-12betsq2.jpg",
|
||||||
|
imageAlt: "Luxury Suite with Balcony"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3",
|
||||||
|
name: "Standard Room",
|
||||||
|
role: "Comfortable & Cozy",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767541467258-pga2yaw8.jpg",
|
||||||
|
imageAlt: "Comfortable Standard Room"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "4",
|
||||||
|
name: "Suite Premium",
|
||||||
|
role: "Spa Access",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767541467636-1livht6m.jpg",
|
||||||
|
imageAlt: "Spa and Wellness Area"
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
|
|||||||
Reference in New Issue
Block a user