|
|
|
|
@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
|
|
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
|
|
|
|
import { BookOpen, Clock, Crown, Diamond, Feather, Lightbulb, Mail, Smile, Sparkles, Users, Zap } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
@@ -177,21 +177,23 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardSix
|
|
|
|
|
<TestimonialCardThirteen
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
showRating={true}
|
|
|
|
|
carouselMode="buttons"
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "t1", name: "Sophie Martin", handle: "@SophieEdits", testimonial: "ÉditeurPro est une révélation ! La relecture IA me fait gagner un temps fou, et le portail client est un jeu d'enfant. Mes auteurs sont ravis.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", imageAlt: "Photo de profil de Sophie Martin"},
|
|
|
|
|
id: "t1", name: "Sophie Martin", handle: "@SophieEdits", testimonial: "ÉditeurPro est une révélation ! La relecture IA me fait gagner un temps fou, et le portail client est un jeu d'enfant. Mes auteurs sont ravis.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", imageAlt: "Photo de profil de Sophie Martin", rating: 5},
|
|
|
|
|
{
|
|
|
|
|
id: "t2", name: "Marc Dubois", handle: "@MarcBooks", testimonial: "La collaboration en temps réel a changé ma façon de travailler. Plus de confusion, juste une efficacité pure. C'est l'outil indispensable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Photo de profil de Marc Dubois"},
|
|
|
|
|
id: "t2", name: "Marc Dubois", handle: "@MarcBooks", testimonial: "La collaboration en temps réel a changé ma façon de travailler. Plus de confusion, juste une efficacité pure. C'est l'outil indispensable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Photo de profil de Marc Dubois", rating: 5},
|
|
|
|
|
{
|
|
|
|
|
id: "t3", name: "Léa Chevalier", handle: "@LeaEditions", testimonial: "Je n'aurais jamais cru qu'un logiciel puisse être aussi intuitif et puissant à la fois. La gestion de projet est un rêve devenu réalité.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-arms-crossed_23-2148170961.jpg", imageAlt: "Photo de profil de Léa Chevalier"},
|
|
|
|
|
id: "t3", name: "Léa Chevalier", handle: "@LeaEditions", testimonial: "Je n'aurais jamais cru qu'un logiciel puisse être aussi intuitif et puissant à la fois. La gestion de projet est un rêve devenu réalité.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-arms-crossed_23-2148170961.jpg", imageAlt: "Photo de profil de Léa Chevalier", rating: 5},
|
|
|
|
|
{
|
|
|
|
|
id: "t4", name: "Thomas Petit", handle: "@ThomasProof", testimonial: "Le luxe de pouvoir gérer tous mes projets au même endroit, avec un niveau de détail professionnel. ÉditeurPro est un investissement qui rapporte.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-browsing-tablet_23-2148452626.jpg", imageAlt: "Photo de profil de Thomas Petit"},
|
|
|
|
|
id: "t4", name: "Thomas Petit", handle: "@ThomasProof", testimonial: "Le luxe de pouvoir gérer tous mes projets au même endroit, avec un niveau de détail professionnel. ÉditeurPro est un investissement qui rapporte.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-browsing-tablet_23-2148452626.jpg", imageAlt: "Photo de profil de Thomas Petit", rating: 5},
|
|
|
|
|
{
|
|
|
|
|
id: "t5", name: "Chloe Dupont", handle: "@ChloeLiterary", testimonial: "La fluidité des interactions et la sécurité du portail client sont incomparables. ÉditeurPro a élevé ma pratique de l'édition à un niveau supérieur.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sad-young-woman-sad-woman-light-background_169016-62993.jpg", imageAlt: "Photo de profil de Chloe Dupont"},
|
|
|
|
|
id: "t5", name: "Chloe Dupont", handle: "@ChloeLiterary", testimonial: "La fluidité des interactions et la sécurité du portail client sont incomparables. ÉditeurPro a élevé ma pratique de l'édition à un niveau supérieur.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sad-young-woman-sad-woman-light-background_169016-62993.jpg", imageAlt: "Photo de profil de Chloe Dupont", rating: 5},
|
|
|
|
|
]}
|
|
|
|
|
title="Ce que disent nos éditeurs"
|
|
|
|
|
description="Découvrez comment ÉditeurPro a transformé le quotidien des professionnels de l'édition freelance."
|
|
|
|
|
|