Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-05-26 09:59:41 +00:00
3 changed files with 91 additions and 327 deletions

View File

@@ -26,31 +26,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Skischule & Winterverleih",
id: "/skischule",
},
name: "Skischule & Winterverleih", id: "/skischule"},
{
name: "Bikepoint & Sommer",
id: "/bikepoint",
},
name: "Bikepoint & Sommer", id: "/bikepoint"},
{
name: "Bergraum Outdoor-Store",
id: "/bergraum",
},
name: "Bergraum Outdoor-Store", id: "/bergraum"},
{
name: "Über uns",
id: "/ueber-uns",
},
name: "Über uns", id: "/ueber-uns"},
]}
brandName="Skischule Krün-Wallgau"
button={{
text: "Jetzt Buchen",
href: "/booking",
}}
text: "Jetzt Buchen", href: "/booking"}}
animateOnLoad={true}
/>
</div>
@@ -61,12 +49,9 @@ export default function LandingPage() {
title="Bikepoint Karwendel: Dein E-Bike-Erlebnis im Sommer"
buttons={[
{
text: "E-Bike reservieren",
href: "/booking",
},
text: "E-Bike reservieren", href: "/booking"},
]}
description="Entdecke die Schönheit des Karwendels auf unseren top-gewarteten E-Bikes. Wir nehmen uns Zeit für eine individuelle Anpassung und eine ausführliche Sicherheitseinweisung, damit dein Ausflug perfekt wird. Kindersitze und Gepäckkörbe montieren wir gerne sofort."
/>
/>
</div>
<div id="e-bike-rental-products" data-section="e-bike-rental-products">
@@ -77,47 +62,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "e-mtb-fully",
name: "E-MTB Fully",
price: "ab 49€/Tag",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-20985.jpg",
imageAlt: "E-MTB Fully",
},
id: "e-mtb-fully", name: "E-MTB Fully", price: "ab 49€/Tag", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-20985.jpg", imageAlt: "E-MTB Fully"},
{
id: "e-mtb-hardtail",
name: "E-MTB Hardtail",
price: "ab 39€/Tag",
imageSrc: "http://img.b2bpic.net/free-photo/man-rides-bicycle-mountainous-area-forest_169016-22153.jpg",
imageAlt: "E-MTB Hardtail",
},
id: "e-mtb-hardtail", name: "E-MTB Hardtail", price: "ab 39€/Tag", imageSrc: "http://img.b2bpic.net/free-photo/man-rides-bicycle-mountainous-area-forest_169016-22153.jpg", imageAlt: "E-MTB Hardtail"},
{
id: "e-trekking-bike",
name: "E-Trekking Bike",
price: "ab 35€/Tag",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-guy-holding-bicycle_23-2148696742.jpg",
imageAlt: "E-Trekking Bike",
},
id: "e-trekking-bike", name: "E-Trekking Bike", price: "ab 35€/Tag", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-guy-holding-bicycle_23-2148696742.jpg", imageAlt: "E-Trekking Bike"},
{
id: "kinder-e-bike",
name: "Kinder E-Bike",
price: "ab 25€/Tag",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-screaming-curly-woman-sunglasses-posing_171337-17389.jpg",
imageAlt: "Kinder E-Bike",
},
id: "kinder-e-bike", name: "Kinder E-Bike", price: "ab 25€/Tag", imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-screaming-curly-woman-sunglasses-posing_171337-17389.jpg", imageAlt: "Kinder E-Bike"},
{
id: "e-fatbike",
name: "E-Fatbike",
price: "ab 55€/Tag",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-rider-with-motorbike-desert_23-2148585467.jpg",
imageAlt: "E-Fatbike",
},
id: "e-fatbike", name: "E-Fatbike", price: "ab 55€/Tag", imageSrc: "http://img.b2bpic.net/free-photo/stylish-rider-with-motorbike-desert_23-2148585467.jpg", imageAlt: "E-Fatbike"},
{
id: "e-lastenrad",
name: "E-Lastenrad",
price: "ab 60€/Tag",
imageSrc: "http://img.b2bpic.net/free-photo/easy-use-folding-bike-city_23-2149064847.jpg",
imageAlt: "E-Lastenrad",
},
id: "e-lastenrad", name: "E-Lastenrad", price: "ab 60€/Tag", imageSrc: "http://img.b2bpic.net/free-photo/easy-use-folding-bike-city_23-2149064847.jpg", imageAlt: "E-Lastenrad"},
]}
title="E-Bike Verleih: Hochwertige Bikes für jedes Terrain"
description="Von komfortablen Trekking-E-Bikes bis zu robusten Mountain-E-Bikes finde das perfekte Modell für deine Tour. Inklusive Kindersitzen und Gepäckkörben auf Wunsch. Qualität und Fahrspaß garantiert."
@@ -128,13 +83,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Skischule Krün-Wallgau | Bergraum | Bikepoint"
leftLink={{
text: "Impressum",
href: "#",
}}
text: "Impressum", href: "#"}}
rightLink={{
text: "Datenschutz",
href: "#",
}}
text: "Datenschutz", href: "#"}}
/>
</div>
</ReactLenis>

View File

@@ -30,31 +30,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Skischule & Winterverleih",
id: "/skischule",
},
name: "Skischule & Winterverleih", id: "/skischule"},
{
name: "Bikepoint & Sommer",
id: "/bikepoint",
},
name: "Bikepoint & Sommer", id: "/bikepoint"},
{
name: "Bergraum Outdoor-Store",
id: "/bergraum",
},
name: "Bergraum Outdoor-Store", id: "/bergraum"},
{
name: "Über uns",
id: "/ueber-uns",
},
name: "Über uns", id: "/ueber-uns"},
]}
brandName="Skischule Krün-Wallgau"
button={{
text: "Jetzt Buchen",
href: "/booking",
}}
text: "Jetzt Buchen", href: "/booking"}}
animateOnLoad={true}
/>
</div>
@@ -63,115 +51,65 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Ihr Premium-Partner am Karwendel: Sport, Leidenschaft & Tradition."
description="Erlebe das Karwendel in Bestform. Ausgezeichneter Service, modernstes Premium-Material und unvergessliche Outdoor-Momente in Krün & Wallgau."
testimonials={[
{
name: "Clarissa K.",
handle: "@ClarissaK",
testimonial: "So preiswert haben wir noch nirgends Skating-Sets ausgeliehen. Im Nachbarort war die Erfahrung ernüchternd, glücklicherweise sind wir hierher gewechselt!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=1",
imageAlt: "Clarissa K.",
},
name: "Clarissa K.", handle: "@ClarissaK", testimonial: "So preiswert haben wir noch nirgends Skating-Sets ausgeliehen. Im Nachbarort war die Erfahrung ernüchternd, glücklicherweise sind wir hierher gewechselt!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", imageAlt: "Clarissa K."},
{
name: "Klaus W.",
handle: "@KlausW",
testimonial: "Jeder Sonderwunsch wie Kindersitz und Gepäckkorb wurde sofort erfüllt. Bei diesem Service könnte sich der ein oder andere echt was abschauen.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-hiking-forest_329181-12237.jpg",
imageAlt: "Klaus W.",
},
name: "Klaus W.", handle: "@KlausW", testimonial: "Jeder Sonderwunsch wie Kindersitz und Gepäckkorb wurde sofort erfüllt. Bei diesem Service könnte sich der ein oder andere echt was abschauen.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-hiking-forest_329181-12237.jpg", imageAlt: "Klaus W."},
{
name: "Familie Meier",
handle: "@FamilieMeier",
testimonial: "Die Skikurse für unsere Kinder waren fantastisch und die Ausrüstung neuwertig. Wir kommen jedes Jahr gerne wieder!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-couple-enjoying-nature_23-2148316036.jpg",
imageAlt: "Familie Meier",
},
name: "Familie Meier", handle: "@FamilieMeier", testimonial: "Die Skikurse für unsere Kinder waren fantastisch und die Ausrüstung neuwertig. Wir kommen jedes Jahr gerne wieder!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-couple-enjoying-nature_23-2148316036.jpg", imageAlt: "Familie Meier"},
{
name: "Dr. Schmidt",
handle: "@DrSchmidt",
testimonial: "Als erfahrener Skifahrer schätze ich die Qualität des Materials und die professionelle Beratung. Ein rundum perfektes Erlebnis.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-female-tourist-wanders-near-mountain-river-wood-poses-against-nature-composition_273609-25966.jpg",
imageAlt: "Dr. Schmidt",
},
name: "Dr. Schmidt", handle: "@DrSchmidt", testimonial: "Als erfahrener Skifahrer schätze ich die Qualität des Materials und die professionelle Beratung. Ein rundum perfektes Erlebnis.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-female-tourist-wanders-near-mountain-river-wood-poses-against-nature-composition_273609-25966.jpg", imageAlt: "Dr. Schmidt"},
{
name: "Anna Huber",
handle: "@AnnaHuber",
testimonial: "Die E-Bikes sind top-gepflegt und die Tourenempfehlungen waren super. Ein unvergesslicher Tag in den Bergen!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-helmet_23-2149727799.jpg",
imageAlt: "Anna Huber",
},
name: "Anna Huber", handle: "@AnnaHuber", testimonial: "Die E-Bikes sind top-gepflegt und die Tourenempfehlungen waren super. Ein unvergesslicher Tag in den Bergen!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-helmet_23-2149727799.jpg", imageAlt: "Anna Huber"},
]}
buttons={[
{
text: "Skikurs & Verleih anfragen",
href: "/booking",
},
text: "Skikurs & Verleih anfragen", href: "/booking"},
{
text: "E-Bike reservieren",
href: "/booking",
},
text: "E-Bike reservieren", href: "/booking"},
]}
videoSrc="http://img.b2bpic.net/free-photo/aerial-top-view-small-houses-snowy-mountain-surrounded-by-trees-daylight_181624-35405.jpg"
videoAriaLabel="Winter ski slopes and summer mountain bike trails video"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg",
alt: "Young woman point finger at you",
},
src: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg", alt: "Young woman point finger at you"},
{
src: "http://img.b2bpic.net/free-photo/selfie-portrait-cute-brunette-girl-with-short-hair-sitting-table-gray-plaid-terrace-restaurant-she-wears-blue-shirt-looks-happy_197531-971.jpg",
alt: "Selfie-portrait of cute brunette girl with short hair sitting at table in gray plaid on terrace in restaurant.",
},
src: "http://img.b2bpic.net/free-photo/selfie-portrait-cute-brunette-girl-with-short-hair-sitting-table-gray-plaid-terrace-restaurant-she-wears-blue-shirt-looks-happy_197531-971.jpg", alt: "Selfie-portrait of cute brunette girl with short hair sitting at table in gray plaid on terrace in restaurant."},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-cute-africanamerican-girl-smiling-pleased-showing-thumbsup-approval-lik_1258-149049.jpg",
alt: "Portrait of happy and cute africanamerican girl smiling pleased and showing thumbsup in approval lik",
},
src: "http://img.b2bpic.net/free-photo/portrait-happy-cute-africanamerican-girl-smiling-pleased-showing-thumbsup-approval-lik_1258-149049.jpg", alt: "Portrait of happy and cute africanamerican girl smiling pleased and showing thumbsup in approval lik"},
{
src: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg",
alt: "Thrilled confident manager in business attire celebrates a victorious milestone",
},
src: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg", alt: "Thrilled confident manager in business attire celebrates a victorious milestone"},
{
src: "http://img.b2bpic.net/free-photo/stressed-girl-traveler-get-lost-forest-cannot-find-way-looks-with-upset-expression-aside-poses-green-natural-background-drinks-tea-from-flask_273609-27185.jpg",
alt: "Stressed girl traveler get lost in forest, cannot find way",
},
src: "http://img.b2bpic.net/free-photo/stressed-girl-traveler-get-lost-forest-cannot-find-way-looks-with-upset-expression-aside-poses-green-natural-background-drinks-tea-from-flask_273609-27185.jpg", alt: "Stressed girl traveler get lost in forest, cannot find way"},
]}
avatarText="Über 20 Jahre Erfahrung in den Alpen"
marqueeItems={[
{
type: "text-icon",
text: "Skikurse & Verleih",
icon: Snowflake,
type: "text-icon", text: "Skikurse & Verleih", icon: Snowflake,
},
{
type: "text-icon",
text: "E-Bike Touren",
icon: Activity,
type: "text-icon", text: "E-Bike Touren", icon: Activity,
},
{
type: "text-icon",
text: "Outdoor Ausrüstung",
icon: Compass,
type: "text-icon", text: "Outdoor Ausrüstung", icon: Compass,
},
{
type: "text-icon",
text: "Persönliche Beratung",
icon: UserCheck,
type: "text-icon", text: "Persönliche Beratung", icon: UserCheck,
},
{
type: "text-icon",
text: "Familiär geführt",
icon: LifeBuoy,
type: "text-icon", text: "Familiär geführt", icon: LifeBuoy,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg"
imageAlt="woman smiling outdoors"
/>
</div>
@@ -182,37 +120,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Skischule Krün-Wallgau",
description: "Familiäre Atmosphäre am Barmseelift, flexible Schulungstage für jedes Level mit unserem Expertenteam. Top-Marken wie Salomon im Verleih, immer wie neu.",
imageSrc: "http://img.b2bpic.net/free-photo/two-couples-having-fun-snowboarding_329181-13100.jpg",
imageAlt: "Familie beim Skifahren am Barmseelift",
buttonIcon: "Snowflake",
buttonHref: "/skischule",
},
title: "Skischule Krün-Wallgau", description: "Familiäre Atmosphäre am Barmseelift, flexible Schulungstage für jedes Level mit unserem Expertenteam. Top-Marken wie Salomon im Verleih, immer wie neu.", imageSrc: "http://img.b2bpic.net/free-photo/two-couples-having-fun-snowboarding_329181-13100.jpg", imageAlt: "Familie beim Skifahren am Barmseelift", buttonIcon: Snowflake,
buttonHref: "/skischule"},
{
title: "Bikepoint Karwendel",
description: "Erstklassig gewartete, nahezu neue E-Bikes. Persönliche Anpassung (Kindersitze, Gepäckkörbe) und ausführliche Sicherheitseinweisung. Dein Sommerabenteuer beginnt hier.",
imageSrc: "http://img.b2bpic.net/free-photo/man-cyclist-sitting-grass-looking-mountains_651396-3162.jpg",
imageAlt: "E-Bike auf einem Bergpfad",
buttonIcon: "Bike",
buttonHref: "/bikepoint",
},
title: "Bikepoint Karwendel", description: "Erstklassig gewartete, nahezu neue E-Bikes. Persönliche Anpassung (Kindersitze, Gepäckkörbe) und ausführliche Sicherheitseinweisung. Dein Sommerabenteuer beginnt hier.", imageSrc: "http://img.b2bpic.net/free-photo/man-cyclist-sitting-grass-looking-mountains_651396-3162.jpg", imageAlt: "E-Bike auf einem Bergpfad", buttonIcon: Activity,
buttonHref: "/bikepoint"},
{
title: "Bergraum Outdoor-Store",
description: "Kompetente Beratung und unschlagbares Preis-Leistungs-Verhältnis. Premium-Skating-Sets und Alpinausrüstung unter 20 €/Tag. Nur Top-Marken, immer im Bestzustand.",
imageSrc: "http://img.b2bpic.net/free-photo/young-women-skiing-resort_1098-21436.jpg",
imageAlt: "Outdoor-Ausrüstung im Bergraum Store",
buttonIcon: "Store",
buttonHref: "/bergraum",
},
title: "Bergraum Outdoor-Store", description: "Kompetente Beratung und unschlagbares Preis-Leistungs-Verhältnis. Premium-Skating-Sets und Alpinausrüstung unter 20 €/Tag. Nur Top-Marken, immer im Bestzustand.", imageSrc: "http://img.b2bpic.net/free-photo/young-women-skiing-resort_1098-21436.jpg", imageAlt: "Outdoor-Ausrüstung im Bergraum Store", buttonIcon: Compass,
buttonHref: "/bergraum"},
{
title: "Ganzjährige Bergerlebnisse",
description: "Ob Winter oder Sommer, wir bieten dir maßgeschneiderte Erlebnisse in der atemberaubenden Natur des Karwendels. Dein Abenteuer wartet!",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-alpine-mountain-against-cloudy-blue-sky_181624-60894.jpg",
imageAlt: "Bergpanorama im Karwendel",
buttonIcon: "Mountain",
buttonHref: "/ueber-uns",
},
title: "Ganzjährige Bergerlebnisse", description: "Ob Winter oder Sommer, wir bieten dir maßgeschneiderte Erlebnisse in der atemberaubenden Natur des Karwendels. Dein Abenteuer wartet!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-alpine-mountain-against-cloudy-blue-sky_181624-60894.jpg", imageAlt: "Bergpanorama im Karwendel", buttonIcon: UserCheck,
buttonHref: "/ueber-uns"},
]}
title="Unsere Leidenschaft: Dein unvergessliches Bergerlebnis"
description="Entdecke die Vielfalt unserer Angebote von der Skischule über den Bikepoint bis zum Outdoor-Store. Premium-Service, hochwertige Ausrüstung und familiäre Gastfreundschaft erwarten dich."
@@ -226,64 +144,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Clarissa K.",
role: "Gast",
company: "Google Review",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-big-smile-before-starting-run_23-2147562226.jpg",
imageAlt: "Clarissa K. Avatar",
},
id: "1", name: "Clarissa K.", role: "Gast", company: "Google Review", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-big-smile-before-starting-run_23-2147562226.jpg", imageAlt: "Clarissa K. Avatar"},
{
id: "2",
name: "Klaus W.",
role: "Gast",
company: "Google Review",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-pulling-his-daughter-playing-park_23-2148201578.jpg",
imageAlt: "Klaus W. Avatar",
},
id: "2", name: "Klaus W.", role: "Gast", company: "Google Review", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-pulling-his-daughter-playing-park_23-2148201578.jpg", imageAlt: "Klaus W. Avatar"},
{
id: "3",
name: "Familie Meier",
role: "Gast",
company: "Google Review",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/asian-young-happy-family-enjoy-vacation-beach-evening-dad-mom-kid-relax-running-together-near-sea-while-silhouette-sunset-lifestyle-travel-holiday-vacation-summer-concept_7861-2447.jpg",
imageAlt: "Familie Meier Avatar",
},
id: "3", name: "Familie Meier", role: "Gast", company: "Google Review", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/asian-young-happy-family-enjoy-vacation-beach-evening-dad-mom-kid-relax-running-together-near-sea-while-silhouette-sunset-lifestyle-travel-holiday-vacation-summer-concept_7861-2447.jpg", imageAlt: "Familie Meier Avatar"},
{
id: "4",
name: "Dr. Schmidt",
role: "Gast",
company: "Google Review",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-optimistic-european-female-tourist-looks-happily-aside-enjoys-walking-near-mountain-lake-admires-beautiful-scenery-people_273609-25699.jpg",
imageAlt: "Dr. Schmidt Avatar",
},
id: "4", name: "Dr. Schmidt", role: "Gast", company: "Google Review", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-optimistic-european-female-tourist-looks-happily-aside-enjoys-walking-near-mountain-lake-admires-beautiful-scenery-people_273609-25699.jpg", imageAlt: "Dr. Schmidt Avatar"},
{
id: "5",
name: "Anna Huber",
role: "Gast",
company: "Google Review",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-electric-scooter_1153-9527.jpg",
imageAlt: "Anna Huber Avatar",
},
id: "5", name: "Anna Huber", role: "Gast", company: "Google Review", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-electric-scooter_1153-9527.jpg", imageAlt: "Anna Huber Avatar"},
]}
kpiItems={[
{
value: "5 Sterne",
label: "Exzellenter Service & Flexibilität",
},
value: "5 Sterne", label: "Exzellenter Service & Flexibilität"},
{
value: "Top",
label: "High-End Material",
},
value: "Top", label: "High-End Material"},
{
value: "Fair",
label: "Unschlagbare Fairness",
},
value: "Fair", label: "Unschlagbare Fairness"},
]}
title="Warum wir: Dein Vertrauen ist unser Antrieb"
description="Echte Erfahrungen, die Vertrauen schaffen. Höchste Qualität, fairer Preis und ausgezeichneter Service das ist unser Versprechen."
@@ -299,9 +181,7 @@ export default function LandingPage() {
imageAlt="Friends having a break on the ski slope"
buttons={[
{
text: "Mehr erfahren",
href: "/ueber-uns",
},
text: "Mehr erfahren", href: "/ueber-uns"},
]}
/>
</div>
@@ -313,32 +193,18 @@ export default function LandingPage() {
description="Kontaktiere uns für Skikurse, Verleih oder E-Bike-Reservierungen. Wir beraten dich gerne persönlich und finden das passende Angebot für dich."
inputs={[
{
name: "name",
type: "text",
placeholder: "Ihr Name",
required: true,
name: "name", type: "text", placeholder: "Ihr Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Ihre E-Mail-Adresse",
required: true,
name: "email", type: "email", placeholder: "Ihre E-Mail-Adresse", required: true,
},
]}
multiSelect={{
name: "service",
label: "Was möchten Sie tun?",
options: [
"Skikurs",
"Ski-Verleih",
"E-Bike-Verleih",
"Ausrüstung kaufen",
],
name: "service", label: "Was möchten Sie tun?", options: [
"Skikurs", "Ski-Verleih", "E-Bike-Verleih", "Ausrüstung kaufen"],
}}
textarea={{
name: "message",
placeholder: "Ihre Nachricht oder spezielle Wünsche",
rows: 4,
name: "message", placeholder: "Ihre Nachricht oder spezielle Wünsche", rows: 4,
required: false,
}}
imageSrc="http://img.b2bpic.net/free-photo/wide-angle-shot-mountains-surrounded-by-trees-greenery_181624-9533.jpg"
@@ -351,13 +217,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Skischule Krün-Wallgau | Bergraum | Bikepoint"
leftLink={{
text: "Impressum",
href: "#",
}}
text: "Impressum", href: "#"}}
rightLink={{
text: "Datenschutz",
href: "#",
}}
text: "Datenschutz", href: "#"}}
/>
</div>
</ReactLenis>

View File

@@ -26,31 +26,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Skischule & Winterverleih",
id: "/skischule",
},
name: "Skischule & Winterverleih", id: "/skischule"},
{
name: "Bikepoint & Sommer",
id: "/bikepoint",
},
name: "Bikepoint & Sommer", id: "/bikepoint"},
{
name: "Bergraum Outdoor-Store",
id: "/bergraum",
},
name: "Bergraum Outdoor-Store", id: "/bergraum"},
{
name: "Über uns",
id: "/ueber-uns",
},
name: "Über uns", id: "/ueber-uns"},
]}
brandName="Skischule Krün-Wallgau"
button={{
text: "Jetzt Buchen",
href: "/booking",
}}
text: "Jetzt Buchen", href: "/booking"}}
animateOnLoad={true}
/>
</div>
@@ -61,12 +49,9 @@ export default function LandingPage() {
title="Skischule Krün-Wallgau: Deine Winterwelt im Karwendel"
buttons={[
{
text: "Skikurs buchen",
href: "/booking",
},
text: "Skikurs buchen", href: "/booking"},
]}
description="Erlebe unvergessliche Skimomente am Barmseelift. Unser Expertenteam, geführt von Gerhard, bietet familienfreundliche Kurse für alle Alters- und Könnensstufen. Modernste Salomon-Ausrüstung im Verleih immer top-gewartet und bereit für die Piste. Flexibilität und Herzlichkeit sind unser Markenzeichen."
/>
/>
</div>
<div id="winter-rental-products" data-section="winter-rental-products">
@@ -77,47 +62,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "ski-alpin",
name: "Ski Alpin Set",
price: "ab 29€/Tag",
imageSrc: "http://img.b2bpic.net/free-photo/two-couples-having-fun-snowboarding_329181-13080.jpg",
imageAlt: "Ski Alpin Set",
},
id: "ski-alpin", name: "Ski Alpin Set", price: "ab 29€/Tag", imageSrc: "http://img.b2bpic.net/free-photo/two-couples-having-fun-snowboarding_329181-13080.jpg", imageAlt: "Ski Alpin Set"},
{
id: "langlauf-skating",
name: "Langlauf Set (Skating)",
price: "ab 19€/Tag",
imageSrc: "http://img.b2bpic.net/free-photo/red-white-skis-put-snow-with-great-mountain-view-them_8353-1043.jpg",
imageAlt: "Langlauf Set Skating",
},
id: "langlauf-skating", name: "Langlauf Set (Skating)", price: "ab 19€/Tag", imageSrc: "http://img.b2bpic.net/free-photo/red-white-skis-put-snow-with-great-mountain-view-them_8353-1043.jpg", imageAlt: "Langlauf Set Skating"},
{
id: "schneeschuhe",
name: "Schneeschuhe",
price: "ab 15€/Tag",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-confused-male-hitchhiker-with-leather-gloves-red-backpack_179666-34633.jpg",
imageAlt: "Schneeschuhe",
},
id: "schneeschuhe", name: "Schneeschuhe", price: "ab 15€/Tag", imageSrc: "http://img.b2bpic.net/free-photo/front-view-confused-male-hitchhiker-with-leather-gloves-red-backpack_179666-34633.jpg", imageAlt: "Schneeschuhe"},
{
id: "kinder-ski",
name: "Kinder-Ski Set",
price: "ab 25€/Tag",
imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-wearing-ski-wear-isolated-studio_1303-30798.jpg",
imageAlt: "Kinder-Ski Set",
},
id: "kinder-ski", name: "Kinder-Ski Set", price: "ab 25€/Tag", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-wearing-ski-wear-isolated-studio_1303-30798.jpg", imageAlt: "Kinder-Ski Set"},
{
id: "snowboard",
name: "Snowboard Set",
price: "ab 35€/Tag",
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-winter-sports_23-2150039367.jpg",
imageAlt: "Snowboard Set",
},
id: "snowboard", name: "Snowboard Set", price: "ab 35€/Tag", imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-winter-sports_23-2150039367.jpg", imageAlt: "Snowboard Set"},
{
id: "helme",
name: "Helme & Protektoren",
price: "ab 8€/Tag",
imageSrc: "http://img.b2bpic.net/free-photo/two-couples-having-fun-snowboarding_329181-13057.jpg",
imageAlt: "Helme und Protektoren",
},
id: "helme", name: "Helme & Protektoren", price: "ab 8€/Tag", imageSrc: "http://img.b2bpic.net/free-photo/two-couples-having-fun-snowboarding_329181-13057.jpg", imageAlt: "Helme und Protektoren"},
]}
title="Winterverleih: Premium Ausrüstung für dein Schneeabenteuer"
description="Ob Alpin, Skating oder Langlauf wir haben die passende Ausrüstung in Top-Qualität. Neuwertiges Material zu unschlagbaren Preisen. Miete dein perfektes Set für ungetrübten Winterspaß."
@@ -128,13 +83,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Skischule Krün-Wallgau | Bergraum | Bikepoint"
leftLink={{
text: "Impressum",
href: "#",
}}
text: "Impressum", href: "#"}}
rightLink={{
text: "Datenschutz",
href: "#",
}}
text: "Datenschutz", href: "#"}}
/>
</div>
</ReactLenis>