forked from UKSOURCE/hailearning.edu.vn
feat: add Contact and Accreditation pages
This commit is contained in:
14
app/contactus/page.tsx
Normal file
14
app/contactus/page.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import "./contact.css";
|
||||
import ContactHero from "../components/contactus/ContactHero";
|
||||
import DepartmentDirectory from "../components/contactus/DepartmentDirectory";
|
||||
import ContactSplit from "../components/contactus/ContactSplit";
|
||||
|
||||
export default function ContactUsPage() {
|
||||
return (
|
||||
<main className="contact-page min-h-screen bg-gray-50 pb-20">
|
||||
<ContactHero />
|
||||
<DepartmentDirectory />
|
||||
<ContactSplit />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user