From ba876145c1b822fc58b5b245fdb20841ade31a0b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 18:57:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9eefb02..ac10c23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; @@ -41,13 +41,21 @@ export default function LandingPage() {
-
-- 2.49.1