Components/GretTech/Services Grid

Services Grid

A responsive grid displaying agency services with icons, hover effects, and a unified aesthetic.

v0

Installation

Full Setup guide

Install the component automatically via Shadcn CLI.

npx shadcn@latest add https://www.grettech.com/api/registry/services-grid

Props

PropTypeDefaultDescription
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.