diff --git a/src/app/page.tsx b/src/app/page.tsx index aadb559..948ec2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; @@ -45,42 +45,16 @@ export default function LandingPage() {
-
@@ -223,4 +197,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file