From 72e47fe4cea4c840037225a61552d5b589b893f2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:43:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea4e8c3..43ac8b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,7 @@ "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'; @@ -35,6 +36,25 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file