'use client'; import SmallHero from '@/components/Helper/SmallHero'; import React from 'react'; import {motion} from 'framer-motion'; const TermsOfUseComp = () => { return (
{/* Hero Section */}
{/* Contact Form */}
Schreib uns eine Nachricht Wir melden uns schnellstmöglich bei dir!
{/* Name & Email */}
{["Dein Name", "Deine E-Mail"].map((label, index) => ( ))}
{/* Message */}