3 Commits

Author SHA1 Message Date
e970b6ffc5 Merge version_7_1780928056565 into main
Merge version_7_1780928056565 into main
2026-06-08 14:16:05 +00:00
kudinDmitriyUp
55a9520e02 Bob AI: Made social links on team cards glassy 2026-06-08 14:15:11 +00:00
d156607e01 Merge version_6_1780927884124 into main
Merge version_6_1780927884124 into main
2026-06-08 14:13:39 +00:00

View File

@@ -51,19 +51,19 @@ const ProfileCard = ({ item }: { item: TeamItem }) => {
<div className="absolute top-4 left-1/2 -translate-x-1/2 xl:top-6 2xl:top-8 z-20 flex gap-2">
<a
href="#"
className="px-3 py-1 text-sm primary-button text-primary-cta-text rounded cursor-pointer"
className="px-3 py-1 text-sm bg-white/20 backdrop-blur-md text-white border border-white/30 rounded cursor-pointer hover:bg-white/30 transition-colors"
>
LinkedIn
</a>
<a
href="#"
className="px-3 py-1 text-sm primary-button text-primary-cta-text rounded cursor-pointer"
className="px-3 py-1 text-sm bg-white/20 backdrop-blur-md text-white border border-white/30 rounded cursor-pointer hover:bg-white/30 transition-colors"
>
Instagram
</a>
<a
href="#"
className="px-3 py-1 text-sm primary-button text-primary-cta-text rounded cursor-pointer"
className="px-3 py-1 text-sm bg-white/20 backdrop-blur-md text-white border border-white/30 rounded cursor-pointer hover:bg-white/30 transition-colors"
>
X
</a>