Merge version_1 into main #1
222
src/app/page.tsx
222
src/app/page.tsx
@@ -12,13 +12,13 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Activity } from "lucide-react";
|
||||
import { Activity, ArrowRight } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Expertise",
|
||||
id: "expertise",
|
||||
},
|
||||
name: "Expertise", id: "expertise"},
|
||||
{
|
||||
name: "Clinical Strategy",
|
||||
id: "strategy",
|
||||
},
|
||||
name: "Clinical Strategy", id: "strategy"},
|
||||
{
|
||||
name: "Performance",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Performance", id: "metrics"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="ClinicalPerformance Consulting"
|
||||
/>
|
||||
@@ -56,72 +48,45 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Ingénierie de Performance pour les Sciences de la Vie"
|
||||
description="Alignement stratégique et optimisation clinique pour décideurs du secteur Pharma, Biotech et HealthTech. Nous transformons la complexité organisationnelle en levier de haute performance globale."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Transformation d'envergure",
|
||||
},
|
||||
value: "15+", label: "Transformation d'envergure"},
|
||||
{
|
||||
value: "24M",
|
||||
label: "Impact sur le CA via l'audit",
|
||||
},
|
||||
value: "24M", label: "Impact sur le CA via l'audit"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Rétention des cadres stratégiques",
|
||||
},
|
||||
value: "98%", label: "Rétention des cadres stratégiques"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/executives-checking-diagrams-with-touchpad_1098-370.jpg"
|
||||
imageAlt="clinical strategy dashboard visualization"
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-doctor-wearing-lab-coat_23-2149551157.jpg",
|
||||
alt: "Front view doctor wearing lab coat",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-doctor-wearing-lab-coat_23-2149551157.jpg", alt: "Front view doctor wearing lab coat"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/professional-medical-development-scientist-laboratory_482257-10502.jpg",
|
||||
alt: "Professional medical development scientist in laboratory",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/professional-medical-development-scientist-laboratory_482257-10502.jpg", alt: "Professional medical development scientist in laboratory"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-doctor-with-stethoscope-lights_181624-15323.jpg",
|
||||
alt: "Portrait of a man doctor with a Stethoscope under the lights",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-doctor-with-stethoscope-lights_181624-15323.jpg", alt: "Portrait of a man doctor with a Stethoscope under the lights"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/doctor-with-stethoscope-tablet_23-2148168464.jpg",
|
||||
alt: "Doctor with a stethoscope and a tablet",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/doctor-with-stethoscope-tablet_23-2148168464.jpg", alt: "Doctor with a stethoscope and a tablet"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-doctor-standing-with-arms-crossed_107420-84765.jpg",
|
||||
alt: "Female doctor standing with arms crossed",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-doctor-standing-with-arms-crossed_107420-84765.jpg", alt: "Female doctor standing with arms crossed"},
|
||||
]}
|
||||
avatarText="Équipe d'experts cliniques & stratégie"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Pharma Compliance",
|
||||
},
|
||||
type: "text", text: "Pharma Compliance"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Biotech Scaling",
|
||||
},
|
||||
type: "text", text: "Biotech Scaling"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Medical Affairs",
|
||||
},
|
||||
type: "text", text: "Medical Affairs"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Clinical Audits",
|
||||
},
|
||||
type: "text", text: "Clinical Audits"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Digital HealthTech",
|
||||
},
|
||||
type: "text", text: "Digital HealthTech"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,7 +100,7 @@ export default function LandingPage() {
|
||||
subdescription="Nous adressons les transformations les plus critiques pour les leaders du secteur, garantissant une cohérence absolue entre l'innovation médicale et les modèles opérationnels de demain."
|
||||
icon={Activity}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ambitious-executive-listening-his-workmate_1098-4038.jpg"
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -145,29 +110,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Clinical Strategy",
|
||||
description: "Définition de roadmap de développement clinique alignée avec les objectifs de marché.",
|
||||
buttonIcon: "ArrowRight",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dna-representation-concept_23-2150505827.jpg",
|
||||
},
|
||||
title: "Clinical Strategy", description: "Définition de roadmap de développement clinique alignée avec les objectifs de marché.", buttonIcon: ArrowRight,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dna-representation-concept_23-2150505827.jpg"},
|
||||
{
|
||||
title: "Stakeholder Management",
|
||||
description: "Maîtrise de l'écosystème institutionnel et des relations d'influence clés.",
|
||||
buttonIcon: "ArrowRight",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-laboratory-equipment-neon-lights_23-2151807439.jpg",
|
||||
},
|
||||
title: "Stakeholder Management", description: "Maîtrise de l'écosystème institutionnel et des relations d'influence clés.", buttonIcon: ArrowRight,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-laboratory-equipment-neon-lights_23-2151807439.jpg"},
|
||||
{
|
||||
title: "Medical Affairs Excellence",
|
||||
description: "Optimisation de l'impact scientifique par une ingénierie des processus de communication médicale.",
|
||||
buttonIcon: "ArrowRight",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-highlighting-important-test-results-hospital-records_482257-116775.jpg",
|
||||
},
|
||||
title: "Medical Affairs Excellence", description: "Optimisation de l'impact scientifique par une ingénierie des processus de communication médicale.", buttonIcon: ArrowRight,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-highlighting-important-test-results-hospital-records_482257-116775.jpg"},
|
||||
{
|
||||
title: "Audit de Performance",
|
||||
description: "Évaluation rigoureuse et transformation opérationnelle des organisations Pharma.",
|
||||
buttonIcon: "ArrowRight",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/statistical-documents-with-test-tubes_1098-1587.jpg",
|
||||
},
|
||||
title: "Audit de Performance", description: "Évaluation rigoureuse et transformation opérationnelle des organisations Pharma.", buttonIcon: ArrowRight,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/statistical-documents-with-test-tubes_1098-1587.jpg"},
|
||||
]}
|
||||
title="Expertise & Ingénierie"
|
||||
description="Une approche analytique pour les organisations complexes."
|
||||
@@ -182,20 +135,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "12",
|
||||
description: "Mois de transformation moyenne",
|
||||
},
|
||||
id: "m1", value: "12", description: "Mois de transformation moyenne"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "40%",
|
||||
description: "Réduction du cycle de prise de décision",
|
||||
},
|
||||
id: "m2", value: "40%", description: "Réduction du cycle de prise de décision"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "3",
|
||||
description: "Continents couverts par nos missions",
|
||||
},
|
||||
id: "m3", value: "3", description: "Continents couverts par nos missions"},
|
||||
]}
|
||||
title="KPIs de Transformation"
|
||||
description="La mesure objective de notre impact organisationnel."
|
||||
@@ -211,35 +155,11 @@ export default function LandingPage() {
|
||||
description="Analyses prospectives pour décideurs."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Strategy",
|
||||
title: "L'alignement médical des organisations HealthTech",
|
||||
excerpt: "Comment les structures innovantes doivent repenser leur gouvernance pour scaler efficacement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-professionals-review-mri-scan-test-results-neurology-x-rays_482257-123104.jpg",
|
||||
authorName: "Dr. A. Miller",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
date: "12.05.2024",
|
||||
},
|
||||
id: "b1", category: "Strategy", title: "L'alignement médical des organisations HealthTech", excerpt: "Comment les structures innovantes doivent repenser leur gouvernance pour scaler efficacement.", imageSrc: "http://img.b2bpic.net/free-photo/healthcare-professionals-review-mri-scan-test-results-neurology-x-rays_482257-123104.jpg", authorName: "Dr. A. Miller", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", date: "12.05.2024"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Performance",
|
||||
title: "Audit : l'enjeu du Stakeholder Management",
|
||||
excerpt: "Au-delà de la compliance, créer de la valeur par une gestion de parties prenantes proactive.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/radiologists-specialists-examine-x-rays-discuss-medical-care_482257-101431.jpg",
|
||||
authorName: "Dr. A. Miller",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg",
|
||||
date: "15.05.2024",
|
||||
},
|
||||
id: "b2", category: "Performance", title: "Audit : l'enjeu du Stakeholder Management", excerpt: "Au-delà de la compliance, créer de la valeur par une gestion de parties prenantes proactive.", imageSrc: "http://img.b2bpic.net/free-photo/radiologists-specialists-examine-x-rays-discuss-medical-care_482257-101431.jpg", authorName: "Dr. A. Miller", authorAvatar: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg", date: "15.05.2024"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Innovation",
|
||||
title: "Clinical Strategy : le pivot vers la performance",
|
||||
excerpt: "Pourquoi les approches traditionnelles freinent l'adoption des nouvelles thérapies innovantes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctors-nurses-discussing-digital-tablet_107420-84814.jpg",
|
||||
authorName: "Dr. A. Miller",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg",
|
||||
date: "18.05.2024",
|
||||
},
|
||||
id: "b3", category: "Innovation", title: "Clinical Strategy : le pivot vers la performance", excerpt: "Pourquoi les approches traditionnelles freinent l'adoption des nouvelles thérapies innovantes.", imageSrc: "http://img.b2bpic.net/free-photo/doctors-nurses-discussing-digital-tablet_107420-84814.jpg", authorName: "Dr. A. Miller", authorAvatar: "http://img.b2bpic.net/free-photo/businessman-with-colleague_1098-14876.jpg", date: "18.05.2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -250,45 +170,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Transformation réussie",
|
||||
quote: "Une expertise sans égale sur le marché européen.",
|
||||
name: "Executive Director",
|
||||
role: "Global Pharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
id: "t1", title: "Transformation réussie", quote: "Une expertise sans égale sur le marché européen.", name: "Executive Director", role: "Global Pharma", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Visionnaire",
|
||||
quote: "La fusion de la médecine et de la stratégie apporte une clarté essentielle.",
|
||||
name: "CEO",
|
||||
role: "Biotech startup",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-analyzing-program-logs-metrics-close-up_482257-126787.jpg",
|
||||
},
|
||||
id: "t2", title: "Visionnaire", quote: "La fusion de la médecine et de la stratégie apporte une clarté essentielle.", name: "CEO", role: "Biotech startup", imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-analyzing-program-logs-metrics-close-up_482257-126787.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Résultat concret",
|
||||
quote: "Notre roadmap clinique a gagné en maturité stratégique.",
|
||||
name: "Head of Medical",
|
||||
role: "Global HealthTech",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-bald-male-doctor-wearing-medical-robe-stethoscope-sitting-desk-work-with-medical-tools-isolated-green-background_141793-63493.jpg",
|
||||
},
|
||||
id: "t3", title: "Résultat concret", quote: "Notre roadmap clinique a gagné en maturité stratégique.", name: "Head of Medical", role: "Global HealthTech", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-bald-male-doctor-wearing-medical-robe-stethoscope-sitting-desk-work-with-medical-tools-isolated-green-background_141793-63493.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Partenaire de confiance",
|
||||
quote: "Une rigueur analytique qui force le respect de l'Executive Board.",
|
||||
name: "Chief Strategy Officer",
|
||||
role: "Global Lab",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-holding-medical-report-hospital-corridor_107420-84819.jpg",
|
||||
},
|
||||
id: "t4", title: "Partenaire de confiance", quote: "Une rigueur analytique qui force le respect de l'Executive Board.", name: "Chief Strategy Officer", role: "Global Lab", imageSrc: "http://img.b2bpic.net/free-photo/doctor-holding-medical-report-hospital-corridor_107420-84819.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Excellence operationnelle",
|
||||
quote: "Le meilleur investissement pour nos ambitions globales.",
|
||||
name: "Global Lead",
|
||||
role: "Medical Affairs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-shaking-hands-with-doctor-after-consultations-clinic_637285-1875.jpg",
|
||||
},
|
||||
id: "t5", title: "Excellence operationnelle", quote: "Le meilleur investissement pour nos ambitions globales.", name: "Global Lead", role: "Medical Affairs", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-shaking-hands-with-doctor-after-consultations-clinic_637285-1875.jpg"},
|
||||
]}
|
||||
title="Témoignages de Décideurs"
|
||||
description="L'impact mesuré par nos pairs."
|
||||
@@ -300,20 +190,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Quelle est votre zone d'intervention géographique ?",
|
||||
content: "Nous opérons globalement, avec un focus sur les hubs d'innovation Pharma (Bâle, Boston, Paris).",
|
||||
},
|
||||
id: "f1", title: "Quelle est votre zone d'intervention géographique ?", content: "Nous opérons globalement, avec un focus sur les hubs d'innovation Pharma (Bâle, Boston, Paris)."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Quelle est votre approche de l'audit de performance ?",
|
||||
content: "Nous basons nos audits sur une analyse croisée des données cliniques, financières et organisationnelles.",
|
||||
},
|
||||
id: "f2", title: "Quelle est votre approche de l'audit de performance ?", content: "Nous basons nos audits sur une analyse croisée des données cliniques, financières et organisationnelles."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Comment assurez-vous l'alignement médical ?",
|
||||
content: "Par une intégration systématique de la science dans le processus de prise de décision commerciale.",
|
||||
},
|
||||
id: "f3", title: "Comment assurez-vous l'alignement médical ?", content: "Par une intégration systématique de la science dans le processus de prise de décision commerciale."},
|
||||
]}
|
||||
sideTitle="Questions Stratégiques"
|
||||
sideDescription="Réponses à vos interrogations critiques."
|
||||
@@ -325,14 +206,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Prêt pour une transformation complexe ?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Demander une consultation exécutive",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Demander une consultation exécutive", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -341,13 +219,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="ClinicalPerformance Consulting"
|
||||
leftLink={{
|
||||
text: "Mentions Légales",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Mentions Légales", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user