diff --git a/src/app/page.tsx b/src/app/page.tsx index 5398efc..9cae0e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,10 +10,10 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function HomePage() { const navItems = [ - { name: 'Home', id: 'hero' }, - { name: 'Tables', id: 'tables' }, - { name: 'Reviews', id: 'reviews' }, - { name: 'Contact', id: 'contact' } + { name: "Home", id: "hero" }, + { name: "Tables", id: "tables" }, + { name: "Reviews", id: "reviews" }, + { name: "Contact", id: "contact" } ]; return (