---
// Port of preview/pages/marketing/hero.html (title: Hero, page-libs: [typed.js]).
import MarketingLayout from '@shared/layouts/MarketingLayout.astro';
import Side from '@shared/components/marketing/hero/Side.astro';
import Companies from '@shared/components/marketing/sections/Companies.astro';
import Features from '@shared/components/marketing/sections/Features.astro';
import Features2 from '@shared/components/marketing/sections/Features2.astro';
import Cta from '@shared/components/marketing/sections/Cta.astro';
import Features3 from '@shared/components/marketing/sections/Features3.astro';
import Testimonials from '@shared/components/marketing/sections/Testimonials.astro';
import Counters from '@shared/components/marketing/sections/Counters.astro';
import Subscribe from '@shared/components/marketing/sections/Subscribe.astro';
import Faq2 from '@shared/components/marketing/sections/Faq2.astro';
---