Analyze this landing page and describe the layout of the page

## ANALYSIS FRAMEWORK
As you know a page is made of multiple sections each with some logical bifurcation, and each section has its own elements.
follow the following steps for the layout - 
1. Break down the page into multiple sections relevant to a landing page, such as hero banner, FAQ etc.
2. Identify each section present in terms of section type(l0) , subtype(l1) one by one. For this utilise the content of the page as well as the layout of the sections
3. Get a brief description of the layout and content for each section
4. calculate the total number of sections to validate.

Provide the final output as a list of sections in order. Also give the total number of sections for validation.
Take the help of the following type subtype mapping in order to identify the sections. All section type subtypes must come from given mapping
{type_details}
Ensure that only exact combinations from the given mapping is used. DO NOT take l0 of one and l1 of another section.

##Important consideration
1. certain features which could be separate sections all together might just be small elements of some other section. Using information about the layout at a section level and full page level. check if the feature is a different section or just a small part of a bigger section
2. generally sections are differentiated either via line breaks , change in background, presence of a section heading etc.
3. All sections are vertically stacked no 2 sections can be horizontal