Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 12:40:57 +00:00

View File

@@ -26,300 +26,134 @@ export default function LandingPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Rooms",
id: "rooms",
},
{
name: "Reviews",
id: "reviews",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="JVK Zimmer"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Rooms", id: "rooms" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
]}
brandName="JVK Zimmer"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "gradient-bars",
}}
title="Your Alpine Home Away From Home"
description="Experience the peaceful serenity of Kapfenberg in our family-run guesthouse, where breathtaking mountain views meet Austrian warmth."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-shot-beautiful-mountain-landscape-ahornboden-area-austria_181624-29766.jpg?_wi=1",
imageAlt: "Alpine landscape",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-resort-with-infinity-pool-mountain-view_23-2152008214.jpg?_wi=1",
imageAlt: "Luxury mountain interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/amazing-autumn-scenery-santa-maddalena-village-with-church-colorful-trees-meadows-rising-sun-rays-dolomite-alps-italy_661209-289.jpg?_wi=1",
imageAlt: "Kapfenberg valley",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg?_wi=1",
imageAlt: "Breakfast terrace",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/serene-creek-meandering-through-lush-green-valley-with-wildflowers_9975-33093.jpg?_wi=1",
imageAlt: "Mountain window view",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/landscape-hills-covered-greenery-fog-sunset-countryside_181624-60457.jpg?_wi=1",
imageAlt: "Sunset over peaks",
},
]}
mediaAnimation="blur-reveal"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{ variant: "gradient-bars" }}
title="Your Alpine Home Away From Home"
description="Experience the peaceful serenity of Kapfenberg in our family-run guesthouse, where breathtaking mountain views meet Austrian warmth."
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-shot-beautiful-mountain-landscape-ahornboden-area-austria_181624-29766.jpg", imageAlt: "Alpine landscape" },
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-resort-with-infinity-pool-mountain-view_23-2152008214.jpg", imageAlt: "Luxury mountain interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/amazing-autumn-scenery-santa-maddalena-village-with-church-colorful-trees-meadows-rising-sun-rays-dolomite-alps-italy_661209-289.jpg", imageAlt: "Kapfenberg valley" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg", imageAlt: "Breakfast terrace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/serene-creek-meandering-through-lush-green-valley-with-wildflowers_9975-33093.jpg", imageAlt: "Mountain window view" },
{ imageSrc: "http://img.b2bpic.net/free-photo/landscape-hills-covered-greenery-fog-sunset-countryside_181624-60457.jpg", imageAlt: "Sunset over peaks" },
]}
mediaAnimation="blur-reveal"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}
title="Welcome to JVK Zimmer"
description="Founded with a passion for hospitality, JVK Zimmer has been a beloved destination for travelers seeking genuine Austrian warmth. Our family-run guesthouse offers more than just a stay—it's a home where every guest is treated like part of the family, surrounded by pristine nature and peaceful mountain air."
imageSrc="http://img.b2bpic.net/free-photo/full-shot-family-living-farmhouse_23-2150642348.jpg"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}
title="Welcome to JVK Zimmer"
description="Founded with a passion for hospitality, JVK Zimmer has been a beloved destination for travelers seeking genuine Austrian warmth. Our family-run guesthouse offers more than just a stay—it's a home where every guest is treated like part of the family, surrounded by pristine nature and peaceful mountain air."
imageSrc="http://img.b2bpic.net/free-photo/full-shot-family-living-farmhouse_23-2150642348.jpg"
/>
</div>
<div id="features" data-section="features">
<FeatureCardEight
textboxLayout="inline-image"
useInvertedBackground={true}
features={[
{
title: "Panoramic Views",
description: "Uninterrupted vistas of the alpine ranges right from your balcony.",
imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-shot-beautiful-mountain-landscape-ahornboden-area-austria_181624-29766.jpg?_wi=2",
imageAlt: "austrian alpine landscape mountain view",
},
{
title: "Pristine Cleanliness",
description: "Meticulously maintained spaces for your complete comfort and peace of mind.",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-resort-with-infinity-pool-mountain-view_23-2152008214.jpg?_wi=2",
imageAlt: "cosy alpine interior warm wood",
},
{
title: "Family Warmth",
description: "A heart-felt welcome that makes you feel instantly at home.",
imageSrc: "http://img.b2bpic.net/free-photo/amazing-autumn-scenery-santa-maddalena-village-with-church-colorful-trees-meadows-rising-sun-rays-dolomite-alps-italy_661209-289.jpg?_wi=2",
imageAlt: "kapfenberg alpine forest hiking trail",
},
{
title: "Guest Kitchen",
description: "Fully equipped modern kitchen facilities for your convenience.",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg?_wi=2",
imageAlt: "breakfast table rustic mountain view",
},
{
title: "Sun-Drenched Terrace",
description: "The perfect spot for your morning coffee or evening wine.",
imageSrc: "http://img.b2bpic.net/free-photo/serene-creek-meandering-through-lush-green-valley-with-wildflowers_9975-33093.jpg?_wi=2",
imageAlt: "mountain chalet window view valley",
},
{
title: "Peaceful Surroundings",
description: "Located in a quiet retreat area, perfect for restful nights.",
imageSrc: "http://img.b2bpic.net/free-photo/landscape-hills-covered-greenery-fog-sunset-countryside_181624-60457.jpg?_wi=2",
imageAlt: "sunset view over alpine peaks",
},
]}
title="Why Guests Love Us"
description="Discover the touches that make our guesthouse a truly unique experience in the heart of Austria."
/>
</div>
<div id="features" data-section="features">
<FeatureCardEight
textboxLayout="inline-image"
useInvertedBackground={true}
features={[
{ title: "Panoramic Views", description: "Uninterrupted vistas of the alpine ranges right from your balcony.", imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-shot-beautiful-mountain-landscape-ahornboden-area-austria_181624-29766.jpg", imageAlt: "austrian alpine landscape mountain view" },
{ title: "Pristine Cleanliness", description: "Meticulously maintained spaces for your complete comfort and peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-resort-with-infinity-pool-mountain-view_23-2152008214.jpg", imageAlt: "cosy alpine interior warm wood" },
{ title: "Family Warmth", description: "A heart-felt welcome that makes you feel instantly at home.", imageSrc: "http://img.b2bpic.net/free-photo/amazing-autumn-scenery-santa-maddalena-village-with-church-colorful-trees-meadows-rising-sun-rays-dolomite-alps-italy_661209-289.jpg", imageAlt: "kapfenberg alpine forest hiking trail" },
{ title: "Guest Kitchen", description: "Fully equipped modern kitchen facilities for your convenience.", imageSrc: "http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg", imageAlt: "breakfast table rustic mountain view" },
{ title: "Sun-Drenched Terrace", description: "The perfect spot for your morning coffee or evening wine.", imageSrc: "http://img.b2bpic.net/free-photo/serene-creek-meandering-through-lush-green-valley-with-wildflowers_9975-33093.jpg", imageAlt: "mountain chalet window view valley" },
{ title: "Peaceful Surroundings", description: "Located in a quiet retreat area, perfect for restful nights.", imageSrc: "http://img.b2bpic.net/free-photo/landscape-hills-covered-greenery-fog-sunset-countryside_181624-60457.jpg", imageAlt: "sunset view over alpine peaks" },
]}
title="Why Guests Love Us"
description="Discover the touches that make our guesthouse a truly unique experience in the heart of Austria."
/>
</div>
<div id="rooms" data-section="rooms">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
{
id: "room-1",
name: "Alpine Comfort Double",
price: "From €95",
variant: "Mountain View",
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263517.jpg",
},
{
id: "room-2",
name: "Grand Panorama Suite",
price: "From €145",
variant: "Luxury Suite",
imageSrc: "http://img.b2bpic.net/free-photo/3d-contemporary-bedroom-interior_1048-8683.jpg",
},
{
id: "room-3",
name: "Family Haven Room",
price: "From €125",
variant: "Spacious",
imageSrc: "http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890377.jpg",
},
{
id: "room-4",
name: "Cozy Classic Single",
price: "From €75",
variant: "Standard",
imageSrc: "http://img.b2bpic.net/free-photo/young-mother-spending-time-with-baby_23-2150569433.jpg",
},
{
id: "room-5",
name: "Luxury Terrace Room",
price: "From €130",
variant: "Private Terrace",
imageSrc: "http://img.b2bpic.net/free-photo/mom-son-sitting-windowsill-playing_1153-4319.jpg",
},
{
id: "room-6",
name: "Serene Valley View",
price: "From €110",
variant: "Valley Facing",
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263521.jpg",
},
]}
title="Our Accommodations"
description="Thoughtfully designed rooms to provide a serene sanctuary after a day in the mountains."
/>
</div>
<div id="rooms" data-section="rooms">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
{ id: "room-1", name: "Alpine Comfort Double", price: "From €95", variant: "Mountain View", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263517.jpg" },
{ id: "room-2", name: "Grand Panorama Suite", price: "From €145", variant: "Luxury Suite", imageSrc: "http://img.b2bpic.net/free-photo/3d-contemporary-bedroom-interior_1048-8683.jpg" },
{ id: "room-3", name: "Family Haven Room", price: "From €125", variant: "Spacious", imageSrc: "http://img.b2bpic.net/free-photo/stones-natural-room-interior-design_23-2151890377.jpg" },
{ id: "room-4", name: "Cozy Classic Single", price: "From €75", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/young-mother-spending-time-with-baby_23-2150569433.jpg" },
{ id: "room-5", name: "Luxury Terrace Room", price: "From €130", variant: "Private Terrace", imageSrc: "http://img.b2bpic.net/free-photo/mom-son-sitting-windowsill-playing_1153-4319.jpg" },
{ id: "room-6", name: "Serene Valley View", price: "From €110", variant: "Valley Facing", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263521.jpg" },
]}
title="Our Accommodations"
description="Thoughtfully designed rooms to provide a serene sanctuary after a day in the mountains."
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardThirteen
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Miller",
handle: "@traveler",
testimonial: "An incredible experience. The hosts were so welcoming, and the views were simply stunning. Clean, quiet, and perfect.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-travelling-together_23-2149121242.jpg",
},
{
id: "2",
name: "Markus Weber",
handle: "@hiker",
testimonial: "The best place to stay in Kapfenberg. Feels like a real home away from home. I'll definitely be back!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/youth-modern-sport-activities-active-recreation-attractive-bearded-guy-posing-with-his-board-against-landscape-wild-beach-calm-waves-blue-sea-water-looking-happy_273609-1550.jpg",
},
{
id: "3",
name: "Elena Rossi",
handle: "@naturelover",
testimonial: "Everything was pristine and comfortable. The terrace breakfast was a highlight. Absolutely loved the family atmosphere.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-pointing-away_23-2148377858.jpg",
},
{
id: "4",
name: "David Thompson",
handle: "@familytravel",
testimonial: "Warm, clean, and beautifully situated. A perfect getaway for our family. Cannot recommend enough!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traveller-with-hat-looking-away_23-2148588539.jpg",
},
{
id: "5",
name: "Julia Schneider",
handle: "@wanderer",
testimonial: "Peaceful, quiet, and extremely clean. Exactly what we were looking for in an Austrian mountain retreat.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-woman-tourist-dressed-orange-jumper-strolls-near-small-stream-green-forest_273609-27389.jpg",
},
]}
showRating={true}
title="Real Guest Experiences"
description="Stories from our guests about their time in Kapfenberg."
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardThirteen
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Sarah Miller", handle: "@traveler", testimonial: "An incredible experience. The hosts were so welcoming, and the views were simply stunning. Clean, quiet, and perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-travelling-together_23-2149121242.jpg" },
{ id: "2", name: "Markus Weber", handle: "@hiker", testimonial: "The best place to stay in Kapfenberg. Feels like a real home away from home. I'll definitely be back!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/youth-modern-sport-activities-active-recreation-attractive-bearded-guy-posing-with-his-board-against-landscape-wild-beach-calm-waves-blue-sea-water-looking-happy_273609-1550.jpg" },
{ id: "3", name: "Elena Rossi", handle: "@naturelover", testimonial: "Everything was pristine and comfortable. The terrace breakfast was a highlight. Absolutely loved the family atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-pointing-away_23-2148377858.jpg" },
{ id: "4", name: "David Thompson", handle: "@familytravel", testimonial: "Warm, clean, and beautifully situated. A perfect getaway for our family. Cannot recommend enough!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-traveller-with-hat-looking-away_23-2148588539.jpg" },
{ id: "5", name: "Julia Schneider", handle: "@wanderer", testimonial: "Peaceful, quiet, and extremely clean. Exactly what we were looking for in an Austrian mountain retreat.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-woman-tourist-dressed-orange-jumper-strolls-near-small-stream-green-forest_273609-27389.jpg" },
]}
showRating={true}
title="Real Guest Experiences"
description="Stories from our guests about their time in Kapfenberg."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Start Your Alpine Journey"
description="Have questions about your stay? Reach out to us for bookings or special requests."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
]}
textarea={{
name: "message",
placeholder: "Tell us about your trip dates and needs...",
rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-clear-lake-with-few-houses-built-hill_181624-2274.jpg"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Start Your Alpine Journey"
description="Have questions about your stay? Reach out to us for bookings or special requests."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
]}
textarea={{ name: "message", placeholder: "Tell us about your trip dates and needs...", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-clear-lake-with-few-houses-built-hill_181624-2274.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Explore",
items: [
{
label: "Rooms",
href: "#rooms",
},
{
label: "About Us",
href: "#about",
},
{
label: "Reviews",
href: "#reviews",
},
],
},
{
title: "Contact",
items: [
{
label: "Email: welcome@jvk-zimmer.at",
href: "mailto:welcome@jvk-zimmer.at",
},
{
label: "Phone: +43 000 000 000",
href: "tel:+43000000000",
},
],
},
]}
bottomLeftText="© 2024 JVK Zimmer. All rights reserved."
bottomRightText="Kapfenberg, Austria"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Explore", items: [
{ label: "Rooms", href: "#rooms" },
{ label: "About Us", href: "#about" },
{ label: "Reviews", href: "#reviews" },
],
},
{
title: "Contact", items: [
{ label: "Email: welcome@jvk-zimmer.at", href: "mailto:welcome@jvk-zimmer.at" },
{ label: "Phone: +43 000 000 000", href: "tel:+43000000000" },
],
},
]}
bottomLeftText="© 2024 JVK Zimmer. All rights reserved."
bottomRightText="Kapfenberg, Austria"
/>
</div>
</ReactLenis>
</ThemeProvider>
);