Update app/contact/page.tsx
This commit is contained in:
parent
9802b2cb2c
commit
98a68f83f3
|
|
@ -0,0 +1,11 @@
|
|||
import { ContactSection } from "@/components/contact-section";
|
||||
import { Footer } from "@/components/footer";
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<main className="pt-20">
|
||||
<ContactSection />
|
||||
<Footer />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Loading…
Reference in New Issue