diff --git a/src/app/page.tsx b/src/app/page.tsx index f32f644..a8619fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { CheckCircle, Phone, Sparkles, Users } from "lucide-react"; @@ -53,34 +53,12 @@ export default function LandingPage() {
-
@@ -202,4 +181,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file