From 290b3047723fc3fe3b8385ca7ea4ebefdd5c72e5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 19:18:52 +0000 Subject: [PATCH] Switch to version 3: modified src/app/page.tsx --- src/app/page.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0309c0e..6a35dc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; @@ -35,15 +35,13 @@ export default function LandingPage() {
-
@@ -119,4 +117,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}