diff --git a/src/app/page.tsx b/src/app/page.tsx index abca38c..1e16d02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +1,4 @@ "use client"; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; @@ -9,11 +8,10 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import Link from 'next/link'; const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" } + { name: "Home", id: "/" } ]; export default function Page() { @@ -31,75 +29,71 @@ export default function Page() { headingFontWeight="normal" >