Merge version_40 into main
Merge version_40 into main
This commit was merged in pull request #52.
This commit is contained in:
@@ -10,8 +10,8 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
|
||||
import { Sparkles, Search, Award, Users, ArrowRight, CheckCircle, Smartphone, LayoutGrid, Palette } from "lucide-react";
|
||||
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
||||
import { Sparkles, Search, Award, Users, ArrowRight, Smartphone, LayoutGrid, Palette } from "lucide-react";
|
||||
|
||||
export default function WebAgency2Page() {
|
||||
return (
|
||||
@@ -93,7 +93,7 @@ export default function WebAgency2Page() {
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing">
|
||||
<PricingCardFive
|
||||
<PricingCardThree
|
||||
title="Nos Tarifs"
|
||||
description="La qualité Apple, la puissance du Web."
|
||||
animationType="slide-up"
|
||||
@@ -102,18 +102,18 @@ export default function WebAgency2Page() {
|
||||
plans={[
|
||||
{
|
||||
id: "one-page", tag: "Minimaliste", tagIcon: Smartphone,
|
||||
price: "890€", period: "Forfait unique", description: "Landing page efficace pour maximiser vos conversions immédiates.", button: { text: "Démarrer", href: "#contact" },
|
||||
featuresTitle: "Ce qui est inclus :", features: ["Design épuré type Apple", "Performance optimisée", "Intégration Analytics", "Responsive sur mobile"]
|
||||
price: "250 CHF", name: "Site One Page", buttons: [{ text: "Démarrer", href: "#contact" }],
|
||||
features: ["Design épuré type Apple", "Performance optimisée", "Responsive sur mobile"]
|
||||
},
|
||||
{
|
||||
id: "multi-pages", tag: "Complet", tagIcon: LayoutGrid,
|
||||
price: "1990€", period: "À partir de", description: "Site multi-pages riche pour présenter l'ensemble de votre écosystème.", button: { text: "Choisir", href: "#contact" },
|
||||
featuresTitle: "Tout en One-Page + :", features: ["Architecture multi-pages", "Gestion de contenu (CMS)", "SEO Avancé", "Formulaires complexes"]
|
||||
price: "1350 CHF", name: "Multi-pages", buttons: [{ text: "Choisir", href: "#contact" }],
|
||||
features: ["Architecture multi-pages", "Gestion de contenu (CMS)", "SEO Avancé", "Formulaires complexes"]
|
||||
},
|
||||
{
|
||||
id: "personnalise", tag: "Sur-mesure", tagIcon: Palette,
|
||||
price: "Sur devis", period: "Contactez-nous", description: "Application web sur-mesure ou plateforme e-commerce complexe.", button: { text: "Parlons-en", href: "#contact" },
|
||||
featuresTitle: "Pour aller plus loin :", features: ["Développement spécifique", "Support prioritaire", "Intégration API", "Monitoring 24/7"]
|
||||
price: "Sur devis", name: "Sur-mesure", buttons: [{ text: "Parlons-en", href: "#contact" }],
|
||||
features: ["Développement spécifique", "Support prioritaire", "Intégration API", "Monitoring 24/7"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user