diff --git a/src/app/page.tsx b/src/app/page.tsx index eaf66a3..e6a5186 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 HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import AboutMetric from "@/components/sections/about/AboutMetric"; @@ -43,13 +43,13 @@ export default function HomePage() {
-