diff --git a/src/app/page.tsx b/src/app/page.tsx index feea0f2..25fc1e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,32 +8,31 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import Link from "next/link"; export default function Page() { const navItems = [{ name: "Home", id: "/" }]; return ( - +
- +
- +
- +
- +
- +
- +