Ship landing pages in hours, not weeks
A bold hero with text centered over a full background image. Ideal for launches, events, and product announcements.
---
import Hero3Block from "@/components/blocks/hero-3.astro"
import placeholderImage from "@/assets/placeholder.webp"
---
<Hero3Block
title="Ship landing pages in hours, not weeks"
description="A bold hero with text centered over a full background image. Ideal for launches, events, and product announcements."
buttons={[
{ label: "Start building", href: "/docs/", variant: "default" },
{ label: "See examples", href: "/blocks/", variant: "secondary" },
]}
image={{ src: placeholderImage, alt: "Abstract background" }}
/>