diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9375a79..8d35aa6 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,7 +1,10 @@ import AboutTextSplit from '@/components/sections/about/AboutTextSplit'; import ContactCta from '@/components/sections/contact/ContactCta'; -import FeaturesMediaCarousel from '@/components/sections/features/FeaturesMediaCarousel'; -import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento'; +import FeaturesMediaCarouselOriginal from '@/components/sections/features/FeaturesMediaCarousel'; +import FeaturesRevealCardsBentoOriginal from '@/components/sections/features/FeaturesRevealCardsBento'; + +const FeaturesMediaCarousel = (props: any) => ; +const FeaturesRevealCardsBento = (props: any) => ; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards';