Update src/app/page.tsx

This commit is contained in:
2026-05-10 08:53:34 +00:00
parent 39562f1447
commit 7d98197f2e

View File

@@ -80,6 +80,7 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={true} useInvertedBackground={true}
buttons={[{ text: "Jetzt Tickets sichern", href: "#" }]}
products={[ products={[
{ id: "p1", name: "Entstehung Schweiz", price: "13 CHF", variant: "Dauerausstellung", imageSrc: "http://img.b2bpic.net/free-photo/old-roof-architecture-quebec-city_649448-2252.jpg" }, { id: "p1", name: "Entstehung Schweiz", price: "13 CHF", variant: "Dauerausstellung", imageSrc: "http://img.b2bpic.net/free-photo/old-roof-architecture-quebec-city_649448-2252.jpg" },
{ id: "p2", name: "Tourismus-Ausstellung", price: "13 CHF", variant: "Sonderausstellung", imageSrc: "http://img.b2bpic.net/free-photo/two-lovers-hug-kiss-railway-station_343059-1216.jpg" }, { id: "p2", name: "Tourismus-Ausstellung", price: "13 CHF", variant: "Sonderausstellung", imageSrc: "http://img.b2bpic.net/free-photo/two-lovers-hug-kiss-railway-station_343059-1216.jpg" },
@@ -87,7 +88,7 @@ export default function LandingPage() {
{ id: "p4", name: "Alpinismus", price: "13 CHF", variant: "Dauerausstellung", imageSrc: "http://img.b2bpic.net/free-photo/ropes-deck-professional-sailing-yacht_346278-342.jpg" } { id: "p4", name: "Alpinismus", price: "13 CHF", variant: "Dauerausstellung", imageSrc: "http://img.b2bpic.net/free-photo/ropes-deck-professional-sailing-yacht_346278-342.jpg" }
]} ]}
title="Unsere Ausstellungen" title="Unsere Ausstellungen"
description="Entdecken Sie unser vielfältiges Ausstellungsangebot und geführte Touren durch die Schweizer Geschichte." description="Entdecken Sie unser vielfältiges Ausstellungsangebot und geführte Touren. Sichern Sie sich jetzt Ihre Tickets für ein unvergessliches Erlebnis."
/> />
</div> </div>