diff --git a/src/app/skischule/page.tsx b/src/app/skischule/page.tsx
index 628d1ed..759e1b7 100644
--- a/src/app/skischule/page.tsx
+++ b/src/app/skischule/page.tsx
@@ -26,31 +26,19 @@ export default function LandingPage() {
@@ -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."
- />
+ />
@@ -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() {