> For the complete documentation index, see [llms.txt](https://help.realviewhub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.realviewhub.com/settings/configure-landing-page.md).

# Configure Landing Page

## &#x20;<a href="#h_146d9c351c" id="h_146d9c351c"></a>

### Introduction <a href="#h_916a2b876e" id="h_916a2b876e"></a>

The Landing Page setting in Realview Hub allows you to create a professional, customizable homepage or "front-line" page for your business. This guide will walk you through configuring your landing page to effectively showcase your services and capture leads.

### Prerequisites <a href="#h_533de734ef" id="h_533de734ef"></a>

* Access to the "Settings" section within your Realview Hub account.
* (Optional) Social media links configured in the "General" settings.
* (Optional) Lead forms created in the "Lead" section.
* (Optional) A public pricing calculator enabled in the main app settings.

### Steps <a href="#h_42837521ab" id="h_42837521ab"></a>

### 1. Navigate to Landing Page Settings <a href="#h_3a1b94b271" id="h_3a1b94b271"></a>

1. In the main app settings, locate the navigation menu on the left.
2. Click on Landing Page under the "Branding" section.

### 2. Publish Your Landing Page <a href="#h_f3a364e710" id="h_f3a364e710"></a>

1. To make your landing page visible to visitors, toggle the Publish Landing Page switch to the "on" position.
2. Once published, the live URL for your landing page will be displayed under "Your Landing Page is Live!".
   * Note: If you have a white-labeled main domain, the URL will reflect your custom domain. Otherwise, it will use the default `yourbusiness.realviewhub.com` format.
3. You can use the Copy URL button to copy the link or Visit Page to view your live landing page.

### 3. Choose a Template <a href="#h_50f18d667b" id="h_50f18d667b"></a>

1. Under the "Template" section, click the dropdown menu.
2. Select a design template that best suits your business's aesthetic. For example, "Minimalist Professional - NEW Elegant & Clean."

### 4. Upload a Hero Image <a href="#h_5b641fbc86" id="h_5b641fbc86"></a>

1. In the "Hero Image" section, click Choose Image.
2. Select an image from your files to serve as the main visual for your landing page.
   * Recommendation: For optimal web display, use an image with dimensions of 1920x1080 pixels.

### 5. Add a Business Description <a href="#h_5ce4767e93" id="h_5ce4767e93"></a>

1. In the "Business Description" text area, enter a brief and informative description of your business.
2. This description is limited to 1000 plain text characters.

### 6. Manage Social Media Links <a href="#h_9c902d8a58" id="h_9c902d8a58"></a>

1. Under "Social Media Links to Display," you will see icons for your configured social media platforms.
2. Click on an icon to toggle it "on" or "off," controlling which social media links appear on your landing page.

### 7. Configure Services Showcase <a href="#h_cbc667674f" id="h_cbc667674f"></a>

This section allows you to display the services you offer.

1. Choose one of the following options:
   * Show All Services: Select this radio button to automatically display all your active services on the landing page.
   * Select Specific Services: Select this radio button to handpick which services to display.
     * In the "Add Services" list, click the + button next to each service you wish to include.
     * The selected services will appear under "Selected Services."
     * To reorder the selected services, drag and drop them into your desired sequence.

### 8. Include a Lead Capture Form <a href="#h_da6b2fa567" id="h_da6b2fa567"></a>

1. To add a lead capture form to your landing page, check the Show Lead Form checkbox.
2. If you have multiple lead forms, you can select which specific form you want to pop up.

### 9. Enable Pricing Link <a href="#h_ecff72363e" id="h_ecff72363e"></a>

1. To display a link to your public pricing calculator on the landing page, check the Show Pricing Link checkbox.
2. A "View Pricing" button will appear in the hero section, and a pricing link will be added to the footer of your landing page.

### 10. Set Subdomain Default Page <a href="#h_51683a893e" id="h_51683a893e"></a>

This setting determines what visitors see when they access your subdomain URL.

1. Choose one of the following options:
   * Landing Page: Displays the landing page you have configured (if enabled).
   * Primary Order Form: Directs visitors directly to your main order form.
     * Note: If you have multiple order forms, the primary one is typically indicated by a star icon. If only one exists, it will be the default.
   * Login Page (Current Default): Shows the existing login page for both customers and your staff.

### Tips <a href="#h_744d0e6f65" id="h_744d0e6f65"></a>

* White-Labeling: If you have white-labeled your main domain, your landing page URL will automatically use your custom domain, enhancing brand consistency.
* Service Order: Carefully organize your "Selected Services" by dragging and dropping them to highlight your most important offerings first.
* Primary Order Form: When selecting the "Primary Order Form," look for the form marked with a star if you have multiple options, as this indicates the designated primary form.

### Conclusion <a href="#h_200ec3740a" id="h_200ec3740a"></a>

By following these steps, you can effectively configure your Realview Hub landing page to serve as a professional and engaging entry point for your business, helping you attract visitors and streamline your service offerings.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.realviewhub.com/settings/configure-landing-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
