From 060c2cfe4b17ea76278de5ee5c5ca0500f9f44c8 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 16:31:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 073c2ec..95ba2f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import TextAbout from '@/components/sections/about/TextAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; @@ -33,8 +33,8 @@ export default function LandingPage() {
-
@@ -294,4 +303,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}