diff --git a/src/app/page.tsx b/src/app/page.tsx index 9484476..3bbadd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,8 +17,6 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function LandingPage() { const navItems = [ { name: 'Home', id: '/' }, - { name: 'Shop', id: '/shop' }, - { name: 'Blog', id: '/blog' }, { name: 'About', id: '/#about' }, { name: 'Features', id: '/#features' }, { name: 'Testimonials', id: '/#testimonials' },