Compare commits

...

2 Commits

Author SHA1 Message Date
f7e81683dd Update src/app/page.tsx 2026-05-15 17:36:34 +00:00
095370909a Merge version_47 into main
Merge version_47 into main
2026-05-15 17:35:45 +00:00

View File

@@ -10,7 +10,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import FooterBase from "@/components/sections/footer/FooterBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import { Sparkles, Search, Award, Users, ArrowRight, CheckCircle, Star } from "lucide-react";
export default function WebAgency2Page() {
@@ -76,17 +76,15 @@ export default function WebAgency2Page() {
/>
</div>
<div id="testimonials">
<TestimonialCardThirteen
<TestimonialCardTen
title="Témoignages Clients"
description="Ce que nos clients disent de notre expertise."
textboxLayout="default"
showRating={true}
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{ id: "t1", name: "Sophie L.", handle: "@sophie.l", testimonial: "Une transformation totale de notre identité visuelle. Résultat sublime.", rating: 5, icon: Star },
{ id: "t2", name: "Marc P.", handle: "@marc.p", testimonial: "Professionnalisme et rapidité au rendez-vous. Je recommande vivement.", rating: 5, icon: Star },
{ id: "t3", name: "Julie M.", handle: "@julie.m", testimonial: "Le SEO a clairement fait décoller nos ventes en quelques mois.", rating: 4, icon: Star }
{ id: "t1", title: "Excellent", quote: "Une transformation totale de notre identité visuelle. Résultat sublime.", name: "Sophie L.", role: "Fondatrice" },
{ id: "t2", title: "Rapide", quote: "Professionnalisme et rapidité au rendez-vous. Je recommande vivement.", name: "Marc P.", role: "Manager" },
{ id: "t3", title: "Efficace", quote: "Le SEO a clairement fait décoller nos ventes en quelques mois.", name: "Julie M.", role: "Directrice" }
]}
/>
</div>