Compare commits
28 Commits
version_42
...
version_47
| Author | SHA1 | Date | |
|---|---|---|---|
| 0755c8abbf | |||
| 1186e76532 | |||
| be055c02cc | |||
| bb4a101439 | |||
| 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"
|
||||||
@@ -101,7 +117,7 @@ export default function WebAgency2Page() {
|
|||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "one-page", price: "250 CHF", name: "Site One Page", buttons: [{ text: "Démarrer", href: "#contact" }],
|
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" }],
|
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