Update src/app/contact/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user