- Home
- Featured Collections
import React from 'react';
import { Card } from '@/components/ui/card';
const ClientGrid = () => {
return (
Clients we work with
{[...Array(8)].map((_, index) => (
key={`client-${index}`}
className="bg-white rounded-lg border-2 border-gray-300 p-6 flex items-center justify-center transition-all duration-300 hover:shadow-lg hover:-translate-y-1"
>
![]()
src="/api/placeholder/120/60"
alt={`Client logo ${index + 1}`}
className="w-full h-full object-contain"
/>
))}
);
};
export default ClientGrid;
Got Questions? Let's Chat!
Please reach out to us to answer any of your questions or to receive product information.
Representative is typing...
Virtual Sample