diff --git a/src/app/page.tsx b/src/app/page.tsx index cb9fa5d..46ec0a2 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 HeroCentered from '@/components/sections/hero/HeroCentered'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; @@ -71,15 +71,10 @@ export default function HomePage() {