From 1bc1a77f31739aa08021dfe7a5b9826ff4b7d96b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 12:58:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 67 +++++++++++++++++------------------------------- 1 file changed, 24 insertions(+), 43 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c1085b..07df73d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -export default function HomePage() { +export default function Page() { const navItems = [ { name: "Home", id: "home" }, { name: "Menu", id: "menu" }, @@ -20,44 +20,30 @@ export default function HomePage() { ]; return ( - + -
-
-
- -
-
-
-
); -} \ No newline at end of file +}