Merge version_46 into main
Merge version_46 into main
This commit was merged in pull request #66.
This commit is contained in:
@@ -10,7 +10,8 @@ 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 { 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() {
|
||||
return (
|
||||
@@ -74,6 +75,20 @@ export default function WebAgency2Page() {
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="Témoignages Clients"
|
||||
description="Ce que nos clients disent de notre expertise."
|
||||
textboxLayout="default"
|
||||
showRating={true}
|
||||
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">
|
||||
<FeatureCardTwentySix
|
||||
title="Nos Projets"
|
||||
|
||||
Reference in New Issue
Block a user