---
// Port of preview/pages/marketing/index.html (permalink marketing/index.html).
import MarketingLayout from '@shared/layouts/MarketingLayout.astro';
import Browser from '@shared/components/marketing/hero/Browser.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';
---