diff --git a/src/app/page.tsx b/src/app/page.tsx index b5a6db2..6bc34c0 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 HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; +import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import TextAbout from "@/components/sections/about/TextAbout"; import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; @@ -43,7 +43,7 @@ export default function LandingPage() {
-