Compare commits
22 Commits
version_13
...
version_24
| Author | SHA1 | Date | |
|---|---|---|---|
| c537a5a933 | |||
| 3fc23bbf43 | |||
| dab1036065 | |||
| 273c88b09f | |||
| e9205d42fe | |||
| f6325be591 | |||
| c28247b488 | |||
| 46ab8552ca | |||
| 1d925878bb | |||
| 74d77b59c6 | |||
| 79b4f144d8 | |||
| fad11ae68d | |||
| 36d7be0202 | |||
| db42c49081 | |||
| d599396cf1 | |||
| 77b9da28e5 | |||
| 42c9e7be28 | |||
| c0e433cbd3 | |||
| 9c3ee590bf | |||
| 8e973ed379 | |||
| e24cbcfed8 | |||
| f382dc0ef8 |
@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
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";
|
import { BookOpen, Clock, Crown, Diamond, Feather, Lightbulb, Mail, Smile, Sparkles, Users, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -177,21 +177,23 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardThirteen
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
showRating={true}
|
||||||
|
carouselMode="buttons"
|
||||||
testimonials={[
|
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"
|
title="Ce que disent nos éditeurs"
|
||||||
description="Découvrez comment ÉditeurPro a transformé le quotidien des professionnels de l'édition freelance."
|
description="Découvrez comment ÉditeurPro a transformé le quotidien des professionnels de l'édition freelance."
|
||||||
|
|||||||
Reference in New Issue
Block a user