Update src/app/contact/page.tsx

This commit is contained in:
2026-04-02 15:16:06 +00:00
parent fac5134190
commit 16b8ca0900

View File

@@ -5,7 +5,6 @@ import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import { Mail } from "lucide-react";
export default function ContactPage() {
return (
@@ -25,10 +24,10 @@ export default function ContactPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "Benefits", id: "/" },
{ name: "Pricing", id: "/" },
{ name: "Contact", href: "/contact" },
{ name: "Home", id: "hero" },
{ name: "Benefits", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
]}
brandName="LocalWebBuilder"
/>