Merge version_36 into main

Merge version_36 into main
This commit was merged in pull request #44.
This commit is contained in:
2026-05-15 16:47:58 +00:00
5 changed files with 19 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ export default function ComparisonPage() {
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "À Propos", id: "about" }, { name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
{ name: "Pricing", id: "/pricing" } { name: "Pricing", id: "pricing" }
]} ]}
button={{ text: "Démarrer", href: "#contact" }} button={{ text: "Démarrer", href: "#contact" }}
/> />

View File

@@ -35,7 +35,7 @@ export default function WebAgency2Page() {
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "À Propos", id: "about" }, { name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
{ name: "Pricing", id: "/pricing" } { name: "Pricing", id: "pricing" }
]} ]}
button={{ text: "Démarrer", href: "#contact" }} button={{ text: "Démarrer", href: "#contact" }}
/> />
@@ -91,7 +91,7 @@ export default function WebAgency2Page() {
]} ]}
/> />
</div> </div>
<div id="pricing-highlighted-cards"> <div id="pricing">
<PricingCardTwo <PricingCardTwo
title="Nos Tarifs" title="Nos Tarifs"
description="Des solutions adaptées à vos besoins avec des options premium." description="Des solutions adaptées à vos besoins avec des options premium."
@@ -140,17 +140,19 @@ export default function WebAgency2Page() {
{ id: "satisfaction", value: "99%", title: "Satisfaction", description: "Taux de satisfaction client", icon: Users }, { id: "satisfaction", value: "99%", title: "Satisfaction", description: "Taux de satisfaction client", icon: Users },
]} ]}
/> />
<ContactCTA <div id="contact">
tag="Entrer en contact" <ContactCTA
title="Prêt à transformer votre présence numérique ?" tag="Entrer en contact"
description="Construisons quelque chose d'extraordinaire ensemble. Contactez-nous pour discuter de votre projet." title="Prêt à transformer votre présence numérique ?"
background={{ variant: "rotated-rays-animated" }} description="Construisons quelque chose d'extraordinaire ensemble. Contactez-nous pour discuter de votre projet."
buttons={[ background={{ variant: "rotated-rays-animated" }}
{ text: "Lancer votre projet", href: "#contact" }, buttons={[
]} { text: "Lancer votre projet", href: "#contact" },
buttonAnimation="slide-up" ]}
useInvertedBackground={false} buttonAnimation="slide-up"
/> useInvertedBackground={false}
/>
</div>
<FooterBase <FooterBase
logoText="Switzerweb" logoText="Switzerweb"
copyrightText="© 2026 | Switzerweb" copyrightText="© 2026 | Switzerweb"

View File

@@ -29,7 +29,7 @@ export default function PricingHighlightedCardsPage() {
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "À Propos", id: "about" }, { name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
{ name: "Pricing", id: "/pricing" } { name: "Pricing", id: "pricing" }
]} ]}
button={{ text: "Démarrer", href: "#contact" }} button={{ text: "Démarrer", href: "#contact" }}
/> />

View File

@@ -29,7 +29,7 @@ export default function PricingHighlightedPage() {
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "À Propos", id: "about" }, { name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
{ name: "Pricing", id: "/pricing" } { name: "Pricing", id: "pricing" }
]} ]}
button={{ text: "Démarrer", href: "#contact" }} button={{ text: "Démarrer", href: "#contact" }}
/> />

View File

@@ -28,7 +28,7 @@ export default function PricingPage() {
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "À Propos", id: "about" }, { name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
{ name: "Pricing", id: "/pricing" } { name: "Pricing", id: "pricing" }
]} ]}
button={{ text: "Démarrer", href: "#contact" }} button={{ text: "Démarrer", href: "#contact" }}
/> />