Let the image do the talking
Minimal text with maximum image. A 1:3 split where the product screenshot dominates and the message stays compact.
---
import Hero8Block from "@/components/blocks/hero-8.astro"
import placeholderImage from "@/assets/placeholder.webp"
---
<Hero8Block
title="Let the image do the talking"
description="Minimal text with maximum image. A 1:3 split where the product screenshot dominates and the message stays compact."
buttons={[
{ label: "Get started", href: "/docs/", variant: "default" },
{ label: "Learn more", href: "#", variant: "secondary" },
]}
image={{ src: placeholderImage, alt: "App screenshot" }}
/>