tenext redesign

This commit is contained in:
2026-08-03 14:42:01 +05:30
parent 1e3f225bed
commit 6625bb9018
78 changed files with 2798 additions and 859 deletions

View File

@@ -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 />