# Varbase Landing Page (Paragraphs)

Provides the basis for Landing Pages, which are built to include appealing stacked components that are visually separate.

## Varbase Landing Page (Paragraphs) Module

{% hint style="info" %}
Varbase landing page using paragraphs features are bundled through the **Varbase Landing Page (Paragraphs)** module.\
GitHub: <https://github.com/Vardot/varbase_landing>\
Drupal.org: <https://www.drupal.org/project/varbase_landing>

After building a project using the `varbase-project` template, you can see the code of the **Varbase Landing Page (Paragraphs)** module in:
{% endhint %}

```
project_directory
|-- docroot
    |-- modules
        |-- contrib
            |-- varbase_landing
```

Brings in the following core and contributed modules to your site:

| Module                                                                                                                    | Purpose                                                                                             |
| ------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| [**Paragraphs Features**](https://www.drupal.org/project/paragraphs_features)                                             | Provides additional paragraphs widgets.                                                             |
| [**Paragraphs asymmetric translation widgets**](https://www.drupal.org/project/paragraphs_asymmetric_translation_widgets) | Extends the paragraphs field widgets to support asymmetric translations.                            |
| [**Length Indicator**](https://www.drupal.org/project/length_indicator)                                                   | Adds an optional length indicator to fields                                                         |
| [**Advanced Text Formatter**](https://www.drupal.org/project/advanced_text_formatter)                                     | Provides an additional formatter for text field, text area and text format.                         |
| [**Maxlength**](https://www.drupal.org/project/maxlength)                                                                 | Limit the number of characters in textfields and textareas and shows the amount of characters left. |

## Required Varbase Modules

This module needs the following Varbase modules in order to function.

### Varbase Bootstrap Paragraphs Module

A suite of Paragraph bundles to be used for [Varbase](https://www.drupal.org/project/varbase) distribution.

{% content-ref url="varbase-bootstrap-paragraphs" %}
[varbase-bootstrap-paragraphs](https://docs.varbase.vardot.com/9.1.x/developers/understanding-varbase/optional-components/varbase-bootstrap-paragraphs)
{% endcontent-ref %}

### Varbase Media Module

Manages type of media contents and entity browsers in the site.

{% content-ref url="../core-components/varbase-media" %}
[varbase-media](https://docs.varbase.vardot.com/9.1.x/developers/understanding-varbase/core-components/varbase-media)
{% endcontent-ref %}

### Varbase SEO Module

Provide Search Engine Optimization (SEO) Core features and settings.

{% content-ref url="../core-components/varbase-seo" %}
[varbase-seo](https://docs.varbase.vardot.com/9.1.x/developers/understanding-varbase/core-components/varbase-seo)
{% endcontent-ref %}
