Update src/app/page.tsx
This commit is contained in:
319
src/app/page.tsx
319
src/app/page.tsx
@@ -33,37 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Accueil", id: "#hero"},
|
||||
{
|
||||
name: "À Propos",
|
||||
id: "#about",
|
||||
},
|
||||
name: "À Propos", id: "#about"},
|
||||
{
|
||||
name: "Ministères",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Ministères", id: "#features"},
|
||||
{
|
||||
name: "Témoignages",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Témoignages", id: "#testimonials"},
|
||||
{
|
||||
name: "Équipe",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Équipe", id: "#team"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "#blog",
|
||||
},
|
||||
name: "Blog", id: "#blog"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EKvWDB7lFFZ0bKIqwWmrfCPgVL/uploaded-1779940237285-8jp4fps7.jpg"
|
||||
logoAlt="Logo AGAPAO"
|
||||
@@ -74,78 +58,47 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Trouvez la Paix et la Communauté à AGAPAO"
|
||||
description="Un lieu où la foi s'épanouit et les cœurs se connectent. Rejoignez notre famille pour grandir ensemble dans l'amour et la grâce divine."
|
||||
kpis={[
|
||||
{
|
||||
value: "200+",
|
||||
label: "Membres",
|
||||
},
|
||||
value: "200+", label: "Membres"},
|
||||
{
|
||||
value: "10+",
|
||||
label: "Ministères",
|
||||
},
|
||||
value: "10+", label: "Ministères"},
|
||||
{
|
||||
value: "5 Ans",
|
||||
label: "de Foi",
|
||||
},
|
||||
value: "5 Ans", label: "de Foi"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="Bienvenue"
|
||||
tagIcon={Bell}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-enigmatic-woman_1098-3161.jpg",
|
||||
alt: "portrait jeune femme sourire",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-enigmatic-woman_1098-3161.jpg", alt: "portrait jeune femme sourire"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-pretending-have-claws_1187-5928.jpg",
|
||||
alt: "portrait homme barbe sourire",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-pretending-have-claws_1187-5928.jpg", alt: "portrait homme barbe sourire"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-cartoon-woman-portrait_23-2151839663.jpg",
|
||||
alt: "portrait femme africaine sourire",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-cartoon-woman-portrait_23-2151839663.jpg", alt: "portrait femme africaine sourire"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-young-handsome-man-wearing-glasses-looking-front-isolated-orange-wall_141793-73719.jpg",
|
||||
alt: "portrait homme lunettes souriant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-young-handsome-man-wearing-glasses-looking-front-isolated-orange-wall_141793-73719.jpg", alt: "portrait homme lunettes souriant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-gesticulating_273609-41052.jpg",
|
||||
alt: "portrait femme asiatique souriante",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-gesticulating_273609-41052.jpg", alt: "portrait femme asiatique souriante"},
|
||||
]}
|
||||
avatarText="Plus de 200 membres nous ont déjà rejoints !"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/large-group-fans-with-arms-raised-having-fun-music-concert-night_637285-584.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/large-group-fans-with-arms-raised-having-fun-music-concert-night_637285-584.jpg"
|
||||
imageAlt="intérieur église moderne lumière"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/psychological-therapy-support-group-meeting_23-2151044462.jpg",
|
||||
alt: "Psychological therapy support group meeting",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/psychological-therapy-support-group-meeting_23-2151044462.jpg", alt: "Psychological therapy support group meeting"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-diverse-arms-raised-live-music-concert_53876-139639.jpg",
|
||||
alt: "Closeup of diverse arms raised in live music concert",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/closeup-diverse-arms-raised-live-music-concert_53876-139639.jpg", alt: "Closeup of diverse arms raised in live music concert"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/people-praying-religions-gathering_23-2151153302.jpg",
|
||||
alt: "People praying at religions gathering",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/people-praying-religions-gathering_23-2151153302.jpg", alt: "People praying at religions gathering"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-team-monochrome_23-2151530309.jpg",
|
||||
alt: "Soccer fans cheering team monochrome",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/soccer-fans-cheering-team-monochrome_23-2151530309.jpg", alt: "Soccer fans cheering team monochrome"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Joie et Espoir en Communauté",
|
||||
},
|
||||
type: "text", text: "Joie et Espoir en Communauté"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -157,17 +110,11 @@ export default function LandingPage() {
|
||||
description="À AGAPAO, nous nous engageons à partager l'amour de Dieu, à servir notre communauté avec compassion et à accompagner chacun dans sa croissance spirituelle. Nous croyons en une foi active qui se manifeste par des actions concrètes."
|
||||
metrics={[
|
||||
{
|
||||
value: "500+",
|
||||
title: "Bénévoles Actifs",
|
||||
},
|
||||
value: "500+", title: "Bénévoles Actifs"},
|
||||
{
|
||||
value: "1000+",
|
||||
title: "Âmes Touchées",
|
||||
},
|
||||
value: "1000+", title: "Âmes Touchées"},
|
||||
{
|
||||
value: "20+",
|
||||
title: "Projets Sociaux",
|
||||
},
|
||||
value: "20+", title: "Projets Sociaux"},
|
||||
]}
|
||||
tag="Notre Histoire"
|
||||
tagIcon={Heart}
|
||||
@@ -185,72 +132,40 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Adoration & Louange",
|
||||
description: "Rejoignez-nous pour des moments puissants d'adoration qui élèvent l'âme et connectent les cœurs à Dieu.",
|
||||
icon: Heart,
|
||||
title: "Adoration & Louange", description: "Rejoignez-nous pour des moments puissants d'adoration qui élèvent l'âme et connectent les cœurs à Dieu.", icon: Heart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-angel-smile-making-eyes-as-wanting-friend-make-favour-holding-hands-pray-grinning-g_1258-141579.jpg",
|
||||
imageAlt: "personnes chantant église louange",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-angel-smile-making-eyes-as-wanting-friend-make-favour-holding-hands-pray-grinning-g_1258-141579.jpg", imageAlt: "personnes chantant église louange"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-different-ethnicities-skin-color-coming-together-sign-diversity_23-2151763110.jpg",
|
||||
imageAlt: "mains levées prière lumière",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EKvWDB7lFFZ0bKIqwWmrfCPgVL/uploaded-1779940237285-8jp4fps7.jpg",
|
||||
imageAlt: "personnes chantant église louange",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-different-ethnicities-skin-color-coming-together-sign-diversity_23-2151763110.jpg", imageAlt: "mains levées prière lumière"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Études Bibliques",
|
||||
description: "Approfondissez votre compréhension de la Parole de Dieu à travers nos groupes d'étude interactifs et inspirants.",
|
||||
icon: BookOpen,
|
||||
title: "Études Bibliques", description: "Approfondissez votre compréhension de la Parole de Dieu à travers nos groupes d'étude interactifs et inspirants.", icon: BookOpen,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-book-club_23-2150059028.jpg",
|
||||
imageAlt: "groupe étude biblique table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-book-club_23-2150059028.jpg", imageAlt: "groupe étude biblique table"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/model-with-plastic-bag-her-face-putting-emphasis-environmental-problems_181624-4664.jpg",
|
||||
imageAlt: "livre ouvert bible pages",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/large-group-fans-with-arms-raised-having-fun-music-concert-night_637285-584.jpg?_wi=2",
|
||||
imageAlt: "personnes chantant église louange",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/model-with-plastic-bag-her-face-putting-emphasis-environmental-problems_181624-4664.jpg", imageAlt: "livre ouvert bible pages"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Action Sociale",
|
||||
description: "Mettez votre foi en action en servant les plus démunis de notre communauté, témoignant de l'amour de Dieu.",
|
||||
icon: Heart,
|
||||
title: "Action Sociale", description: "Mettez votre foi en action en servant les plus démunis de notre communauté, témoignant de l'amour de Dieu.", icon: Heart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/volunteers-red-thsirts-taking-part-if-donations-distribution_259150-57354.jpg",
|
||||
imageAlt: "volontaires distribuant nourriture aide",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/volunteers-red-thsirts-taking-part-if-donations-distribution_259150-57354.jpg", imageAlt: "volontaires distribuant nourriture aide"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-refugee-camps_23-2151561493.jpg",
|
||||
imageAlt: "mains aidant personne âgée",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-enigmatic-woman_1098-3161.jpg",
|
||||
imageAlt: "personnes chantant église louange",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-refugee-camps_23-2151561493.jpg", imageAlt: "mains aidant personne âgée"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Ministère Jeunesse",
|
||||
description: "Un espace dynamique pour les jeunes afin de grandir dans leur foi, construire des amitiés et découvrir leur purpose divin.",
|
||||
icon: Users,
|
||||
title: "Ministère Jeunesse", description: "Un espace dynamique pour les jeunes afin de grandir dans leur foi, construire des amitiés et découvrir leur purpose divin.", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-discussing-material_23-2147657052.jpg",
|
||||
imageAlt: "groupe jeunes riant église",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-discussing-material_23-2147657052.jpg", imageAlt: "groupe jeunes riant église"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-teenagers-being-friends_23-2150598733.jpg",
|
||||
imageAlt: "jeunes priant ensemble mains",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-pretending-have-claws_1187-5928.jpg",
|
||||
imageAlt: "personnes chantant église louange",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-teenagers-being-friends_23-2150598733.jpg", imageAlt: "jeunes priant ensemble mains"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Nos Ministères et Services"
|
||||
@@ -267,50 +182,20 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Dubois",
|
||||
role: "Membre de l'Église",
|
||||
company: "AGAPAO",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-pink-sweater-showing-her-tongue-out_114579-81369.jpg",
|
||||
imageAlt: "portrait femme heureuse souriante",
|
||||
},
|
||||
id: "1", name: "Sarah Dubois", role: "Membre de l'Église", company: "AGAPAO", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-pink-sweater-showing-her-tongue-out_114579-81369.jpg", imageAlt: "portrait femme heureuse souriante"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marc Lambert",
|
||||
role: "Bénévole",
|
||||
company: "AGAPAO",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-gay-couple-spending-time-together-having-date-park_58466-11445.jpg",
|
||||
imageAlt: "portrait homme souriant confiant",
|
||||
},
|
||||
id: "2", name: "Marc Lambert", role: "Bénévole", company: "AGAPAO", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-gay-couple-spending-time-together-having-date-park_58466-11445.jpg", imageAlt: "portrait homme souriant confiant"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Émilie Lefevre",
|
||||
role: "Leader Jeunesse",
|
||||
company: "AGAPAO",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-woman-with-freckles_329181-19509.jpg",
|
||||
imageAlt: "portrait jeune femme sereine",
|
||||
},
|
||||
id: "3", name: "Émilie Lefevre", role: "Leader Jeunesse", company: "AGAPAO", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-woman-with-freckles_329181-19509.jpg", imageAlt: "portrait jeune femme sereine"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Martin",
|
||||
role: "Ancien",
|
||||
company: "AGAPAO",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3222.jpg",
|
||||
imageAlt: "portrait homme mature réfléchi",
|
||||
},
|
||||
id: "4", name: "David Martin", role: "Ancien", company: "AGAPAO", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3222.jpg", imageAlt: "portrait homme mature réfléchi"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fatima Traoré",
|
||||
role: "Membre de la Communauté",
|
||||
company: "AGAPAO",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-attractive-african-american-woman-smiling-looking-happy-standing-yellow-background_1258-54850.jpg",
|
||||
imageAlt: "portrait femme cheveux foncés souriante",
|
||||
},
|
||||
id: "5", name: "Fatima Traoré", role: "Membre de la Communauté", company: "AGAPAO", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-attractive-african-american-woman-smiling-looking-happy-standing-yellow-background_1258-54850.jpg", imageAlt: "portrait femme cheveux foncés souriante"},
|
||||
]}
|
||||
title="Des Vies Transformées, Des Cœurs Remplis"
|
||||
description="Écoutez les témoignages de ceux qui ont trouvé leur place et leur purpose au sein de notre Église, découvrant une foi renouvelée et une communauté aimante."
|
||||
@@ -326,26 +211,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pasteur Jean-Luc",
|
||||
role: "Pasteur Principal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-priest-praying_23-2149284639.jpg",
|
||||
imageAlt: "portrait pasteur principal",
|
||||
},
|
||||
id: "1", name: "Pasteur Jean-Luc", role: "Pasteur Principal", imageSrc: "http://img.b2bpic.net/free-photo/close-up-priest-praying_23-2149284639.jpg", imageAlt: "portrait pasteur principal"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pasteure Sophie",
|
||||
role: "Pasteure Associée",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-woman-is-looking-camera-by-holding-fists-chest-blue-background_176474-119064.jpg",
|
||||
imageAlt: "portrait femme pasteur souriante",
|
||||
},
|
||||
id: "2", name: "Pasteure Sophie", role: "Pasteure Associée", imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-woman-is-looking-camera-by-holding-fists-chest-blue-background_176474-119064.jpg", imageAlt: "portrait femme pasteur souriante"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Thomas Duval",
|
||||
role: "Directeur Jeunesse",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-communicating-library_23-2147664092.jpg",
|
||||
imageAlt: "portrait jeune homme église",
|
||||
},
|
||||
id: "3", name: "Thomas Duval", role: "Directeur Jeunesse", imageSrc: "http://img.b2bpic.net/free-photo/students-communicating-library_23-2147664092.jpg", imageAlt: "portrait jeune homme église"},
|
||||
]}
|
||||
title="Notre Équipe Pastorale"
|
||||
description="Rencontrez les leaders dédiés qui guident notre Église avec foi, passion et un engagement profond envers la communauté AGAPAO."
|
||||
@@ -365,49 +235,13 @@ export default function LandingPage() {
|
||||
tagIcon={Bell}
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Sermon",
|
||||
title: "L'Espérance Inébranlable",
|
||||
excerpt: "Découvrez comment maintenir une espérance solide même face aux défis de la vie. Un message puissant pour tous.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-woman-reading-near-lamp_23-2147779392.jpg",
|
||||
imageAlt: "livre ouvert bible rayons lumière",
|
||||
authorName: "Pasteur Jean-Luc",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-priest-his-lunch-time_23-2149284682.jpg",
|
||||
date: "10 Septembre 2024",
|
||||
},
|
||||
id: "1", category: "Sermon", title: "L'Espérance Inébranlable", excerpt: "Découvrez comment maintenir une espérance solide même face aux défis de la vie. Un message puissant pour tous.", imageSrc: "http://img.b2bpic.net/free-photo/from-woman-reading-near-lamp_23-2147779392.jpg", imageAlt: "livre ouvert bible rayons lumière", authorName: "Pasteur Jean-Luc", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-priest-his-lunch-time_23-2149284682.jpg", date: "10 Septembre 2024"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Événement",
|
||||
title: "Fête de la Communauté 2024",
|
||||
excerpt: "Revivez les meilleurs moments de notre récente fête annuelle, un temps de joie, de partage et de fraternité.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-meeting-his-workplace_23-2148908830.jpg",
|
||||
imageAlt: "photo événement église communautaire",
|
||||
authorName: "Équipe AGAPAO",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EKvWDB7lFFZ0bKIqwWmrfCPgVL/uploaded-1779940237285-8jp4fps7.jpg",
|
||||
date: "25 Août 2024",
|
||||
},
|
||||
id: "2", category: "Événement", title: "Fête de la Communauté 2024", excerpt: "Revivez les meilleurs moments de notre récente fête annuelle, un temps de joie, de partage et de fraternité.", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-meeting-his-workplace_23-2148908830.jpg", imageAlt: "photo événement église communautaire", authorName: "Équipe AGAPAO", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EKvWDB7lFFZ0bKIqwWmrfCPgVL/uploaded-1779940237285-8jp4fps7.jpg", date: "25 Août 2024"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Mission",
|
||||
title: "Voyage Missionnaire au Togo",
|
||||
excerpt: "Suivez notre équipe alors qu'elle partage l'Évangile et apporte de l'aide pratique aux communautés au Togo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-support-group_23-2151079556.jpg",
|
||||
imageAlt: "groupe volontaires mission humanitaire",
|
||||
authorName: "Pasteure Sophie",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/blonde-woman-posing-outdoors-while-holding-book_23-2148396318.jpg",
|
||||
date: "15 Juillet 2024",
|
||||
},
|
||||
id: "3", category: "Mission", title: "Voyage Missionnaire au Togo", excerpt: "Suivez notre équipe alors qu'elle partage l'Évangile et apporte de l'aide pratique aux communautés au Togo.", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-support-group_23-2151079556.jpg", imageAlt: "groupe volontaires mission humanitaire", authorName: "Pasteure Sophie", authorAvatar: "http://img.b2bpic.net/free-photo/blonde-woman-posing-outdoors-while-holding-book_23-2148396318.jpg", date: "15 Juillet 2024"},
|
||||
{
|
||||
id: "4",
|
||||
category: "Étude",
|
||||
title: "Comprendre les Prophéties",
|
||||
excerpt: "Une série d'études approfondies sur les prophéties bibliques et leur pertinence pour notre temps. Joignez-vous à nous.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-bible-with-large-copy-space-inspiration-content_169016-71596.jpg",
|
||||
imageAlt: "groupe d'étude biblique",
|
||||
authorName: "Thomas Duval",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/men-reading-textbooks-with-admiration_23-2147656359.jpg",
|
||||
date: "01 Juillet 2024",
|
||||
},
|
||||
id: "4", category: "Étude", title: "Comprendre les Prophéties", excerpt: "Une série d'études approfondies sur les prophéties bibliques et leur pertinence pour notre temps. Joignez-vous à nous.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-bible-with-large-copy-space-inspiration-content_169016-71596.jpg", imageAlt: "groupe d'étude biblique", authorName: "Thomas Duval", authorAvatar: "http://img.b2bpic.net/free-photo/men-reading-textbooks-with-admiration_23-2147656359.jpg", date: "01 Juillet 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -418,25 +252,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Quels sont les horaires des services?",
|
||||
content: "Nos services d'adoration ont lieu chaque dimanche à 10h00. Des études bibliques et réunions de prière sont organisées en semaine. Consultez notre calendrier pour les détails.",
|
||||
},
|
||||
id: "1", title: "Quels sont les horaires des services?", content: "Nos services d'adoration ont lieu chaque dimanche à 10h00. Des études bibliques et réunions de prière sont organisées en semaine. Consultez notre calendrier pour les détails."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Comment puis-je devenir membre?",
|
||||
content: "Nous serions ravis de vous accueillir ! Vous pouvez nous contacter via le formulaire ci-dessous ou parler à un pasteur après le service. Nous organisons régulièrement des sessions d'intégration.",
|
||||
},
|
||||
id: "2", title: "Comment puis-je devenir membre?", content: "Nous serions ravis de vous accueillir ! Vous pouvez nous contacter via le formulaire ci-dessous ou parler à un pasteur après le service. Nous organisons régulièrement des sessions d'intégration."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Y a-t-il des programmes pour les enfants?",
|
||||
content: "Oui, nous avons un ministère dynamique pour les enfants de tous âges, avec des activités adaptées et un enseignement biblique amusant pendant le service du dimanche.",
|
||||
},
|
||||
id: "3", title: "Y a-t-il des programmes pour les enfants?", content: "Oui, nous avons un ministère dynamique pour les enfants de tous âges, avec des activités adaptées et un enseignement biblique amusant pendant le service du dimanche."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Comment puis-je faire un don?",
|
||||
content: "Nous apprécions votre générosité. Vous pouvez faire un don en ligne via notre site web sécurisé ou en personne pendant nos services.",
|
||||
},
|
||||
id: "4", title: "Comment puis-je faire un don?", content: "Nous apprécions votre générosité. Vous pouvez faire un don en ligne via notre site web sécurisé ou en personne pendant nos services."},
|
||||
]}
|
||||
title="Questions Fréquemment Posées"
|
||||
description="Trouvez des réponses aux questions courantes sur AGAPAO, nos services, nos croyances et comment vous impliquer dans notre communauté."
|
||||
@@ -450,8 +272,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contactez-nous"
|
||||
title="Rejoignez Notre Communauté"
|
||||
description="Nous serions ravis de vous accueillir au sein de la famille AGAPAO. Envoyez-nous un message et nous vous répondrons dès que possible pour toute question ou demande."
|
||||
@@ -470,19 +291,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/agapao",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/agapao", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/agapao",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/agapao", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Film,
|
||||
href: "https://youtube.com/agapao",
|
||||
ariaLabel: "YouTube",
|
||||
},
|
||||
href: "https://youtube.com/agapao", ariaLabel: "YouTube"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user