Seed: services template (18 files)
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ export default function TeamPage() {
|
||||
<div className="grid md:grid-cols-2 lg:grid-cols-3 gap-10 stagger">
|
||||
{teamMembers.map((m, i) => (
|
||||
<div key={i} className="text-center group">
|
||||
<div className={`mx-auto w-32 h-32 rounded-full bg-gradient-to-br \${m.gradient} mb-6 hover:scale-110 hover:ring-4 hover:ring-primary/20 transition-all shadow-lg`} />
|
||||
<div className={`mx-auto w-32 h-32 rounded-full bg-gradient-to-br ${m.gradient} mb-6 hover:scale-110 hover:ring-4 hover:ring-primary/20 transition-all shadow-lg`} />
|
||||
<h3 className="text-xl font-bold">{m.name}</h3>
|
||||
<p className="text-sm text-primary font-medium mb-3">{m.role}</p>
|
||||
<p className="text-sm text-muted-foreground leading-relaxed mb-4">{m.bio}</p>
|
||||
|
||||
Reference in New Issue
Block a user