save avant prochaine modif

This commit is contained in:
2026-04-08 14:46:10 +02:00
parent bb10407e66
commit d88ba7c53c
1747 changed files with 194075 additions and 2433 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,7949,e=>{"use strict";let s=(0,e.i(75840).default)("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]);e.s(["ArrowRight",()=>s],7949)},53711,e=>{"use strict";var s=e.i(5974),t=e.i(42500),l=e.i(7949),a=e.i(67810);e.s(["default",0,()=>(0,s.jsxs)("div",{className:"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12",children:[(0,s.jsxs)("div",{className:"text-center mb-12",children:[(0,s.jsx)("h1",{className:"text-3xl font-bold font-serif text-gray-900 sm:text-4xl",children:"Le Blog de l'Entrepreneur"}),(0,s.jsx)("p",{className:"mt-3 max-w-2xl mx-auto text-xl text-gray-500 sm:mt-4",children:"Conseils, actualités et success stories de l'écosystème africain."})]}),(0,s.jsx)("div",{className:"grid gap-8 lg:grid-cols-3",children:a.MOCK_BLOG_POSTS.map(e=>(0,s.jsxs)(t.default,{href:`/blog/${e.id}`,className:"group flex flex-col rounded-lg shadow-lg overflow-hidden bg-white hover:shadow-xl transition-shadow duration-300",children:[(0,s.jsxs)("div",{className:"flex-shrink-0 relative overflow-hidden h-48",children:[(0,s.jsx)("img",{className:"h-full w-full object-cover group-hover:scale-105 transition-transform duration-500",src:e.imageUrl,alt:e.title}),(0,s.jsx)("div",{className:"absolute inset-0 bg-black/10 group-hover:bg-transparent transition-colors"})]}),(0,s.jsxs)("div",{className:"flex-1 bg-white p-6 flex flex-col justify-between",children:[(0,s.jsxs)("div",{className:"flex-1",children:[(0,s.jsx)("p",{className:"text-sm font-medium text-brand-600",children:"Conseils"}),(0,s.jsxs)("div",{className:"block mt-2",children:[(0,s.jsx)("p",{className:"text-xl font-semibold text-gray-900 group-hover:text-brand-700 transition-colors",children:e.title}),(0,s.jsx)("p",{className:"mt-3 text-base text-gray-500 line-clamp-3",children:e.excerpt})]})]}),(0,s.jsxs)("div",{className:"mt-6 flex items-center justify-between",children:[(0,s.jsxs)("div",{className:"flex items-center",children:[(0,s.jsxs)("div",{className:"flex-shrink-0",children:[(0,s.jsx)("span",{className:"sr-only",children:e.author}),(0,s.jsx)("div",{className:"h-10 w-10 rounded-full bg-gray-200 flex items-center justify-center text-gray-600 font-bold border border-gray-300",children:e.author.charAt(0)})]}),(0,s.jsxs)("div",{className:"ml-3",children:[(0,s.jsx)("p",{className:"text-sm font-medium text-gray-900",children:e.author}),(0,s.jsx)("div",{className:"flex space-x-1 text-sm text-gray-500",children:(0,s.jsx)("time",{children:e.date})})]})]}),(0,s.jsx)("span",{className:"text-brand-600 opacity-0 group-hover:opacity-100 transition-opacity",children:(0,s.jsx)(l.ArrowRight,{className:"w-5 h-5"})})]})]})]},e.id))})]})])}]);

View File

@@ -0,0 +1 @@
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,3466,e=>{"use strict";var r=e.i(5974),t=e.i(32653),s=e.i(23862),n=e.i(88842);e.s(["default",0,()=>{let{login:e}=(0,n.useUser)(),[a,o]=(0,t.useState)(""),[d,l]=(0,t.useState)(""),c=(0,s.useRouter)();return(0,r.jsx)("div",{className:"min-h-[80vh] flex items-center justify-center bg-gray-50 py-12 px-4 sm:px-6 lg:px-8",children:(0,r.jsxs)("div",{className:"max-w-md w-full space-y-8",children:[(0,r.jsxs)("div",{className:"text-center",children:[(0,r.jsx)("div",{className:"mx-auto h-12 w-12 bg-brand-600 rounded-lg flex items-center justify-center text-white font-bold text-2xl",children:"A"}),(0,r.jsx)("h2",{className:"mt-6 text-3xl font-extrabold text-gray-900 font-serif",children:"Connexion à votre espace"}),(0,r.jsxs)("p",{className:"mt-2 text-sm text-gray-600",children:["Ou ",(0,r.jsx)("a",{href:"#",className:"font-medium text-brand-600 hover:text-brand-500",children:"créez votre compte entreprise pour 1€"})]})]}),(0,r.jsxs)("form",{className:"mt-8 space-y-6",onSubmit:r=>{r.preventDefault(),e(),c.push("/dashboard")},children:[(0,r.jsxs)("div",{className:"rounded-md shadow-sm -space-y-px",children:[(0,r.jsx)("div",{children:(0,r.jsx)("input",{type:"email",required:!0,className:"appearance-none rounded-none relative block w-full px-3 py-2 border border-gray-300 placeholder-gray-500 text-gray-900 rounded-t-md focus:outline-none focus:ring-brand-500 focus:border-brand-500 focus:z-10 sm:text-sm",placeholder:"Adresse email",value:a,onChange:e=>o(e.target.value)})}),(0,r.jsx)("div",{children:(0,r.jsx)("input",{type:"password",required:!0,className:"appearance-none rounded-none relative block w-full px-3 py-2 border border-gray-300 placeholder-gray-500 text-gray-900 rounded-b-md focus:outline-none focus:ring-brand-500 focus:border-brand-500 focus:z-10 sm:text-sm",placeholder:"Mot de passe",value:d,onChange:e=>l(e.target.value)})})]}),(0,r.jsx)("div",{children:(0,r.jsx)("button",{type:"submit",className:"group relative w-full flex justify-center py-2 px-4 border border-transparent text-sm font-medium rounded-md text-white bg-brand-600 hover:bg-brand-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-brand-500",children:"Se connecter"})}),(0,r.jsx)("div",{className:"text-sm text-center text-gray-500",children:"(Compte démo : n'importe quel email/mdp fonctionne)"})]})]})})}])}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,11881,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"warnOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}}]);

View File

@@ -0,0 +1 @@
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,94196,e=>{"use strict";let t=(0,e.i(75840).default)("share-2",[["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}],["circle",{cx:"6",cy:"12",r:"3",key:"w7nqdw"}],["circle",{cx:"18",cy:"19",r:"3",key:"1xt0gg"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49",key:"47mynk"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49",key:"1n3mei"}]]);e.s(["Share2",()=>t],94196)},66599,e=>{"use strict";let t=(0,e.i(75840).default)("arrow-left",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]);e.s(["ArrowLeft",()=>t],66599)},79587,e=>{"use strict";let t=(0,e.i(75840).default)("calendar",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]]);e.s(["Calendar",()=>t],79587)},84156,e=>{"use strict";var t=e.i(5974),s=e.i(32653),a=e.i(42500),r=e.i(23862),l=e.i(66599),i=e.i(23518),c=e.i(79587),x=e.i(94196),n=e.i(67810);e.s(["default",0,()=>{let{id:e}=(0,r.useParams)(),d=n.MOCK_BLOG_POSTS.find(t=>t.id===e);return((0,s.useEffect)(()=>{window.scrollTo(0,0)},[e]),d)?(0,t.jsxs)("article",{className:"bg-white min-h-screen",children:[(0,t.jsxs)("div",{className:"w-full h-64 md:h-96 relative",children:[(0,t.jsx)("img",{src:d.imageUrl,alt:d.title,className:"w-full h-full object-cover"}),(0,t.jsx)("div",{className:"absolute inset-0 bg-gradient-to-t from-black/60 to-transparent"}),(0,t.jsx)("div",{className:"absolute bottom-0 left-0 w-full p-4 sm:p-8 max-w-4xl mx-auto",children:(0,t.jsxs)(a.default,{href:"/blog",className:"inline-flex items-center text-white/80 hover:text-white mb-4 text-sm font-medium transition-colors",children:[(0,t.jsx)(l.ArrowLeft,{className:"w-4 h-4 mr-1"})," Retour aux articles"]})})]}),(0,t.jsx)("div",{className:"max-w-3xl mx-auto px-4 sm:px-6 lg:px-8 py-12 -mt-20 relative z-10",children:(0,t.jsxs)("div",{className:"bg-white rounded-xl shadow-xl p-6 md:p-10 border border-gray-100",children:[(0,t.jsxs)("header",{className:"mb-8 border-b border-gray-100 pb-8",children:[(0,t.jsxs)("div",{className:"flex flex-wrap items-center gap-4 text-sm text-gray-500 mb-4",children:[(0,t.jsxs)("span",{className:"flex items-center",children:[(0,t.jsx)(i.User,{className:"w-4 h-4 mr-1 text-brand-500"}),d.author]}),(0,t.jsxs)("span",{className:"flex items-center",children:[(0,t.jsx)(c.Calendar,{className:"w-4 h-4 mr-1 text-brand-500"}),d.date]}),(0,t.jsx)("span",{className:"px-2 py-1 bg-brand-50 text-brand-700 rounded text-xs font-semibold uppercase tracking-wide",children:"Conseils"})]}),(0,t.jsx)("h1",{className:"text-3xl md:text-4xl font-serif font-bold text-gray-900 leading-tight",children:d.title})]}),(0,t.jsxs)("div",{className:"prose prose-lg prose-orange max-w-none text-gray-600",children:[(0,t.jsx)("p",{className:"lead text-xl text-gray-500 font-serif italic mb-6",children:d.excerpt}),d.content.split("\n").map((e,s)=>""!==e.trim()&&(0,t.jsx)("p",{className:"mb-4 leading-relaxed",children:e},s))]}),(0,t.jsxs)("div",{className:"mt-12 pt-8 border-t border-gray-100 flex justify-between items-center",children:[(0,t.jsx)("p",{className:"text-sm text-gray-500 font-medium",children:"Vous avez aimé cet article ?"}),(0,t.jsx)("div",{className:"flex space-x-2",children:(0,t.jsx)("button",{className:"p-2 rounded-full bg-gray-100 text-gray-600 hover:bg-brand-100 hover:text-brand-600 transition-colors",children:(0,t.jsx)(x.Share2,{className:"w-5 h-5"})})})]})]})})]}):(0,t.jsxs)("div",{className:"min-h-[60vh] flex flex-col items-center justify-center",children:[(0,t.jsx)("h2",{className:"text-3xl font-serif font-bold text-gray-900 mb-4",children:"Article introuvable"}),(0,t.jsx)("p",{className:"text-gray-600 mb-8",children:"L'article que vous recherchez n'existe pas ou a été supprimé."}),(0,t.jsxs)(a.default,{href:"/blog",className:"text-brand-600 hover:text-brand-700 font-medium flex items-center",children:[(0,t.jsx)(l.ArrowLeft,{className:"w-4 h-4 mr-2"})," Retour au blog"]})]})}])}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,94196,e=>{"use strict";let t=(0,e.i(75840).default)("share-2",[["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}],["circle",{cx:"6",cy:"12",r:"3",key:"w7nqdw"}],["circle",{cx:"18",cy:"19",r:"3",key:"1xt0gg"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49",key:"47mynk"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49",key:"1n3mei"}]]);e.s(["Share2",()=>t],94196)},66599,e=>{"use strict";let t=(0,e.i(75840).default)("arrow-left",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]);e.s(["ArrowLeft",()=>t],66599)},79587,e=>{"use strict";let t=(0,e.i(75840).default)("calendar",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]]);e.s(["Calendar",()=>t],79587)},47780,e=>{"use strict";var t=e.i(5974),a=e.i(32653),r=e.i(42500),s=e.i(23862),l=e.i(66599),i=e.i(94196),c=e.i(79587),n=e.i(23518);let d=(0,e.i(75840).default)("building-2",[["path",{d:"M10 12h4",key:"a56b0p"}],["path",{d:"M10 8h4",key:"1sr2af"}],["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3",key:"1rgiei"}],["path",{d:"M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2",key:"secmi2"}],["path",{d:"M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16",key:"16ra0t"}]]);var x=e.i(67810),m=e.i(57348);e.s(["default",0,()=>{let e,{id:o}=(0,s.useParams)(),h=x.MOCK_INTERVIEWS.find(e=>e.id===o);if((0,a.useEffect)(()=>{window.scrollTo(0,0)},[o]),!h)return null;let p=h.type===m.InterviewType.VIDEO;return(0,t.jsx)("div",{className:"bg-white min-h-screen",children:(0,t.jsxs)("div",{className:"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-12",children:[(0,t.jsxs)(r.default,{href:"/afrolife",className:"inline-flex items-center text-gray-500 hover:text-brand-600 mb-8 transition-colors",children:[(0,t.jsx)(l.ArrowLeft,{className:"w-4 h-4 mr-2"})," Retour à Afro Life"]}),(0,t.jsxs)("div",{className:"text-center mb-10",children:[(0,t.jsx)("div",{className:"inline-flex items-center justify-center px-3 py-1 rounded-full bg-gray-100 text-gray-600 text-xs font-bold uppercase tracking-wider mb-4",children:p?"Interview Vidéo":"Grand Entretien"}),(0,t.jsx)("h1",{className:"text-3xl md:text-5xl font-serif font-bold text-gray-900 mb-6 leading-tight",children:h.title}),(0,t.jsxs)("div",{className:"flex flex-wrap justify-center gap-6 text-sm text-gray-500",children:[(0,t.jsxs)("div",{className:"flex items-center",children:[(0,t.jsx)(n.User,{className:"w-4 h-4 mr-2 text-brand-500"}),(0,t.jsx)("span",{className:"font-medium text-gray-900",children:h.guestName}),(0,t.jsx)("span",{className:"mx-1 text-gray-400",children:"|"}),(0,t.jsx)("span",{children:h.role})]}),(0,t.jsxs)("div",{className:"flex items-center",children:[(0,t.jsx)(d,{className:"w-4 h-4 mr-2 text-brand-500"}),h.companyName]}),(0,t.jsxs)("div",{className:"flex items-center",children:[(0,t.jsx)(c.Calendar,{className:"w-4 h-4 mr-2 text-brand-500"}),h.date]})]})]}),p?(0,t.jsx)("div",{className:"bg-black rounded-xl overflow-hidden shadow-2xl aspect-w-16 aspect-h-9 mb-10",children:h.videoUrl?(0,t.jsx)("iframe",{src:((e=h.videoUrl.match(/^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|&v=)([^#&?]*).*/))&&11===e[2].length?`https://www.youtube.com/embed/${e[2]}`:null)||"",title:h.title,allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,className:"w-full h-full"}):(0,t.jsx)("div",{className:"w-full h-full flex items-center justify-center bg-gray-900",children:(0,t.jsx)("p",{className:"text-white",children:"Vidéo non disponible"})})}):(0,t.jsxs)("div",{className:"relative h-64 md:h-96 rounded-xl overflow-hidden shadow-lg mb-10",children:[(0,t.jsx)("img",{src:h.thumbnailUrl,alt:h.title,className:"w-full h-full object-cover"}),(0,t.jsx)("div",{className:"absolute inset-0 bg-gradient-to-t from-black/50 to-transparent"})]}),(0,t.jsx)("div",{className:"prose prose-lg prose-orange max-w-none mx-auto text-gray-600",children:!p&&h.content?h.content.split("\n").map((e,a)=>(0,t.jsx)("p",{children:e},a)):(0,t.jsx)("p",{className:"text-xl font-serif italic text-gray-500 border-l-4 border-brand-500 pl-6 py-2",children:h.excerpt})}),(0,t.jsx)("div",{className:"mt-12 pt-8 border-t border-gray-100 flex justify-center",children:(0,t.jsxs)("button",{className:"flex items-center px-6 py-3 rounded-full bg-brand-50 text-brand-700 font-medium hover:bg-brand-100 transition-colors",children:[(0,t.jsx)(i.Share2,{className:"w-5 h-5 mr-2"}),"Partager cette interview"]})})]})})}],47780)}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long