import Link from "next/link" import { MapPin, Train, Car, Plane, Phone, Mail } from "lucide-react" import { Button } from "@/components/ui/button" import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" export const metadata = { title: "Directions to Commons Hub | CCG 2026", description: "Travel directions to Crypto Commons Gathering 2026 at Commons Hub in Reichenau an der Rax, Austria", } export default function DirectionsPage() { return (
{/* Header */}
CCG 2026
{/* Hero Section */}

Directions to the Hub

Getting to Commons Hub in Reichenau an der Rax, Austria

{/* Address Section */}
Address

Commons Hub
Richard von Schoeller-Straße 9
2651 Reichenau an der Rax
Austria

{/* Transportation Options */}
{/* By Train */} By Train

The closest train station is Payerbach-Reichenau, about 10 minutes by car from the Commons Hub.

From Vienna:

  1. Take the S-Bahn S1 or S2 from Vienna to Wiener Neustadt (about 45 minutes)
  2. Transfer to the regional train (R) towards Semmering/Mürzzuschlag
  3. Get off at Payerbach-Reichenau (about 30 minutes from Wiener Neustadt)

Total journey time: approximately 1.5-2 hours

From Graz:

  1. Take the regional train (R) towards Vienna/Wiener Neustadt
  2. Get off at Payerbach-Reichenau

Journey time: approximately 2 hours

From the Train Station:

Taxi Services:

Cost: approximately €15-20 to the Commons Hub
Journey time: about 10 minutes

Note: It's recommended to call ahead and book a taxi, especially during peak times or late arrivals.

{/* By Car */} By Car

From Vienna (about 1 hour):

  1. Take the A2 motorway towards Graz
  2. Exit at "Seebenstein" (Exit 46)
  3. Follow signs to Reichenau an der Rax
  4. Continue on B27 to Reichenau an der Rax

From Graz (about 1.5 hours):

  1. Take the A2 motorway towards Vienna
  2. Exit at "Seebenstein" (Exit 46)
  3. Follow signs to Reichenau an der Rax

Parking:

Free parking is available at the Commons Hub.

{/* By Plane */} By Plane

Vienna International Airport (VIE):

  1. Take the CAT (City Airport Train) or S7 to Vienna city center
  2. Transfer to S1 or S2 towards Wiener Neustadt
  3. Continue as described in the train directions above

Total journey time: approximately 2.5-3 hours

Alternative:

Rent a car at the airport for a direct 1.5-hour drive to Reichenau an der Rax.

{/* Need Help Section */}
Need Help?

If you need assistance with directions or transportation, feel free to reach out:

{/* Footer */}
) }