Compare commits

...

6 Commits

Author SHA1 Message Date
692d3feb5e Update src/app/pricing-highlighted-cards/page.tsx 2026-05-15 16:46:08 +00:00
cbb261022f Update src/app/pricing-highlighted/page.tsx 2026-05-15 16:46:07 +00:00
80ad9bbc90 Update src/app/pricing/page.tsx 2026-05-15 16:46:07 +00:00
ae527b8494 Update src/app/page.tsx 2026-05-15 16:46:06 +00:00
dd8a7c96db Update src/app/comparison/page.tsx 2026-05-15 16:46:06 +00:00
0d7796f5c0 Merge version_34 into main
Merge version_34 into main
2026-05-15 16:45:04 +00:00
5 changed files with 5 additions and 15 deletions

View File

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

View File

@@ -35,9 +35,7 @@ export default function WebAgency2Page() {
{ name: "Services", id: "services" },
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Pricing", id: "/pricing" },
{ name: "Pricing Highlights", id: "/pricing-highlighted" },
{ name: "Pricing Highlighted Cards", id: "/pricing-highlighted-cards" }
{ name: "Pricing", id: "/pricing" }
]}
button={{ text: "Démarrer", href: "#contact" }}
/>

View File

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

View File

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

View File

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