Compare commits
5 Commits
version_46
...
version_48
| Author | SHA1 | Date | |
|---|---|---|---|
| f7e81683dd | |||
| 095370909a | |||
| 0755c8abbf | |||
| 1186e76532 | |||
| bb4a101439 |
@@ -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>
|
||||
@@ -117,7 +115,7 @@ export default function WebAgency2Page() {
|
||||
plans={[
|
||||
{
|
||||
id: "one-page", price: "250 CHF", name: "Site One Page", buttons: [{ text: "Démarrer", href: "#contact" }],
|
||||
features: ["Design épuré type Apple", "Performance optimisée", "Responsive sur mobile"]
|
||||
features: ["SEO de base", "Performance optimisée", "Responsive sur mobile"]
|
||||
},
|
||||
{
|
||||
id: "multi-pages", price: "1350 CHF", name: "Multi-pages", badge: "Populaire", badgeIcon: CheckCircle, buttons: [{ text: "Choisir", href: "#contact" }],
|
||||
|
||||
Reference in New Issue
Block a user