Home Page
HomePageLatestStories
3-column blog post grid for editorial food content.
HomePage
These components compose the restaurant directory's landing page.
Components
<XRdHomePageLatestStories />
Three-column grid of UBlogPost cards with a "Read More" CTA per story. Expects story objects from the Nuxt Content articles collection.
<XRdHomePageLatestStories :stories="stories" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
stories | array | [] | Array of Nuxt Content article objects with id, title, description, path, meta.date, and meta.image |
AI Context
category: HomePage
package: "@xenterprises/nuxt-x-restaurants"
components:
- XRdHomePageLatestStories
use-when: >
Displaying a 3-column grid of editorial blog post cards sourced from
the Nuxt Content articles collection on the restaurant directory home page.
typical-page-section: Editorial/blog content section on the home page.
