Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,11 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { AlertTriangle, MapPin } from 'lucide-react';
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [{ name: 'Home', id: '/' }];
|
||||
const navItems = [
|
||||
{ name: 'Home', id: '/' },
|
||||
{ name: 'About', id: '/about' },
|
||||
{ name: 'Contact', id: '/contact' }
|
||||
];
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
|
||||
Reference in New Issue
Block a user