Services Grid
A responsive grid displaying agency services with icons, hover effects, and a unified aesthetic.
Installation
Full Setup guideInstall the component automatically via Shadcn CLI.
npx shadcn@latest add https://www.grettech.com/api/registry/services-gridProps
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | - | Optional CSS classes to apply. |
...props | React.HTMLAttributes<HTMLDivElement> | - | Accepts all standard HTML div attributes (id, style, etc). |
title | string | "Our Services" | Section title. |
subtitle | string | "We offer a wide range of web and app services" | Section subtitle. |
services* | ServiceItem[] | - | Array of service items to display. |
linkAs | React.ElementType | "a" | Custom component to use for rendering links. |