From b42502ecfb07af12244d37c2aa519a551ff40d6e Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 11:45:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bcded4..4a33ed2 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 HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; @@ -26,7 +26,7 @@ export default function LandingPage() { >