'use client'; export default function Contact() { const scrollToTop = () => { window.scrollTo({ top: 0, behavior: 'smooth' }); }; return (
{/* Scroll to Top Button */}

Jetzt Kontakt aufnehmen

{/* Address */}

Adresse

Rosenstraße 4
91564 Neuendettelsau

{/* Phone */}

Telefon

+49 157 32469960
{/* Email */}

Email

froehlich.sebastian@gmail.com
); }