Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,6 @@ 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 TestimonialMarqueeCards from "@/components/sections/testimonial/TestimonialMarqueeCards";
|
|
||||||
import { Sparkles, Search, Award, Users, ArrowRight, CheckCircle } from "lucide-react";
|
import { Sparkles, Search, Award, Users, ArrowRight, CheckCircle } from "lucide-react";
|
||||||
|
|
||||||
export default function WebAgency2Page() {
|
export default function WebAgency2Page() {
|
||||||
@@ -92,18 +91,6 @@ export default function WebAgency2Page() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="testimonial-marquee">
|
|
||||||
<TestimonialMarqueeCards
|
|
||||||
title="Ce que nos clients disent"
|
|
||||||
description="Des témoignages de satisfaction de nos clients à travers le monde."
|
|
||||||
testimonials={[
|
|
||||||
{ text: "Un service incroyable, vraiment professionnel.", author: "Sophie D.", role: "Fondatrice" },
|
|
||||||
{ text: "Des résultats au-delà de nos attentes.", author: "Marc L.", role: "CEO" },
|
|
||||||
{ text: "Efficace, rapide et à l'écoute.", author: "Julie B.", role: "Directrice Marketing" },
|
|
||||||
{ text: "Je recommande vivement leur expertise.", author: "Thomas R.", role: "Entrepreneur" }
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div id="pricing">
|
<div id="pricing">
|
||||||
<PricingCardThree
|
<PricingCardThree
|
||||||
title="Nos Tarifs"
|
title="Nos Tarifs"
|
||||||
|
|||||||
Reference in New Issue
Block a user