diff --git a/src/app/page.tsx b/src/app/page.tsx index 3590d8a..73cf8cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Award, Calendar, ThumbsUp } from "lucide-react"; @@ -45,7 +45,7 @@ export default function LandingPage() {
-