diff --git a/src/app/page.tsx b/src/app/page.tsx index 35c1f08..492bb7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,36 +11,108 @@ import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function Page() { - const navItems = [{ name: 'Home', id: '/' }, { name: 'About', id: '/about' }, { name: 'Contact', id: '/contact' }]; + const navItems = [ + { name: 'Home', id: '/' }, + { name: 'About', id: '/about' }, + { name: 'Contact', id: '/contact' } + ]; return ( - +
- +
- +
- +
- +
- +
- +
- +
);