diff --git a/src/app/page.tsx b/src/app/page.tsx index 043c215..7002af3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,9 +8,9 @@ import FeatureCardThirteen from '@/components/sections/feature/FeatureCardThirte import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FaqBase from '@/components/sections/faq/FaqBase'; -import ContactInline from '@/components/sections/contact/ContactInline'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import SplitAboutMetrics from '@/components/sections/about/SplitAboutMetrics'; export default function LandingPage() { return ( @@ -50,14 +50,16 @@ export default function LandingPage() {