Update src/app/contact/page.tsx

This commit is contained in:
2026-06-02 14:12:43 +00:00
parent b017d5e721
commit 2d65175874

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
export default function ContactPage() {
@@ -25,6 +25,8 @@ export default function ContactPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Portfolio", id: "/portfolio" },
{ name: "Products", id: "/products" },
{ name: "Solutions", id: "/#services" },
{ name: "Showcase", id: "/#showcase" },
@@ -59,7 +61,7 @@ export default function ContactPage() {
</div>
<div id="footer" data-section="footer">
<FooterBase
<FooterBaseReveal
columns={[
{
title: "Company", items: [
@@ -81,7 +83,8 @@ export default function ContactPage() {
{ label: "Products", href: "/products" },
{ label: "Showcase", href: "/#showcase" },
{ label: "Process", href: "/#process" },
{ label: "Testimonials", href: "/#testimonials" }
{ label: "Testimonials", href: "/#testimonials" },
{ label: "Portfolio", href: "/portfolio" }
]
},
{