diff --git a/src/app/page.tsx b/src/app/page.tsx index ef35408..0d5329c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -42,24 +42,15 @@ export default function LandingPage() {
-
@@ -177,4 +168,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file