diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 5849c81..f404359 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -2,7 +2,7 @@ import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeaturesIconCards from '@/components/sections/features/FeaturesIconCards'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import ProductMediaCards from '@/components/sections/product/ProductMediaCards'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; import { Bell, Building2, Home, Utensils } from "lucide-react"; @@ -13,7 +13,7 @@ export default function HomePage() { <>