update home page
This commit is contained in:
@@ -4,15 +4,18 @@ import { ContactFormSection } from "@/components/shared/ContactFormSection";
|
||||
import { MapSection } from "@/components/aiero/contacts/MapSection";
|
||||
|
||||
export const metadata = {
|
||||
title: "Contacts - Aiero",
|
||||
title: "Contacts - tenext",
|
||||
};
|
||||
|
||||
export default function ContactsPage() {
|
||||
return (
|
||||
<>
|
||||
<Navbar />
|
||||
<main className="min-h-screen bg-aiero-dark">
|
||||
<PageTitleBanner title="Contacts" breadcrumbs={[{ label: "Contacts" }]} />
|
||||
<main className="min-h-screen bg-tenext-dark">
|
||||
<PageTitleBanner
|
||||
title="Contacts"
|
||||
breadcrumbs={[{ label: "Contacts" }]}
|
||||
/>
|
||||
<ContactFormSection />
|
||||
<MapSection />
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user