Features
Ignite Your Imagination
Features02 variant - Clean image grid layout.
A clean and focused grid layout where each feature is represented by an image, a title, and a short description. Perfect for visual storytelling or showcasing distinct product modules.
Ignite Your Imagination
Identify Opportunities
Find untapped areas to explore effortlessly.
Build Authority
Craft content that resonates and inspires trust.
Instant Insights
Get actionable insights instantly at a glance.
Usage
import { Features02 } from "@repo/ui/blocks/features/features-02";
export default function Page() {
return <Features02 />;
}Props
| Name | Type | Default | Description |
|---|---|---|---|
features | Feature[] | DEFAULT_FEATURES | Array of feature objects containing title, description, and optional image. |