From df8bfa8cece8f14b8dc61ed737d87d5cad84bcad Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 16:26:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fd6814..c5fd41d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import TextAbout from '@/components/sections/about/TextAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; @@ -59,12 +59,27 @@ export default function LandingPage() { autoplayDelay={4000} showDimOverlay={true} /> -