update: Ajout d'un animate-ping et modification de Rentron en Entron
This commit is contained in:
@@ -8,7 +8,6 @@ import {
|
|||||||
Github,
|
Github,
|
||||||
Linkedin,
|
Linkedin,
|
||||||
Mail,
|
Mail,
|
||||||
MapPin,
|
|
||||||
Send,
|
Send,
|
||||||
Sparkles,
|
Sparkles,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
@@ -216,7 +215,12 @@ export default function Contact() {
|
|||||||
className="bg-linear-to-br from-blue-500/10 to-purple-500/10 backdrop-blur-sm border border-blue-500/20 rounded-2xl p-6"
|
className="bg-linear-to-br from-blue-500/10 to-purple-500/10 backdrop-blur-sm border border-blue-500/20 rounded-2xl p-6"
|
||||||
>
|
>
|
||||||
<div className="flex items-start gap-3">
|
<div className="flex items-start gap-3">
|
||||||
<MapPin className="w-5 h-5 text-blue-400 mt-1" />
|
<div className="relative h-3 w-3 mt-1">
|
||||||
|
{/* Effet ping */}
|
||||||
|
<span className="absolute h-3 w-3 rounded-full bg-green-500 opacity-75 animate-ping"></span>
|
||||||
|
{/* Pastille fixe */}
|
||||||
|
<span className="absolute h-3 w-3 rounded-full bg-green-500"></span>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3 className="text-white font-semibold mb-2">
|
<h3 className="text-white font-semibold mb-2">
|
||||||
Disponibilité
|
Disponibilité
|
||||||
|
|||||||
Reference in New Issue
Block a user