Editorial proof
Turn supporting context into a guided product story
A framed editorial content section with numbered supporting points and an immersive media panel. Use it when a story needs more structure than a plain side-by-side split.
- 1 Framed surface separates the story from surrounding page sections
- 2 Numbered points make the argument easy to scan in order
- 3 Media panel gets more presence without taking over the copy
---
import Content5Block from "@/components/blocks/content-5.astro"
import placeholderImage from "@/assets/placeholder.webp"
---
<Content5Block
eyebrow="Editorial proof"
title="Turn supporting context into a guided product story"
description="A framed editorial content section with numbered supporting points and an immersive media panel. Use it when a story needs more structure than a plain side-by-side split."
features={[
"Framed surface separates the story from surrounding page sections",
"Numbered points make the argument easy to scan in order",
"Media panel gets more presence without taking over the copy",
]}
buttons={[
{ label: "Get started", href: "#" },
{ label: "Learn more", href: "#", variant: "secondary" },
]}
image={{ src: placeholderImage, alt: "Editorial product story preview" }}
/>