From 40991bda538f7458aedda889509ee2e2f8742db8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:55:04 +0000 Subject: [PATCH] Switch to version 2: modified src/app/page.tsx --- src/app/page.tsx | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43ac8b3..ea4e8c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,6 @@ "use client"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; @@ -36,25 +35,6 @@ export default function LandingPage() { /> -
- -
-
); -} \ No newline at end of file +}