From e41b9a4be579d880f64c4b9a29b9764b392ef01b Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 11:46:33 +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 4a33ed2..4bcded4 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 HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; 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() { >