diff --git a/src/app/page.tsx b/src/app/page.tsx index ca7fc82..0fbc670 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,74 +7,79 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Zap, Target, Shield, Star } from 'lucide-react'; +import { Zap, Star, MessageSquare } from 'lucide-react'; + +export default function Page() { + const navItems = [ + { name: 'Home', id: '/' }, + { name: 'About', id: '/about' }, + { name: 'Contact', id: '/contact' } + ]; -export default function HomePage() { - const navItems = [{ name: "Home", id: "/" }, { name: "Contact", id: "/contact" }]; return ( - +
-
-
-
-
-