diff --git a/src/app/page.tsx b/src/app/page.tsx index de89d76..6a5c546 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; @@ -41,13 +41,15 @@ export default function LandingPage() {
-
@@ -148,4 +150,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file