From d51053939dfd6ff25689407c5d42463aa3312587 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 13:28:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 724540a..9a34232 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 HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; @@ -45,14 +45,25 @@ export default function LandingPage() {
-