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() {
-