Content Sections
Content block components for displaying long-form text with a CTA link, or a side-by-side layout pairing text content with images.
Default Content Section
Powering innovation at 200,000+ companies worldwide
Track work across the enterprise through an open, collaborative platform. Link issues across Jira and ingest data from other software development tools, so your IT support and operations teams have richer contextual information to rapidly respond to requests, incidents, and changes.
Learn moreBlade code
<x-fwb.blocks.marketing.content />
Custom Content Properties
Powering innovation at 500+ companies worldwide
We provide the tools and infrastructure that modern teams need to build, deploy, and scale their applications with confidence.
Our platform is trusted by developers and businesses across the globe for its reliability, flexibility, and ease of use.
Read our storyBlade code
<x-fwb.blocks.marketing.content
title="Powering innovation at 500+ companies worldwide"
description="We provide the tools and infrastructure that modern teams need to build, deploy, and scale their applications with confidence."
ctaText="Read our story"
ctaHref="/about"
>
<p class="mb-4 font-light">Our platform is trusted by developers and businesses across the globe for its reliability, flexibility, and ease of use.</p>
</x-fwb.blocks.marketing.content>
Default Content with Images
We didn't reinvent the wheel
We are strategists, designers and developers. Innovators and problem solvers. Small enough to be simple and quick, but big enough to deliver the scope you want at the pace you need.
Blade code
<x-fwb.blocks.marketing.content-images />
Custom Content Images Properties
Our story and mission
We started with a simple idea: make web development accessible to everyone. Today we serve thousands of developers worldwide.
Our team is passionate about creating tools that empower developers to build beautiful, functional web applications without the complexity.
Blade code
<x-fwb.blocks.marketing.content-images
title="Our story and mission"
description="We started with a simple idea: make web development accessible to everyone. Today we serve thousands of developers worldwide."
>
<p class="mb-4">Our team is passionate about creating tools that empower developers to build beautiful, functional web applications without the complexity.</p>
</x-fwb.blocks.marketing.content-images>
Component Properties
Content x-fwb.blocks.marketing.content
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | Powering innovation at <span>200,000+</span>... |
The heading text. Supports inline HTML. |
| description | string | Track work across the enterprise... |
The paragraph text below the heading. |
| ctaText | string | Learn more |
Text for the CTA link. |
| ctaHref | string | # |
URL for the CTA link. |
| slot | slot | - | Default slot for additional content between the description and the CTA link. |
| cta | slot | - | Named slot to replace the default CTA link. |
Content Images x-fwb.blocks.marketing.content-images
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | We didn't reinvent the wheel |
The heading text. |
| description | string | We are strategists, designers and... |
The paragraph text below the heading. |
| slot | slot | - | Default slot for additional content below the description. |
| images | slot | - | Named slot to replace the default two-column images with custom visual content. |