Update src/app/page.tsx
This commit is contained in:
358
src/app/page.tsx
358
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Accueil", id: "#home"},
|
||||
{
|
||||
name: "À Propos",
|
||||
id: "#about",
|
||||
},
|
||||
name: "À Propos", id: "#about"},
|
||||
{
|
||||
name: "Fonctionnalités",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Fonctionnalités", id: "#features"},
|
||||
{
|
||||
name: "Applications",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Applications", id: "#products"},
|
||||
{
|
||||
name: "Témoignages",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Témoignages", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="SuivreSaSante"
|
||||
/>
|
||||
@@ -71,81 +57,42 @@ export default function LandingPage() {
|
||||
description="Découvrez Super Intestin pour le Syndrome de l'Intestin Irritable et ApresCoup pour le post-AVC, des applications dédiées à votre bien-être."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marc L.",
|
||||
handle: "@marcl_health",
|
||||
testimonial: "J'ai retrouvé un confort digestif incroyable avec Super Intestin ! L'application est intuitive et les conseils sont d'une aide précieuse.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vertical-image-smiling-african-man-looking_171337-9837.jpg?_wi=1",
|
||||
imageAlt: "Marc L. utilisateur satisfait",
|
||||
},
|
||||
name: "Marc L.", handle: "@marcl_health", testimonial: "J'ai retrouvé un confort digestif incroyable avec Super Intestin ! L'application est intuitive et les conseils sont d'une aide précieuse.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vertical-image-smiling-african-man-looking_171337-9837.jpg", imageAlt: "Marc L. utilisateur satisfait"},
|
||||
{
|
||||
name: "Sophie M.",
|
||||
handle: "@sophiem_rehab",
|
||||
testimonial: "ApresCoup m'a vraiment aidé dans ma rééducation post-AVC. C'est une ressource inestimable pour le suivi de mes progrès.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg?_wi=1",
|
||||
imageAlt: "Sophie M. utilisatrice satisfaite",
|
||||
},
|
||||
name: "Sophie M.", handle: "@sophiem_rehab", testimonial: "ApresCoup m'a vraiment aidé dans ma rééducation post-AVC. C'est une ressource inestimable pour le suivi de mes progrès.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", imageAlt: "Sophie M. utilisatrice satisfaite"},
|
||||
{
|
||||
name: "Léa G.",
|
||||
handle: "@leag_digestion",
|
||||
testimonial: "L'interface de Super Intestin est claire et les outils de suivi du SII sont exceptionnels. Je le recommande à tous !",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-redhead-fitness-girl-listening-music-headphones-looking-smartphone-using-sport-app-standing-white-background_176420-49327.jpg",
|
||||
imageAlt: "Léa G. utilisatrice satisfaite",
|
||||
},
|
||||
name: "Léa G.", handle: "@leag_digestion", testimonial: "L'interface de Super Intestin est claire et les outils de suivi du SII sont exceptionnels. Je le recommande à tous !", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-redhead-fitness-girl-listening-music-headphones-looking-smartphone-using-sport-app-standing-white-background_176420-49327.jpg", imageAlt: "Léa G. utilisatrice satisfaite"},
|
||||
{
|
||||
name: "Jean P.",
|
||||
handle: "@jeanp_recovery",
|
||||
testimonial: "Mon thérapeute m'a recommandé ApresCoup et je suis bluffé par l'efficacité. Un vrai plus pour ma récupération.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg",
|
||||
imageAlt: "Jean P. utilisateur satisfait",
|
||||
},
|
||||
name: "Jean P.", handle: "@jeanp_recovery", testimonial: "Mon thérapeute m'a recommandé ApresCoup et je suis bluffé par l'efficacité. Un vrai plus pour ma récupération.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", imageAlt: "Jean P. utilisateur satisfait"},
|
||||
{
|
||||
name: "Claire S.",
|
||||
handle: "@claires_wellness",
|
||||
testimonial: "SuivreSaSante crée des applications qui changent la vie. Un soutien quotidien indispensable pour ma santé.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-carefree-tender-lovely-blond-girl-white-dress-laughing-funny-joke-message-holding-mobile-phone-close-eyes-giggle-something-hilarious-pink-background_1258-92870.jpg",
|
||||
imageAlt: "Claire S. utilisatrice satisfaite",
|
||||
},
|
||||
name: "Claire S.", handle: "@claires_wellness", testimonial: "SuivreSaSante crée des applications qui changent la vie. Un soutien quotidien indispensable pour ma santé.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-carefree-tender-lovely-blond-girl-white-dress-laughing-funny-joke-message-holding-mobile-phone-close-eyes-giggle-something-hilarious-pink-background_1258-92870.jpg", imageAlt: "Claire S. utilisatrice satisfaite"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Découvrir Super Intestin",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Découvrir Super Intestin", href: "#products"},
|
||||
{
|
||||
text: "Explorer ApresCoup",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explorer ApresCoup", href: "#products"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148077720.jpg",
|
||||
alt: "Visage utilisateur souriant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/hand-drawn-people-avatar-collection_23-2148077720.jpg", alt: "Visage utilisateur souriant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-male-with-bristle-bushy-hairstyle-white-perfect-teeth-has-good-mood_273609-8513.jpg",
|
||||
alt: "Visage utilisateur heureux",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-male-with-bristle-bushy-hairstyle-white-perfect-teeth-has-good-mood_273609-8513.jpg", alt: "Visage utilisateur heureux"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg",
|
||||
alt: "Visage utilisateur optimiste",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", alt: "Visage utilisateur optimiste"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-hispanic-woman-wearing-business-clothes-smiling-love-doing-heart-symbol-shape-with-hands-romantic-concept_839833-22437.jpg",
|
||||
alt: "Visage utilisateur professionnel",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-hispanic-woman-wearing-business-clothes-smiling-love-doing-heart-symbol-shape-with-hands-romantic-concept_839833-22437.jpg", alt: "Visage utilisateur professionnel"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-man-red-t-shirt-smiling-yellow-wall_291650-225.jpg",
|
||||
alt: "African american man in red t-shirt and smiling over yellow wall.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-man-red-t-shirt-smiling-yellow-wall_291650-225.jpg", alt: "African american man in red t-shirt and smiling over yellow wall."},
|
||||
]}
|
||||
avatarText="Plus de 100 000 utilisateurs satisfaits"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-male-nurse-showing-medical-instructions-video-green-screen-tablet_482257-89976.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-male-nurse-showing-medical-instructions-video-green-screen-tablet_482257-89976.jpg"
|
||||
imageAlt="Écrans des applications Super Intestin et ApresCoup sur des smartphones."
|
||||
showBlur={true}
|
||||
/>
|
||||
@@ -158,17 +105,11 @@ export default function LandingPage() {
|
||||
description="Chez SuivreSaSante, nous nous engageons à développer des solutions numériques innovantes pour améliorer la qualité de vie des personnes souffrant de conditions chroniques. Nos applications, Super Intestin et ApresCoup, sont conçues avec empathie et expertise scientifique."
|
||||
metrics={[
|
||||
{
|
||||
value: "100K+",
|
||||
title: "Téléchargements",
|
||||
},
|
||||
value: "100K+", title: "Téléchargements"},
|
||||
{
|
||||
value: "98%",
|
||||
title: "Satisfaction Utilisateur",
|
||||
},
|
||||
value: "98%", title: "Satisfaction Utilisateur"},
|
||||
{
|
||||
value: "5+",
|
||||
title: "Langues Disponibles",
|
||||
},
|
||||
value: "5+", title: "Langues Disponibles"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-people-wearing-lab-coats_23-2149126948.jpg"
|
||||
imageAlt="Équipe médicale discutant d'une application de santé sur tablette"
|
||||
@@ -184,55 +125,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Suivi Personnalisé du SII",
|
||||
description: "Super Intestin vous aide à identifier les déclencheurs et à gérer les symptômes du syndrome de l'intestin irritable grâce à un journal alimentaire et de symptômes intelligent.",
|
||||
icon: ListChecks,
|
||||
title: "Suivi Personnalisé du SII", description: "Super Intestin vous aide à identifier les déclencheurs et à gérer les symptômes du syndrome de l'intestin irritable grâce à un journal alimentaire et de symptômes intelligent.", icon: ListChecks,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165176.jpg",
|
||||
imageAlt: "Interface de suivi des symptômes du SII",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165176.jpg", imageAlt: "Interface de suivi des symptômes du SII"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-holding-green-detox-smoothie-using-nutrition-app-smartphone-kitchen-fit-breakfast_169016-41705.jpg",
|
||||
imageAlt: "Interface du journal alimentaire Super Intestin",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-nurse-showing-medical-instructions-video-green-screen-tablet_482257-89976.jpg?_wi=2",
|
||||
imageAlt: "mobile app tracking IBS symptoms",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-holding-green-detox-smoothie-using-nutrition-app-smartphone-kitchen-fit-breakfast_169016-41705.jpg", imageAlt: "Interface du journal alimentaire Super Intestin"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Rééducation Post-AVC Adaptée",
|
||||
description: "ApresCoup propose des exercices cognitifs et physiques personnalisés pour accompagner les patients dans leur rétablissement après un AVC, avec des rappels et des rapports d'évolution.",
|
||||
icon: Activity,
|
||||
title: "Rééducation Post-AVC Adaptée", description: "ApresCoup propose des exercices cognitifs et physiques personnalisés pour accompagner les patients dans leur rétablissement après un AVC, avec des rappels et des rapports d'évolution.", icon: Activity,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-indigenous-man-sitting-yoga-mat_23-2151128202.jpg",
|
||||
imageAlt: "Interface d'exercices de rééducation post-AVC",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-indigenous-man-sitting-yoga-mat_23-2151128202.jpg", imageAlt: "Interface d'exercices de rééducation post-AVC"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-suffering-from-social-media-addiction_23-2149416011.jpg",
|
||||
imageAlt: "Interface d'exercices cognitifs ApresCoup",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vertical-image-smiling-african-man-looking_171337-9837.jpg?_wi=2",
|
||||
imageAlt: "mobile app tracking IBS symptoms",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-suffering-from-social-media-addiction_23-2149416011.jpg", imageAlt: "Interface d'exercices cognitifs ApresCoup"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Tableaux de Bord Intuitifs",
|
||||
description: "Visualisez vos progrès et tendances de santé grâce à des graphiques clairs et des résumés personnalisés, pour une meilleure compréhension de votre corps et de votre esprit.",
|
||||
icon: LineChart,
|
||||
title: "Tableaux de Bord Intuitifs", description: "Visualisez vos progrès et tendances de santé grâce à des graphiques clairs et des résumés personnalisés, pour une meilleure compréhension de votre corps et de votre esprit.", icon: LineChart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-swimmer-holding-phone_23-2148393538.jpg",
|
||||
imageAlt: "Tableau de bord Super Intestin avec graphiques",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-swimmer-holding-phone_23-2148393538.jpg", imageAlt: "Tableau de bord Super Intestin avec graphiques"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/active-young-woman-using-smartphone-fitness-gym_169016-47266.jpg",
|
||||
imageAlt: "Tableau de bord ApresCoup montrant les progrès",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg?_wi=2",
|
||||
imageAlt: "mobile app tracking IBS symptoms",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/active-young-woman-using-smartphone-fitness-gym_169016-47266.jpg", imageAlt: "Tableau de bord ApresCoup montrant les progrès"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Des Fonctionnalités Essentielles pour un Bien-être Durable"
|
||||
@@ -248,53 +165,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "si-main",
|
||||
name: "Super Intestin",
|
||||
price: "Gratuit",
|
||||
variant: "Gestion SII",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-using-digital-tablet_1170-372.jpg",
|
||||
imageAlt: "Écran principal de Super Intestin",
|
||||
},
|
||||
id: "si-main", name: "Super Intestin", price: "Gratuit", variant: "Gestion SII", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-using-digital-tablet_1170-372.jpg", imageAlt: "Écran principal de Super Intestin"},
|
||||
{
|
||||
id: "si-food",
|
||||
name: "Journal Alimentaire",
|
||||
price: "Inclus",
|
||||
variant: "Super Intestin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-smartphone_23-2148898551.jpg",
|
||||
imageAlt: "Écran du journal alimentaire de Super Intestin",
|
||||
},
|
||||
id: "si-food", name: "Journal Alimentaire", price: "Inclus", variant: "Super Intestin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-smartphone_23-2148898551.jpg", imageAlt: "Écran du journal alimentaire de Super Intestin"},
|
||||
{
|
||||
id: "si-symptom",
|
||||
name: "Suivi des Symptômes",
|
||||
price: "Inclus",
|
||||
variant: "Super Intestin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-professionals-review-mri-scan-test-results-neurology-x-rays_482257-123104.jpg",
|
||||
imageAlt: "Écran de suivi des symptômes de Super Intestin",
|
||||
},
|
||||
id: "si-symptom", name: "Suivi des Symptômes", price: "Inclus", variant: "Super Intestin", imageSrc: "http://img.b2bpic.net/free-photo/healthcare-professionals-review-mri-scan-test-results-neurology-x-rays_482257-123104.jpg", imageAlt: "Écran de suivi des symptômes de Super Intestin"},
|
||||
{
|
||||
id: "ac-exercise",
|
||||
name: "Programme d'Exercices",
|
||||
price: "Gratuit",
|
||||
variant: "Post-AVC ApresCoup",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-sporty-woman-black-t-shirt-with-headband-showing-smartphone-smiling-cheerfully-standing-blue-wall_141793-48396.jpg",
|
||||
imageAlt: "Écran du programme d'exercices ApresCoup",
|
||||
},
|
||||
id: "ac-exercise", name: "Programme d'Exercices", price: "Gratuit", variant: "Post-AVC ApresCoup", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-sporty-woman-black-t-shirt-with-headband-showing-smartphone-smiling-cheerfully-standing-blue-wall_141793-48396.jpg", imageAlt: "Écran du programme d'exercices ApresCoup"},
|
||||
{
|
||||
id: "ac-progress",
|
||||
name: "Suivi des Progrès",
|
||||
price: "Inclus",
|
||||
variant: "Post-AVC ApresCoup",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graph-data-show-summary-analysis-icon-graphic_53876-128061.jpg",
|
||||
imageAlt: "Écran de suivi des progrès ApresCoup",
|
||||
},
|
||||
id: "ac-progress", name: "Suivi des Progrès", price: "Inclus", variant: "Post-AVC ApresCoup", imageSrc: "http://img.b2bpic.net/free-photo/graph-data-show-summary-analysis-icon-graphic_53876-128061.jpg", imageAlt: "Écran de suivi des progrès ApresCoup"},
|
||||
{
|
||||
id: "ac-reminders",
|
||||
name: "Rappels Personnalisés",
|
||||
price: "Inclus",
|
||||
variant: "Post-AVC ApresCoup",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-lottery-ticket-high-angle_23-2149604932.jpg",
|
||||
imageAlt: "Écran des rappels personnalisés ApresCoup",
|
||||
},
|
||||
id: "ac-reminders", name: "Rappels Personnalisés", price: "Inclus", variant: "Post-AVC ApresCoup", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-lottery-ticket-high-angle_23-2149604932.jpg", imageAlt: "Écran des rappels personnalisés ApresCoup"},
|
||||
]}
|
||||
title="Découvrez nos Applications de Santé Numérique"
|
||||
description="Explorez Super Intestin pour une digestion sereine et ApresCoup pour un rétablissement optimal après un AVC. Chaque application est conçue pour vous."
|
||||
@@ -308,23 +189,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "users",
|
||||
icon: Users,
|
||||
title: "Utilisateurs Actifs",
|
||||
value: "50 000+",
|
||||
},
|
||||
id: "users", icon: Users,
|
||||
title: "Utilisateurs Actifs", value: "50 000+"},
|
||||
{
|
||||
id: "retention",
|
||||
icon: TrendingUp,
|
||||
title: "Taux de Rétention",
|
||||
value: "90%",
|
||||
},
|
||||
id: "retention", icon: TrendingUp,
|
||||
title: "Taux de Rétention", value: "90%"},
|
||||
{
|
||||
id: "rating",
|
||||
icon: Star,
|
||||
title: "Évaluations 5 Étoiles",
|
||||
value: "4.8 / 5",
|
||||
},
|
||||
id: "rating", icon: Star,
|
||||
title: "Évaluations 5 Étoiles", value: "4.8 / 5"},
|
||||
]}
|
||||
title="L'Impact Positif de Nos Solutions"
|
||||
description="Des chiffres qui témoignent de notre engagement pour votre bien-être et de l'efficacité prouvée de nos applications."
|
||||
@@ -338,50 +210,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Caroline D.",
|
||||
handle: "Paris",
|
||||
testimonial: "Super Intestin a transformé ma vie ! Moins de douleurs, plus de contrôle sur mon SII. Un grand merci à l'équipe SuivreSaSante.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-casualwear_1098-13407.jpg",
|
||||
imageAlt: "Portrait de Caroline D.",
|
||||
},
|
||||
id: "1", name: "Caroline D.", handle: "Paris", testimonial: "Super Intestin a transformé ma vie ! Moins de douleurs, plus de contrôle sur mon SII. Un grand merci à l'équipe SuivreSaSante.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-casualwear_1098-13407.jpg", imageAlt: "Portrait de Caroline D."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Robert L.",
|
||||
handle: "Lyon",
|
||||
testimonial: "Après mon AVC, ApresCoup a été un pilier fondamental pour ma rééducation. Les exercices sont pertinents et l'application est si facile à utiliser.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-hairless-old-man-looking-camera-against-dark-studio-background_613910-17570.jpg",
|
||||
imageAlt: "Portrait de Robert L.",
|
||||
},
|
||||
id: "2", name: "Robert L.", handle: "Lyon", testimonial: "Après mon AVC, ApresCoup a été un pilier fondamental pour ma rééducation. Les exercices sont pertinents et l'application est si facile à utiliser.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-hairless-old-man-looking-camera-against-dark-studio-background_613910-17570.jpg", imageAlt: "Portrait de Robert L."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Émilie G.",
|
||||
handle: "Marseille",
|
||||
testimonial: "Je recommande Super Intestin à tous ceux qui souffrent du SII. C'est une aide précieuse au quotidien pour mieux comprendre son corps.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cheerful-africanamerican-female-model-showing-okay-sign-winking-looking-satisfied-rec_1258-129397.jpg",
|
||||
imageAlt: "Portrait d'Émilie G.",
|
||||
},
|
||||
id: "3", name: "Émilie G.", handle: "Marseille", testimonial: "Je recommande Super Intestin à tous ceux qui souffrent du SII. C'est une aide précieuse au quotidien pour mieux comprendre son corps.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cheerful-africanamerican-female-model-showing-okay-sign-winking-looking-satisfied-rec_1258-129397.jpg", imageAlt: "Portrait d'Émilie G."},
|
||||
{
|
||||
id: "4",
|
||||
name: "David P.",
|
||||
handle: "Bordeaux",
|
||||
testimonial: "Le suivi personnalisé d'ApresCoup est incroyable. J'ai fait d'énormes progrès grâce à cette application et je me sens plus confiant.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-clapping-hands-isolated-studio_1303-30130.jpg",
|
||||
imageAlt: "Portrait de David P.",
|
||||
},
|
||||
id: "4", name: "David P.", handle: "Bordeaux", testimonial: "Le suivi personnalisé d'ApresCoup est incroyable. J'ai fait d'énormes progrès grâce à cette application et je me sens plus confiant.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-clapping-hands-isolated-studio_1303-30130.jpg", imageAlt: "Portrait de David P."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Laura S.",
|
||||
handle: "Nantes",
|
||||
testimonial: "SuivreSaSante a vraiment compris les besoins des patients. Des applications de qualité qui font une réelle différence dans le parcours de santé.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-smiling-corporate-woman-suit-showing-thumbs-up-recommending-something-good-standing-white-background_176420-50395.jpg",
|
||||
imageAlt: "Portrait de Laura S.",
|
||||
},
|
||||
id: "5", name: "Laura S.", handle: "Nantes", testimonial: "SuivreSaSante a vraiment compris les besoins des patients. Des applications de qualité qui font une réelle différence dans le parcours de santé.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ambitious-smiling-corporate-woman-suit-showing-thumbs-up-recommending-something-good-standing-white-background_176420-50395.jpg", imageAlt: "Portrait de Laura S."},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Ce que Nos Utilisateurs en Disent"
|
||||
@@ -395,30 +237,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Qu'est-ce que Super Intestin ?",
|
||||
content: "Super Intestin est une application mobile conçue pour aider les personnes atteintes du syndrome de l'intestin irritable (SII) à gérer leurs symptômes, identifier les déclencheurs alimentaires et améliorer leur qualité de vie grâce à des outils de suivi et des conseils personnalisés.",
|
||||
},
|
||||
id: "faq-1", title: "Qu'est-ce que Super Intestin ?", content: "Super Intestin est une application mobile conçue pour aider les personnes atteintes du syndrome de l'intestin irritable (SII) à gérer leurs symptômes, identifier les déclencheurs alimentaires et améliorer leur qualité de vie grâce à des outils de suivi et des conseils personnalisés."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Comment ApresCoup peut m'aider après un AVC ?",
|
||||
content: "ApresCoup offre un programme de rééducation personnalisé comprenant des exercices cognitifs et physiques, un suivi des progrès et des rappels pour soutenir les patients dans leur récupération post-AVC. Elle agit comme un compagnon digital pour votre parcours de réhabilitation.",
|
||||
},
|
||||
id: "faq-2", title: "Comment ApresCoup peut m'aider après un AVC ?", content: "ApresCoup offre un programme de rééducation personnalisé comprenant des exercices cognitifs et physiques, un suivi des progrès et des rappels pour soutenir les patients dans leur récupération post-AVC. Elle agit comme un compagnon digital pour votre parcours de réhabilitation."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Les applications sont-elles disponibles sur iOS et Android ?",
|
||||
content: "Oui, Super Intestin et ApresCoup sont disponibles au téléchargement gratuit sur l'App Store (pour les appareils iOS) et sur le Google Play Store (pour les appareils Android). Des achats intégrés peuvent être proposés pour des fonctionnalités avancées.",
|
||||
},
|
||||
id: "faq-3", title: "Les applications sont-elles disponibles sur iOS et Android ?", content: "Oui, Super Intestin et ApresCoup sont disponibles au téléchargement gratuit sur l'App Store (pour les appareils iOS) et sur le Google Play Store (pour les appareils Android). Des achats intégrés peuvent être proposés pour des fonctionnalités avancées."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Comment SuivreSaSante garantit-elle la confidentialité des données ?",
|
||||
content: "La confidentialité de vos données est notre priorité absolue. Nous utilisons des protocoles de sécurité avancés et nous nous conformons aux réglementations en vigueur (RGPD) pour assurer que vos informations personnelles et de santé sont protégées et anonymisées si nécessaire.",
|
||||
},
|
||||
id: "faq-4", title: "Comment SuivreSaSante garantit-elle la confidentialité des données ?", content: "La confidentialité de vos données est notre priorité absolue. Nous utilisons des protocoles de sécurité avancés et nous nous conformons aux réglementations en vigueur (RGPD) pour assurer que vos informations personnelles et de santé sont protégées et anonymisées si nécessaire."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Puis-je utiliser les applications avec mon professionnel de santé ?",
|
||||
content: "Oui, nos applications sont conçues pour être un complément à votre suivi médical. Elles peuvent générer des rapports de progrès que vous pourrez partager avec votre médecin ou thérapeute pour optimiser votre prise en charge. Nous encourageons la collaboration avec les professionnels de santé.",
|
||||
},
|
||||
id: "faq-5", title: "Puis-je utiliser les applications avec mon professionnel de santé ?", content: "Oui, nos applications sont conçues pour être un complément à votre suivi médical. Elles peuvent générer des rapports de progrès que vous pourrez partager avec votre médecin ou thérapeute pour optimiser votre prise en charge. Nous encourageons la collaboration avec les professionnels de santé."},
|
||||
]}
|
||||
title="Questions Fréquentes"
|
||||
description="Trouvez rapidement des réponses à vos interrogations sur Super Intestin, ApresCoup et la vision de SuivreSaSante."
|
||||
@@ -433,28 +260,17 @@ export default function LandingPage() {
|
||||
description="Une question, une suggestion ou besoin d'assistance ? Notre équipe est là pour vous aider. Remplissez le formulaire ci-dessous et nous vous recontacterons dans les plus brefs délais."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Votre Nom Complet",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Votre Nom Complet", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Votre Adresse Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Votre Adresse Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "subject",
|
||||
type: "text",
|
||||
placeholder: "Sujet de votre message",
|
||||
required: true,
|
||||
name: "subject", type: "text", placeholder: "Sujet de votre message", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Votre Message...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Votre Message...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crop-male-hands-taking-selfie-with-tablet_23-2147826892.jpg"
|
||||
@@ -472,45 +288,29 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Super Intestin",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Super Intestin", href: "#products"},
|
||||
{
|
||||
label: "ApresCoup",
|
||||
href: "#products",
|
||||
},
|
||||
label: "ApresCoup", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "À Propos",
|
||||
href: "#about",
|
||||
},
|
||||
label: "À Propos", href: "#about"},
|
||||
{
|
||||
label: "Notre Mission",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Notre Mission", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Mentions Légales",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mentions Légales", href: "#"},
|
||||
{
|
||||
label: "Confidentialité",
|
||||
href: "#",
|
||||
},
|
||||
label: "Confidentialité", href: "#"},
|
||||
{
|
||||
label: "CGU",
|
||||
href: "#",
|
||||
},
|
||||
label: "CGU", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user