import React from "react"; import Contact from "@/components/setions/contact"; function ContactPage() { return (
); } export default ContactPage;