diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a1211c..ae5d59c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; @@ -42,18 +42,32 @@ export default function LandingPage() {