From 6a888a0742d0b29a3d55bb4f9e012b3d98c01157 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:25:17 +0000 Subject: [PATCH 1/3] Update src/app/about-jean-pierre/page.tsx --- src/app/about-jean-pierre/page.tsx | 54 +++++++++--------------------- 1 file changed, 15 insertions(+), 39 deletions(-) diff --git a/src/app/about-jean-pierre/page.tsx b/src/app/about-jean-pierre/page.tsx index f7f723e..cc6f704 100644 --- a/src/app/about-jean-pierre/page.tsx +++ b/src/app/about-jean-pierre/page.tsx @@ -20,24 +20,21 @@ const AboutJeanPierrePage = () => { const footerColumns = [ { - title: "Contenu", - items: [ + title: "Contenu", items: [ { label: "Stories", href: "/" }, { label: "Videos", href: "/" }, { label: "Movement", href: "/" }, ], }, { - title: "À Propos", - items: [ + title: "À Propos", items: [ { label: "Jean-Pierre RIGA", href: "/about-jean-pierre" }, { label: "Contact", href: "/contact" }, { label: "LinkedIn", href: "https://www.linkedin.com/in/jean-pierre-riga-0b41583a6/" }, ], }, { - title: "Réseaux Sociaux", - items: [ + title: "Réseaux Sociaux", items: [ { label: "YouTube", href: "https://www.youtube.com/@Mocayaj" }, { label: "TikTok", href: "https://www.tiktok.com/@mocayaj" }, { label: "X (Twitter)", href: "https://x.com/mocayaj" }, @@ -46,8 +43,7 @@ const AboutJeanPierrePage = () => { ], }, { - title: "Légal", - items: [ + title: "Légal", items: [ { label: "Confidentialité", href: "#" }, { label: "Conditions", href: "#" }, ], @@ -80,21 +76,13 @@ const AboutJeanPierrePage = () => { tagAnimation="opacity" members={[ { - id: "1", - name: "Jean-Pierre RIGA", - role: "Fondateur & Directeur", - description: "Avec plus de 30 ans d'expérience en communication et marketing, Jean-Pierre a guidé des stratégies pour des agences, entreprises et institutions en France et en Outre-mer. Depuis 2024, il canalise son expertise vers le développement personnel et l'aide aux individus à clarifier leur positionnement et aligner leurs décisions.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=2", - imageAlt: "Jean-Pierre RIGA", - socialLinks: [ + id: "1", name: "Jean-Pierre RIGA", role: "Fondateur & Directeur", description: "Avec plus de 30 ans d'expérience en communication et marketing, Jean-Pierre a guidé des stratégies pour des agences, entreprises et institutions en France et en Outre-mer. Depuis 2024, il canalise son expertise vers le développement personnel et l'aide aux individus à clarifier leur positionnement et aligner leurs décisions.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Jean-Pierre RIGA", socialLinks: [ { icon: Linkedin, - url: "https://www.linkedin.com/in/jean-pierre-riga-0b41583a6/", - }, + url: "https://www.linkedin.com/in/jean-pierre-riga-0b41583a6/"}, { icon: Mail, - url: "mailto:jeanpierre.riga@gmail.com", - }, + url: "mailto:jeanpierre.riga@gmail.com"}, ], }, ]} @@ -114,27 +102,19 @@ const AboutJeanPierrePage = () => { tagAnimation="opacity" bulletPoints={[ { - title: "Authenticité Profonde", - description: "Chaque histoire reflète une véritable transformation et engagement personnel, sans artifice", - icon: Star, + title: "Authenticité Profonde", description: "Chaque histoire reflète une véritable transformation et engagement personnel, sans artifice", icon: Star, }, { - title: "Inspiration Accessible", - description: "Les héros sont ordinaires, leurs défis sont reconnaissables, leurs solutions sont inspirantes", - icon: Zap, + title: "Inspiration Accessible", description: "Les héros sont ordinaires, leurs défis sont reconnaissables, leurs solutions sont inspirantes", icon: Zap, }, { - title: "Lumière Intérieure", - description: "Notre mission est d'aider chacun à révéler son potentiel caché et sa lumière unique", - icon: Star, + title: "Lumière Intérieure", description: "Notre mission est d'aider chacun à révéler son potentiel caché et sa lumière unique", icon: Star, }, { - title: "Communauté Engagée", - description: "Nous créons des espaces de connexion humaine vraie où les expériences se partagent librement", - icon: Users, + title: "Communauté Engagée", description: "Nous créons des espaces de connexion humaine vraie où les expériences se partagent librement", icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-wearing-black-sweater-posing_246466-38.jpg?_wi=7" + imageSrc="http://img.b2bpic.net/free-photo/woman-wearing-black-sweater-posing_246466-38.jpg" imageAlt="Movement philosophy" mediaAnimation="slide-up" imagePosition="right" @@ -149,15 +129,11 @@ const AboutJeanPierrePage = () => { animationType="reveal-blur" buttons={[ { - text: "Envoyer un Message", - href: "mailto:jeanpierre.riga@gmail.com", - }, + text: "Envoyer un Message", href: "mailto:jeanpierre.riga@gmail.com"}, { - text: "Visiter LinkedIn", - href: "https://www.linkedin.com/in/jean-pierre-riga-0b41583a6/", - }, + text: "Visiter LinkedIn", href: "https://www.linkedin.com/in/jean-pierre-riga-0b41583a6/"}, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1 From a8908586441d72c3f29fef36943e13c96e977f2f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:25:18 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 43 +++++++++++----------------------------- 1 file changed, 12 insertions(+), 31 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3bdc748..d317d06 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -20,24 +20,21 @@ const ContactPage = () => { const footerColumns = [ { - title: "Contenu", - items: [ + title: "Contenu", items: [ { label: "Stories", href: "/" }, { label: "Videos", href: "/" }, { label: "Movement", href: "/" }, ], }, { - title: "À Propos", - items: [ + title: "À Propos", items: [ { label: "Jean-Pierre RIGA", href: "/about-jean-pierre" }, { label: "Contact", href: "/contact" }, { label: "LinkedIn", href: "https://www.linkedin.com/in/jean-pierre-riga-0b41583a6/" }, ], }, { - title: "Réseaux Sociaux", - items: [ + title: "Réseaux Sociaux", items: [ { label: "YouTube", href: "https://www.youtube.com/@Mocayaj" }, { label: "TikTok", href: "https://www.tiktok.com/@mocayaj" }, { label: "X (Twitter)", href: "https://x.com/mocayaj" }, @@ -46,8 +43,7 @@ const ContactPage = () => { ], }, { - title: "Légal", - items: [ + title: "Légal", items: [ { label: "Confidentialité", href: "#" }, { label: "Conditions", href: "#" }, ], @@ -77,15 +73,11 @@ const ContactPage = () => { animationType="reveal-blur" buttons={[ { - text: "Envoyer un Message", - href: "mailto:jeanpierre.riga@gmail.com", - }, + text: "Envoyer un Message", href: "mailto:jeanpierre.riga@gmail.com"}, { - text: "Visiter LinkedIn", - href: "https://www.linkedin.com/in/jean-pierre-riga-0b41583a6/", - }, + text: "Visiter LinkedIn", href: "https://www.linkedin.com/in/jean-pierre-riga-0b41583a6/"}, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -99,22 +91,16 @@ const ContactPage = () => { tagAnimation="opacity" bulletPoints={[ { - title: "Email", - description: "Envoyez-nous un message à jeanpierre.riga@gmail.com pour toute demande ou collaboration", - icon: Mail, + title: "Email", description: "Envoyez-nous un message à jeanpierre.riga@gmail.com pour toute demande ou collaboration", icon: Mail, }, { - title: "LinkedIn", - description: "Connectez-vous avec Jean-Pierre RIGA sur LinkedIn pour suivre les dernières mises à jour", - icon: Phone, + title: "LinkedIn", description: "Connectez-vous avec Jean-Pierre RIGA sur LinkedIn pour suivre les dernières mises à jour", icon: Phone, }, { - title: "Réseaux Sociaux", - description: "Suivez MOCAYAJ sur YouTube, TikTok, Twitter et Threads pour des contenus quotidiens", - icon: Share2, + title: "Réseaux Sociaux", description: "Suivez MOCAYAJ sur YouTube, TikTok, Twitter et Threads pour des contenus quotidiens", icon: Share2, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-garage-repairing-motorcycle_1321-1388.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-garage-repairing-motorcycle_1321-1388.jpg" imageAlt="Contact methods" mediaAnimation="slide-up" imagePosition="left" @@ -131,12 +117,7 @@ const ContactPage = () => { tagIcon={Share2} tagAnimation="opacity" names={[ - "YouTube", - "TikTok", - "Twitter/X", - "Threads", - "Facebook", - ]} + "YouTube", "TikTok", "Twitter/X", "Threads", "Facebook"]} textboxLayout="default" useInvertedBackground={true} speed={35} -- 2.49.1 From 76c20b105a27126827f942e93abd38b4b48145ac Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:25:18 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 164 ++++++++--------------------------------------- 1 file changed, 27 insertions(+), 137 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b5b47e7..7d39590 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,24 +24,21 @@ const navItems = [ const footerColumns = [ { - title: "Contenu", - items: [ + title: "Contenu", items: [ { label: "Stories", href: "#stories" }, { label: "Videos", href: "#videos" }, { label: "Movement", href: "#movement" }, ], }, { - title: "À Propos", - items: [ + title: "À Propos", items: [ { label: "Jean-Pierre RIGA", href: "#about-jp" }, { label: "Contact", href: "#contact" }, { label: "LinkedIn", href: "https://www.linkedin.com/in/jean-pierre-riga-0b41583a6/" }, ], }, { - title: "Réseaux Sociaux", - items: [ + title: "Réseaux Sociaux", items: [ { label: "YouTube", href: "https://www.youtube.com/@Mocayaj" }, { label: "TikTok", href: "https://www.tiktok.com/@mocayaj" }, { label: "X (Twitter)", href: "https://x.com/mocayaj" }, @@ -50,8 +47,7 @@ const footerColumns = [ ], }, { - title: "Légal", - items: [ + title: "Légal", items: [ { label: "Confidentialité", href: "#" }, { label: "Conditions", href: "#" }, ], @@ -86,9 +82,7 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { - text: "Découvrir les histoires", - href: "/stories", - }, + text: "Découvrir les histoires", href: "/stories"}, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-vector/business-card-logo_23-2147516168.jpg" @@ -108,23 +102,11 @@ export default function HomePage() { tagAnimation="opacity" features={[ { - title: "Parcours Authentiques", - description: "Des histoires vraies de personnes ordinaires qui changent le monde autour d'elles", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-garage-repairing-motorcycle_1321-1388.jpg?_wi=1", - imageAlt: "Authentic journey story", - }, + title: "Parcours Authentiques", description: "Des histoires vraies de personnes ordinaires qui changent le monde autour d'elles", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-garage-repairing-motorcycle_1321-1388.jpg", imageAlt: "Authentic journey story"}, { - title: "Inspirations Quotidiennes", - description: "Des clés et perspectives pour découvrir votre potentiel caché et votre lumière intérieure", - imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-black-sweater-posing_246466-38.jpg?_wi=1", - imageAlt: "Daily inspiration portrait", - }, + title: "Inspirations Quotidiennes", description: "Des clés et perspectives pour découvrir votre potentiel caché et votre lumière intérieure", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-black-sweater-posing_246466-38.jpg", imageAlt: "Daily inspiration portrait"}, { - title: "Connexions Humaines", - description: "Des connexions profondes avec d'autres personnes qui partagent leurs vulnérabilités et forces", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916009.jpg?_wi=1", - imageAlt: "Human connection community", - }, + title: "Connexions Humaines", description: "Des connexions profondes avec d'autres personnes qui partagent leurs vulnérabilités et forces", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916009.jpg", imageAlt: "Human connection community"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -142,38 +124,11 @@ export default function HomePage() { tagAnimation="opacity" blogs={[ { - id: "video-1", - category: "Documentary", - title: "Histoires de Transformation", - excerpt: "Explorez les parcours extraordinaires de personnes ordinaires qui ont trouvé leur lumière intérieure", - imageSrc: "http://img.b2bpic.net/free-psd/youtube-cover-template-world-environment-day-celebration_23-2150347426.jpg?_wi=1", - imageAlt: "Video thumbnail transformation", - authorName: "MOCAYAJ Team", - authorAvatar: "http://img.b2bpic.net/free-photo/close-up-shot-attractive-young-dark-skinned-man-casual-sweater-standing-window_273609-9410.jpg", - date: "2025", - }, + id: "video-1", category: "Documentary", title: "Histoires de Transformation", excerpt: "Explorez les parcours extraordinaires de personnes ordinaires qui ont trouvé leur lumière intérieure", imageSrc: "http://img.b2bpic.net/free-psd/youtube-cover-template-world-environment-day-celebration_23-2150347426.jpg", imageAlt: "Video thumbnail transformation", authorName: "MOCAYAJ Team", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-shot-attractive-young-dark-skinned-man-casual-sweater-standing-window_273609-9410.jpg", date: "2025"}, { - id: "video-2", - category: "Interview", - title: "Conversations Authentiques", - excerpt: "Des conversations en profondeur avec des individus qui partagent leurs histoires et leurs sagesses", - imageSrc: "http://img.b2bpic.net/free-psd/youtube-cover-template-world-environment-day-celebration_23-2150347426.jpg?_wi=2", - imageAlt: "Interview authentic conversation", - authorName: "MOCAYAJ Team", - authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-looking-smiling-camera_197531-33494.jpg", - date: "2025", - }, + id: "video-2", category: "Interview", title: "Conversations Authentiques", excerpt: "Des conversations en profondeur avec des individus qui partagent leurs histoires et leurs sagesses", imageSrc: "http://img.b2bpic.net/free-psd/youtube-cover-template-world-environment-day-celebration_23-2150347426.jpg", imageAlt: "Interview authentic conversation", authorName: "MOCAYAJ Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-woman-looking-smiling-camera_197531-33494.jpg", date: "2025"}, { - id: "video-3", - category: "Inspiration", - title: "Moments Cinématiques", - excerpt: "Des moments visuellement captivants qui révèlent la beauté et la profondeur de la vie quotidienne", - imageSrc: "http://img.b2bpic.net/free-psd/youtube-cover-template-world-environment-day-celebration_23-2150347426.jpg?_wi=3", - imageAlt: "Cinematic moments storytelling", - authorName: "MOCAYAJ Team", - authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", - date: "2025", - }, + id: "video-3", category: "Inspiration", title: "Moments Cinématiques", excerpt: "Des moments visuellement captivants qui révèlent la beauté et la profondeur de la vie quotidienne", imageSrc: "http://img.b2bpic.net/free-psd/youtube-cover-template-world-environment-day-celebration_23-2150347426.jpg", imageAlt: "Cinematic moments storytelling", authorName: "MOCAYAJ Team", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", date: "2025"}, ]} textboxLayout="default" useInvertedBackground={true} @@ -191,27 +146,19 @@ export default function HomePage() { tagAnimation="opacity" bulletPoints={[ { - title: "Authenticité Profonde", - description: "Chaque histoire reflète une véritable transformation et engagement personnel, sans artifice", - icon: Lightbulb, + title: "Authenticité Profonde", description: "Chaque histoire reflète une véritable transformation et engagement personnel, sans artifice", icon: Lightbulb, }, { - title: "Inspiration Accessible", - description: "Les héros sont ordinaires, leurs défis sont reconnaissables, leurs solutions sont inspirantes", - icon: Zap, + title: "Inspiration Accessible", description: "Les héros sont ordinaires, leurs défis sont reconnaissables, leurs solutions sont inspirantes", icon: Zap, }, { - title: "Lumière Intérieure", - description: "Notre mission est d'aider chacun à révéler son potentiel caché et sa lumière unique", - icon: Star, + title: "Lumière Intérieure", description: "Notre mission est d'aider chacun à révéler son potentiel caché et sa lumière unique", icon: Star, }, { - title: "Communauté Engagée", - description: "Nous créons des espaces de connexion humaine vraie où les expériences se partagent librement", - icon: Users, + title: "Communauté Engagée", description: "Nous créons des espaces de connexion humaine vraie où les expériences se partagent librement", icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-wearing-black-sweater-posing_246466-38.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/woman-wearing-black-sweater-posing_246466-38.jpg" imageAlt="Movement philosophy" mediaAnimation="slide-up" imagePosition="right" @@ -229,53 +176,13 @@ export default function HomePage() { tagAnimation="opacity" testimonials={[ { - id: "1", - name: "Marie Durand, Entrepreneuse", - date: "Date: 15 Mars 2025", - title: "Un véritable catalyseur de transformation", - quote: "MOCAYAJ m'a rappelé que je ne suis pas seule dans mes doutes. En lisant les histoires authentiques d'autres personnes ordinaires qui ont osé, j'ai trouvé le courage de révéler ma lumière intérieure et de transformer mon entreprise.", - tag: "Inspiration", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shot-attractive-young-dark-skinned-man-casual-sweater-standing-window_273609-9410.jpg", - avatarAlt: "Marie Durand", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-garage-repairing-motorcycle_1321-1388.jpg?_wi=2", - imageAlt: "Marie's journey", - }, + id: "1", name: "Marie Durand, Entrepreneuse", date: "Date: 15 Mars 2025", title: "Un véritable catalyseur de transformation", quote: "MOCAYAJ m'a rappelé que je ne suis pas seule dans mes doutes. En lisant les histoires authentiques d'autres personnes ordinaires qui ont osé, j'ai trouvé le courage de révéler ma lumière intérieure et de transformer mon entreprise.", tag: "Inspiration", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shot-attractive-young-dark-skinned-man-casual-sweater-standing-window_273609-9410.jpg", avatarAlt: "Marie Durand", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-with-long-hair-garage-repairing-motorcycle_1321-1388.jpg", imageAlt: "Marie's journey"}, { - id: "2", - name: "Jean-Claude Moreau, Consultant", - date: "Date: 20 Janvier 2025", - title: "Des histoires qui touchent le cœur", - quote: "Ce qui me fascine chez MOCAYAJ, c'est l'absence totale de superficialité. Les histoires sont brutes, authentiques et profondément humaines. Elles m'ont permis de repenser mon approche du leadership et de la vie.", - tag: "Leadership", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-looking-smiling-camera_197531-33494.jpg", - avatarAlt: "Jean-Claude Moreau", - imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-black-sweater-posing_246466-38.jpg?_wi=3", - imageAlt: "Jean-Claude's reflection", - }, + id: "2", name: "Jean-Claude Moreau, Consultant", date: "Date: 20 Janvier 2025", title: "Des histoires qui touchent le cœur", quote: "Ce qui me fascine chez MOCAYAJ, c'est l'absence totale de superficialité. Les histoires sont brutes, authentiques et profondément humaines. Elles m'ont permis de repenser mon approche du leadership et de la vie.", tag: "Leadership", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-looking-smiling-camera_197531-33494.jpg", avatarAlt: "Jean-Claude Moreau", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-black-sweater-posing_246466-38.jpg", imageAlt: "Jean-Claude's reflection"}, { - id: "3", - name: "Sophie Leclerc, Artiste", - date: "Date: 10 Février 2025", - title: "Retrouver sa création authentique", - quote: "Après avoir lu plusieurs histoires MOCAYAJ, j'ai compris que mon art devait venir de ma lumière intérieure, pas des attentes externes. Cette prise de conscience a révolutionné ma pratique créative.", - tag: "Créativité", - avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", - avatarAlt: "Sophie Leclerc", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916009.jpg?_wi=2", - imageAlt: "Sophie's creative path", - }, + id: "3", name: "Sophie Leclerc, Artiste", date: "Date: 10 Février 2025", title: "Retrouver sa création authentique", quote: "Après avoir lu plusieurs histoires MOCAYAJ, j'ai compris que mon art devait venir de ma lumière intérieure, pas des attentes externes. Cette prise de conscience a révolutionné ma pratique créative.", tag: "Créativité", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", avatarAlt: "Sophie Leclerc", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916009.jpg", imageAlt: "Sophie's creative path"}, { - id: "4", - name: "Pierre Rousseau, Coach Professionnel", - date: "Date: 5 Mars 2025", - title: "Un outil pédagogique puissant", - quote: "J'utilise maintenant les histoires MOCAYAJ avec mes clients. Elles ouvrent des conversations profondes et permettent une véritable transformation. C'est un médium rare qui respecte l'intelligence et la complexité humaine.", - tag: "Développement", - avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", - avatarAlt: "Pierre Rousseau", - imageSrc: "http://img.b2bpic.net/free-psd/youtube-cover-template-world-environment-day-celebration_23-2150347426.jpg?_wi=4", - imageAlt: "Pierre's coaching approach", - }, + id: "4", name: "Pierre Rousseau, Coach Professionnel", date: "Date: 5 Mars 2025", title: "Un outil pédagogique puissant", quote: "J'utilise maintenant les histoires MOCAYAJ avec mes clients. Elles ouvrent des conversations profondes et permettent une véritable transformation. C'est un médium rare qui respecte l'intelligence et la complexité humaine.", tag: "Développement", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", avatarAlt: "Pierre Rousseau", imageSrc: "http://img.b2bpic.net/free-psd/youtube-cover-template-world-environment-day-celebration_23-2150347426.jpg", imageAlt: "Pierre's coaching approach"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -291,21 +198,13 @@ export default function HomePage() { tagAnimation="opacity" members={[ { - id: "1", - name: "Jean-Pierre RIGA", - role: "Fondateur & Directeur", - description: "Avec plus de 30 ans d'expérience en communication et marketing, Jean-Pierre a guidé des stratégies pour des agences, entreprises et institutions en France et en Outre-mer. Depuis 2024, il canalise son expertise vers le développement personnel et l'aide aux individus à clarifier leur positionnement et aligner leurs décisions.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=1", - imageAlt: "Jean-Pierre RIGA", - socialLinks: [ + id: "1", name: "Jean-Pierre RIGA", role: "Fondateur & Directeur", description: "Avec plus de 30 ans d'expérience en communication et marketing, Jean-Pierre a guidé des stratégies pour des agences, entreprises et institutions en France et en Outre-mer. Depuis 2024, il canalise son expertise vers le développement personnel et l'aide aux individus à clarifier leur positionnement et aligner leurs décisions.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Jean-Pierre RIGA", socialLinks: [ { icon: Linkedin, - url: "https://www.linkedin.com/in/jean-pierre-riga-0b41583a6/", - }, + url: "https://www.linkedin.com/in/jean-pierre-riga-0b41583a6/"}, { icon: Mail, - url: "mailto:jeanpierre.riga@gmail.com", - }, + url: "mailto:jeanpierre.riga@gmail.com"}, ], }, ]} @@ -324,12 +223,7 @@ export default function HomePage() { tagIcon={Share2} tagAnimation="opacity" names={[ - "YouTube", - "TikTok", - "Twitter/X", - "Threads", - "Facebook", - ]} + "YouTube", "TikTok", "Twitter/X", "Threads", "Facebook"]} textboxLayout="default" useInvertedBackground={true} speed={35} @@ -343,15 +237,11 @@ export default function HomePage() { animationType="reveal-blur" buttons={[ { - text: "Envoyer un Message", - href: "mailto:jeanpierre.riga@gmail.com", - }, + text: "Envoyer un Message", href: "mailto:jeanpierre.riga@gmail.com"}, { - text: "Visiter LinkedIn", - href: "https://www.linkedin.com/in/jean-pierre-riga-0b41583a6/", - }, + text: "Visiter LinkedIn", href: "https://www.linkedin.com/in/jean-pierre-riga-0b41583a6/"}, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1