testimonials-2
efferd/testimonials-2FreeBlock
Responsive testimonial grid with smooth motion reveal, subtle gradients, and elegant card design.
Install it
npx shadcn@latest add https://legacy.efferd.com/r/testimonials-2.jsonSource
1"use client";2import { motion } from "motion/react";34// https://magicui.design/docs/components/grid-pattern5import { GridPattern } from "@/components/ui/grid-pattern";67type Testimonial = {8 name: string;9 role: string;10 image: string;11 company: string;12 quote: string;13};1415const testimonials: Testimonial[] = [16 {17 quote:18 "Multi Techno transformed the way we manage our operations. Their ERP system is reliable, scalable, and truly easy to use.",19 name: "Ali Khan",20 role: "HR Manager",21 company: "Pak Mission Society",22 image: "https://randomuser.me/api/portraits/men/21.jpg",23 },24 {25 quote:26 "Their ERP platform streamlined our business processes. What impressed me most is their dedication to client success and support.",27 name: "Sara Ahmed",28 role: "CEO",29 company: "Galaxy Five Home",30 image: "https://randomuser.me/api/portraits/women/22.jpg",31 },32 {33 quote:34 "They took time to understand our unique requirements and delivered a system that fits seamlessly into daily operations.",35 name: "Imran Hussain",36 role: "Manager",37 company: "Al-Tayyab Foods",38 image: "https://randomuser.me/api/portraits/men/23.jpg",39 },40 {41 quote:42 "From onboarding to ongoing support, the Multi Techno team has been responsive, professional, and incredibly easy to work with.",43 name: "Fatima Noor",44 role: "Director",45 company: "Shafiqe Foods",46 image: "https://randomuser.me/api/portraits/women/24.jpg",47 },48 {49 quote:50 "Their collaborative approach makes us feel like partners, not just clients. Every strategy session brings new value to our business.",51 name: "Usman Raza",52 role: "CTO",53 company: "NextGen Solutions",54 image: "https://randomuser.me/api/portraits/men/25.jpg",55 },56 {57 quote:58 "We rely on their ERP to manage critical operations. The platform is intuitive, and the support team is always proactive.",59 name: "Ayesha Siddiqui",60 role: "Product Lead",61 company: "Bright Future Tech",62 image: "https://randomuser.me/api/portraits/women/26.jpg",63 },64 {65 quote:66 "Multi Techno gave us better visibility across departments. The insights and efficiency gains have been game-changing for our company.",67 name: "Bilal Sheikh",68 role: "Operations Head",69 company: "Metro Logistics",70 image: "https://randomuser.me/api/portraits/men/27.jpg",71 },72 {73 quote:74// … truncated
What it pulls in
npm packages
Other registry items
Files it writes
More from efferd
All 40 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| auth-1auth-1 | efferd | Blocks | Free | no deps · 2 files | |
| auth-2auth-2 | efferd | Blocks | Free | 1 dep · 3 files | |
| contact-1contact-1 | efferd | Blocks | Free | no deps | |
| contact-2contact-2 | efferd | Blocks | Free | no deps | |
| cta-1cta-1 | efferd | Blocks | Free | no deps | |
| cta-2cta-2 | efferd | Blocks | Free | no deps | |
| cta-3cta-3 | efferd | Blocks | Free | no deps | |
| cta-4cta-4 | efferd | Blocks | Free | no deps |
