Your Business Name
Skip to main content

Section Components - Build Pages That Convert

Large, impactful sections that make your pages pop. From heroes to testimonials, each component is self-contained, customizable, and ready to drop into any page.

What Are Section Components?

Section components are large, reusable blocks that you can add to any page. Think timelines, testimonials, pricing tables—the kind of sections that make pages engaging and memorable.

Each component is fully styled, responsive, dark-mode ready, and accessible. Just import, configure, and use.

How to Use Section Components

1. Import the Component

import Timeline from '@theme/components/sections/Timeline.astro';

2. Add to Your Page

<Timeline
  heading="Our Story"
  layout="vertical"
  background="default"
/>

3. Customize Props

Each component accepts props for customization. Check the component's showcase page for all available options.

Explore Section Components

Click on any component above to see live examples, code snippets, and usage instructions.