diff --git a/src/app/comparison/page.tsx b/src/app/comparison/page.tsx
index 467d69e..12de419 100644
--- a/src/app/comparison/page.tsx
+++ b/src/app/comparison/page.tsx
@@ -27,7 +27,7 @@ export default function ComparisonPage() {
{ name: "Services", id: "services" },
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" },
- { name: "Pricing", id: "/pricing" }
+ { name: "Pricing", id: "pricing" }
]}
button={{ text: "Démarrer", href: "#contact" }}
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 36f9926..b292435 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -35,7 +35,7 @@ export default function WebAgency2Page() {
{ name: "Services", id: "services" },
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" },
- { name: "Pricing", id: "/pricing" }
+ { name: "Pricing", id: "pricing" }
]}
button={{ text: "Démarrer", href: "#contact" }}
/>
@@ -91,7 +91,7 @@ export default function WebAgency2Page() {
]}
/>
-
+
-
+
+
+
diff --git a/src/app/pricing-highlighted/page.tsx b/src/app/pricing-highlighted/page.tsx
index 5c4c730..32f0a21 100644
--- a/src/app/pricing-highlighted/page.tsx
+++ b/src/app/pricing-highlighted/page.tsx
@@ -29,7 +29,7 @@ export default function PricingHighlightedPage() {
{ name: "Services", id: "services" },
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" },
- { name: "Pricing", id: "/pricing" }
+ { name: "Pricing", id: "pricing" }
]}
button={{ text: "Démarrer", href: "#contact" }}
/>
diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx
index 8486922..d8e84ca 100644
--- a/src/app/pricing/page.tsx
+++ b/src/app/pricing/page.tsx
@@ -28,7 +28,7 @@ export default function PricingPage() {
{ name: "Services", id: "services" },
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" },
- { name: "Pricing", id: "/pricing" }
+ { name: "Pricing", id: "pricing" }
]}
button={{ text: "Démarrer", href: "#contact" }}
/>