Update src/app/skischule/page.tsx

This commit is contained in:
2026-05-26 09:59:38 +00:00
parent a0b550fb6b
commit dd1c62be70

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>