testimonials
delta-components/testimonialsFreeBlock
Customer testimonials grid
Install it
npx shadcn@latest add https://deltacomponents.dev/r/testimonials.jsonSource
1"use client"23import { Testimonials } from "@/components/testimonials"45export default function TestimonialsPage() {6 return (7 <div className="bg-background flex min-h-screen w-full items-center justify-center">8 <div className="mx-auto w-full max-w-7xl p-6">9 <div className="space-y-8">10 <div className="space-y-4 text-center">11 <h1 className="text-4xl font-bold tracking-tight sm:text-5xl lg:text-6xl">12 What our customers are saying13 </h1>14 <p className="text-muted-foreground mx-auto max-w-2xl text-base sm:text-lg">15 Hear from developers and teams who are building the future with16 our tools.17 </p>18 </div>1920 <Testimonials />21 </div>22 </div>23 </div>24 )25}
Files it writes
More from delta-components
All 93 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| admin-inset-layoutadmin-inset-layout | delta-components | Blocks | Free | 1 dep · 9 files | |
| ai-chat-sidebarai-chat-sidebar | delta-components | Blocks | Free | 1 dep · 2 files | |
| auth-formauth-form | delta-components | Blocks | Free | 2 deps · 2 files | |
| bottom-mobile-navbottom-mobile-nav | delta-components | Blocks | Free | 1 dep · 3 files | |
| chatbot-windowchatbot-window | delta-components | Blocks | Free | 1 dep · 2 files | |
| interactive-feature-showcaseinteractive-feature-showcase | delta-components | Blocks | Free | no deps · 2 files | |
| mapbox-grid-blockmapbox-grid-block | delta-components | Blocks | Free | no deps | |
| saas-dashboardsaas-dashboard | delta-components | Blocks | Free | 1 dep · 8 files |
