From d41a2a3c93966f90bb1368ea749528f0f92df6c8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:42:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fec99cf..c7dbf61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,16 +11,48 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterBase from '@/components/sections/footer/FooterBase'; -const navItems = [{ name: "Services", id: "services" }, { name: "Gallery", id: "gallery" }, { name: "Reviews", id: "reviews" }, { name: "FAQ", id: "faq" }]; +const navItems = [ + { name: "Services", id: "services" }, + { name: "Gallery", id: "gallery" }, + { name: "Reviews", id: "reviews" }, + { name: "FAQ", id: "faq" } +]; export default function Page() { return ( - +
- +
-- 2.49.1