Merge version_1 into main #2
@@ -73,9 +73,7 @@ export default function AnnuairePage() {
|
||||
brandName="MPT"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Déconnexion",
|
||||
href: "/logout",
|
||||
}}
|
||||
text: "Déconnexion", href: "/logout"}}
|
||||
animateOnLoad={true}
|
||||
className="backdrop-blur-md bg-opacity-95"
|
||||
navItemClassName="text-sm font-medium"
|
||||
@@ -90,33 +88,17 @@ export default function AnnuairePage() {
|
||||
tag="Annuaire"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Ahmed Boukadir",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=5",
|
||||
imageAlt: "Dr. Ahmed Boukadir",
|
||||
},
|
||||
id: "1", name: "Dr. Ahmed Boukadir", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "Dr. Ahmed Boukadir"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Farah Menasri",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=6",
|
||||
imageAlt: "Farah Menasri",
|
||||
},
|
||||
id: "2", name: "Farah Menasri", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "Farah Menasri"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Karim El Mansouri",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=7",
|
||||
imageAlt: "Karim El Mansouri",
|
||||
},
|
||||
id: "3", name: "Karim El Mansouri", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "Karim El Mansouri"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Leila Hassani",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=8",
|
||||
imageAlt: "Leila Hassani",
|
||||
},
|
||||
id: "4", name: "Leila Hassani", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "Leila Hassani"},
|
||||
]}
|
||||
memberVariant="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -130,36 +112,24 @@ export default function AnnuairePage() {
|
||||
description="Outils de gestion et de recherche pour centraliser les informations des participants."
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Recherche Avancée",
|
||||
tags: ["Filtrage", "Par département", "Par rôle"],
|
||||
id: "1", title: "Recherche Avancée", tags: ["Filtrage", "Par département", "Par rôle"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg?_wi=4",
|
||||
imageAlt: "Recherche avancée",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg", imageAlt: "Recherche avancée"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Détection de Doublons",
|
||||
tags: ["Algorithme", "Automatique", "100% fiable"],
|
||||
id: "2", title: "Détection de Doublons", tags: ["Algorithme", "Automatique", "100% fiable"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/team-startup-employees-gathering-briefing-session-boardroom_482257-93945.jpg?_wi=5",
|
||||
imageAlt: "Détection doublons",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/team-startup-employees-gathering-briefing-session-boardroom_482257-93945.jpg", imageAlt: "Détection doublons"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Export et Synchronisation",
|
||||
tags: ["Excel", "CSV", "Mises à jour"],
|
||||
id: "3", title: "Export et Synchronisation", tags: ["Excel", "CSV", "Mises à jour"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/investors-reading-factory-paperwork-laptop-reviewing-financial-statements_482257-123452.jpg?_wi=6",
|
||||
imageAlt: "Export des données",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/investors-reading-factory-paperwork-laptop-reviewing-financial-statements_482257-123452.jpg", imageAlt: "Export des données"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Fonctionnalités"
|
||||
tagIcon={CheckCircle}
|
||||
buttons={[{ label: "Télécharger Annuaire", href: "/annuaire/download" }]}
|
||||
buttons={[{ text: "Télécharger Annuaire", href: "/annuaire/download" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -171,7 +141,7 @@ export default function AnnuairePage() {
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/investors-reading-factory-paperwork-laptop-reviewing-financial-statements_482257-123452.jpg?_wi=7"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/investors-reading-factory-paperwork-laptop-reviewing-financial-statements_482257-123452.jpg"
|
||||
imageAlt="Support annuaire"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user