From c70f1f89044ba1b1c781c7acdda88b6f7d20d2e8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:07:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ecb7c7b..b4208f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; @@ -39,12 +39,9 @@ export default function LandingPage() {
-
-- 2.49.1