import { Hero } from "@/components/hero"; import { Features } from "@/components/features"; import { ContactForm } from "@/components/contact-form"; import { Footer } from "@/components/footer"; export default function Home() { return (
); }