diff --git a/src/app/page.tsx b/src/app/page.tsx index b7da657..54985b4 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 HeroSplit from '@/components/sections/hero/HeroSplit'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; @@ -41,7 +41,7 @@ export default function LandingPage() {