Overview
Project Beta is the second placeholder entry, sitting next to Project Alpha while the content pipeline is being built out. The two entries exist so the listing page is forced to render more than one card, so ordering and pagination assumptions can be exposed early, and so per-project routes have a sibling to compare against during navigation testing.
Context
The fields used here intentionally differ slightly from Project Alpha. The links array carries only a single entry, which surfaces any layout assumption that two buttons will always be present. The colour palette of the gallery images is also different, which makes it easy to spot when the wrong project's images leak into the wrong route during development.
Approach
The same three-image gallery pattern as Project Alpha is used. Resolutions descend from 1600×900 down to 800×600 so the detail page has a mix of aspect-friendly and tighter crops to display. All assets live under web/public/projects/beta/ and are referenced by absolute path from the frontmatter, which keeps the markdown body free of asset-path noise.
Outcome
When both placeholder projects render cleanly on the listing and as individual detail pages, the content pipeline is considered verified for Phase 2 and the schema is ready for the first batch of real portfolio entries.