diff --git a/src/app/page.tsx b/src/app/page.tsx index a50cd92..341a55c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import Link from "next/link"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import AboutMetric from "@/components/sections/about/AboutMetric"; import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; @@ -71,7 +71,7 @@ export default function HomePage() {
-