diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ca4c7e..3d3e0fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -47,59 +47,19 @@ export default function LandingPage() {