Update src/app/page.tsx
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user