diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c5a4ed..1dc7784 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; export default function LandingPage() { return ( @@ -40,20 +40,21 @@ export default function LandingPage() {