Build better products with a system designed for clarity
A stacked content section that pairs editorial copy with a full-width image below. Use it to explain a feature, process, or value proposition with visual support.
- Clear headline with supporting description
- Bullet list for quick feature scanning
- Action buttons for next steps
- Full-width image below the content
---
import Content1Block from "@/components/blocks/content-1.astro"
import placeholderImage from "@/assets/placeholder.webp"
---
<Content1Block
title="Build better products with a system designed for clarity"
description="A stacked content section that pairs editorial copy with a full-width image below. Use it to explain a feature, process, or value proposition with visual support."
features={[
"Clear headline with supporting description",
"Bullet list for quick feature scanning",
"Action buttons for next steps",
"Full-width image below the content",
]}
buttons={[
{ label: "Get started", href: "#" },
{ label: "Learn more", href: "#", variant: "secondary" },
]}
image={{ src: placeholderImage, alt: "Content preview" }}
/>