tenext redesign
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import { Navbar } from "@/components/aiero/Navbar";
|
||||
import { Navbar } from "@/components/sections/Navbar";
|
||||
import { PageTitleBanner } from "@/components/shared/PageTitleBanner";
|
||||
import { ContactFormSection } from "@/components/shared/ContactFormSection";
|
||||
import { MapSection } from "@/components/aiero/contacts/MapSection";
|
||||
import { MapSection } from "@/components/sections/contacts/MapSection";
|
||||
|
||||
export const metadata = {
|
||||
title: "Contacts - tenext",
|
||||
title: "Contact",
|
||||
description:
|
||||
"Talk to Tenext Technologies about cloud, data, AI, and product engineering for your enterprise.",
|
||||
};
|
||||
|
||||
export default function ContactsPage() {
|
||||
@@ -13,8 +15,8 @@ export default function ContactsPage() {
|
||||
<Navbar />
|
||||
<main className="min-h-screen bg-tenext-dark">
|
||||
<PageTitleBanner
|
||||
title="Contacts"
|
||||
breadcrumbs={[{ label: "Contacts" }]}
|
||||
title="Contact"
|
||||
breadcrumbs={[{ label: "Home", href: "/" }, { label: "Contact" }]}
|
||||
/>
|
||||
<ContactFormSection />
|
||||
<MapSection />
|
||||
|
||||
Reference in New Issue
Block a user