diff --git a/src/app/page.tsx b/src/app/page.tsx index 5def4c1..47bd2cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,5 @@ -'use client'; +"use client"; + import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; @@ -7,105 +8,72 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { ArrowRight } from 'lucide-react'; +import { ArrowRight, Mail } from 'lucide-react'; -export default function HomePage() { +export default function Page() { const navItems = [ - { name: "Home", id: "/" } + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" } ]; return ( - + -
-
- -
-
-