> For the complete documentation index, see [llms.txt](https://docs.lufavo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lufavo.com/frameora/page-setup/home-page.md).

# Home page

The Home page is the main landing page of your storefront.

Use this page to introduce your brand, show featured products or categories, explain how your products work, build trust, and guide customers toward shopping or creating a custom product.

### Open Home page settings

{% hint style="success" %}
To edit the Home page:

* From your Shopify admin, go to **Online Store > Themes**.
* Find **Frameora**.
* Click **Customize**.
* Use the page selector at the top of the theme editor.
* Select **Home page**.
* Edit, add, remove, hide, or reorder sections.
* Click **Save**.
  {% endhint %}

***

### Home page sections

Frameora’s Home page can include sections such as:

* Hero
* Feature strip
* Wall art categories
* Featured products static
* How it works
* Reviews
* Final call to action

These sections can be customized from the Shopify theme editor.

***

### Hero

Use the **Hero** section to introduce the main store message.

This section can include:

* Kicker
* Heading lines
* Subheading
* Hero image
* Primary button
* Secondary button
* Badge text

Use the Hero section to explain what your store sells and guide customers to an important product or collection.

***

### Feature strip

Use the **Feature strip** section to show quick product benefits.

Examples:

* Resticks anytime
* No nails, no marks
* Premium photo finish
* Made for moments

This section helps customers understand the product benefits quickly.

***

### Wall art categories

Use the **Wall art categories** section to help customers browse by style, occasion, or product category.

Each category can include:

* Image
* Title
* Link

Examples:

* Nature Prints
* Abstract Art
* Travel Prints
* Pet Portraits
* Modern Art
* Family Moments

Link each category to the correct collection, page, or product.

***

### Featured products static

Use the **Featured products static** section to manually highlight important products or product types.

Each product card can include:

* Image
* Label
* Title
* Text
* Link label
* Link

This section is useful for promoting products such as:

* Custom Photo Tiles
* Custom Canvas Prints
* Gallery Wall Sets

***

### How it works

Use the **How it works** section to explain the customer process in simple steps.

This section can include:

* Kicker
* Heading
* Subheading
* Image
* Overlay label
* Overlay heading
* Step blocks

Example steps:

1. Upload photos
2. Choose your layout
3. Stick and restick

This helps customers understand how to order or use the product.

***

### Reviews

Use the **Reviews** section to show customer feedback and build trust.

Each review can include:

* Rating
* Quote
* Author
* Avatar

Use real reviews whenever possible and make sure you have permission to use customer names or images.

***

### Final call to action

Use the **Final call to action** section near the bottom of the Home page to guide customers to the next step.

This section can include:

* Kicker
* Heading
* Subheading
* Primary button
* Secondary button
* Badge text

Examples of button labels:

* Create Your Tiles
* Shop Now
* See How It Works
* Start Creating

***

### Add, remove, or reorder sections

{% hint style="success" %}
To change the Home page layout:

* Open the Home page in the theme editor.
* Use **Add section** to add a new section.
* Drag sections to reorder them.
* Use the eye icon to hide a section.
* Use the section menu to remove a section if needed.
* Click **Save**.
  {% endhint %}

Only keep sections that support your store’s main customer journey.

***

### Recommended Home page flow

For photo product, wall art, photo tile, canvas print, or gallery wall stores, a strong Home page flow is:

1. Hero with clear product message.
2. Feature strip with quick benefits.
3. Category section for browsing.
4. Featured product section for main products.
5. How it works section.
6. Reviews section.
7. Final call to action.

This gives customers a clear path from discovery to purchase.

***

### Best practices

Before publishing, check that:

* All buttons link to the correct pages, products, or collections.
* Product images are high quality.
* Section text is clear and easy to read.
* The Home page works well on mobile.
* The header and footer appear correctly.
* No placeholder content remains.
* All featured products and collections are active.

***

### Save your changes

After editing the Home page, click **Save**.

If changes do not appear immediately, refresh the storefront or open the page in a private browser window.


---

# 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://docs.lufavo.com/frameora/page-setup/home-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.
