'use client'; import {motion} from 'framer-motion' import ContactFormSection from '@/components/Contact/Section/ContactFormSection' import SmallHero from '@/components/Helper/SmallHero' export default function Contact() { return ( <> > ) }