diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ec5d87..821baee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -44,46 +44,17 @@ export default function LandingPage() {