From dfbf24d9b8896c1fceab9f17ae8192ecb609cd0e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 19:02:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ( -- 2.49.1