Compare commits

...

5 Commits

Author SHA1 Message Date
16d64fa460 Update src/app/page.tsx 2026-05-15 17:26:34 +00:00
7cb338eec8 Update src/app/page.tsx 2026-05-15 17:26:05 +00:00
d46a89ec8f Merge version_42 into main
Merge version_42 into main
2026-05-15 17:25:24 +00:00
1a34b7f490 Update src/app/page.tsx 2026-05-15 17:25:18 +00:00
642437766e Merge version_41 into main
Merge version_41 into main
2026-05-15 17:24:38 +00:00

View File

@@ -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 { Sparkles, Search, Award, Users, ArrowRight } from "lucide-react";
import { Sparkles, Search, Award, Users, ArrowRight, CheckCircle } from "lucide-react";
export default function WebAgency2Page() {
return (
@@ -104,7 +104,7 @@ export default function WebAgency2Page() {
features: ["Design épuré type Apple", "Performance optimisée", "Responsive sur mobile"]
},
{
id: "multi-pages", price: "1350 CHF", name: "Multi-pages", buttons: [{ text: "Choisir", href: "#contact" }],
id: "multi-pages", price: "1350 CHF", name: "Multi-pages", badge: "Populaire", badgeIcon: CheckCircle, buttons: [{ text: "Choisir", href: "#contact" }],
features: ["Architecture multi-pages", "Gestion de contenu (CMS)", "SEO Avancé", "Formulaires complexes"]
},
{
@@ -150,4 +150,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}