diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index b9024f9..cd2244f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,7 +1,7 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; import ContactCta from '@/components/sections/contact/ContactCta'; import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards'; -import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import ProductMediaCards from '@/components/sections/product/ProductMediaCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; @@ -11,7 +11,7 @@ export default function HomePage() { return ( <>
-