Update src/app/page.tsx
This commit is contained in:
@@ -101,18 +101,15 @@ export default function WebAgency2Page() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "one-page", tag: "Minimaliste", tagIcon: Smartphone,
|
||||
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"]
|
||||
},
|
||||
{
|
||||
id: "multi-pages", tag: "Complet", tagIcon: LayoutGrid,
|
||||
price: "1350 CHF", name: "Multi-pages", buttons: [{ text: "Choisir", href: "#contact" }],
|
||||
id: "multi-pages", 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", name: "Sur-mesure", buttons: [{ text: "Parlons-en", href: "#contact" }],
|
||||
id: "personnalise", 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