From 2c506117c7f739ff929022e6d1af7948488d0990 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 09:10:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 92 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 82 insertions(+), 10 deletions(-) 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 ( - +
- +
- +
- +
- +
- +
- +
- +
); -- 2.49.1