Here is Contact Form component
npx shadcn@latest add https://21st.dev/r/meschacirung/contact-form
Loading preview...
import ContactSection from "@/components/ui/contact-form"; export default function DemoOne() { return <ContactSection />; }