Compare commits
25 Commits
version_42
...
version_46
| Author | SHA1 | Date | |
|---|---|---|---|
| be055c02cc | |||
| 7aa0134741 | |||
| ae6c453a9c | |||
| c784904728 | |||
| c8d2e1be88 | |||
| 7ce05b5b8a | |||
| bfc502daf7 | |||
| d89fa229c7 | |||
| a106d8ebdd | |||
| f01dc720fa | |||
| 6f764786db | |||
| 11fc414d8b | |||
| 52923ea725 | |||
| 302ea0620d | |||
| 306c76120f | |||
| aefb8c99d9 | |||
| 50de777115 | |||
| 453183177d | |||
| 56623eaf04 | |||
| ebe32e750a | |||
| 6eb8a7b287 | |||
| 16d64fa460 | |||
| 59f3f8ff13 | |||
| 7cb338eec8 | |||
| d46a89ec8f |
@@ -10,7 +10,8 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
|||||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
||||||
import { Sparkles, Search, Award, Users, ArrowRight, CheckCircle } from "lucide-react";
|
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||||
|
import { Sparkles, Search, Award, Users, ArrowRight, CheckCircle, Star } from "lucide-react";
|
||||||
|
|
||||||
export default function WebAgency2Page() {
|
export default function WebAgency2Page() {
|
||||||
return (
|
return (
|
||||||
@@ -74,6 +75,21 @@ export default function WebAgency2Page() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="testimonials">
|
||||||
|
<TestimonialCardThirteen
|
||||||
|
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 }
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div id="work">
|
<div id="work">
|
||||||
<FeatureCardTwentySix
|
<FeatureCardTwentySix
|
||||||
title="Nos Projets"
|
title="Nos Projets"
|
||||||
|
|||||||
Reference in New Issue
Block a user