diff --git a/src/app/page.tsx b/src/app/page.tsx index b16dd2e..179d705 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; @@ -53,20 +53,11 @@ export default function LandingPage() {