From 83a41d7e9f27675a7118ddb4221b716c88483fd4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 16:36:31 +0000 Subject: [PATCH 1/4] Update src/app/comparison/page.tsx --- src/app/comparison/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/comparison/page.tsx b/src/app/comparison/page.tsx index c0243a4..2a29907 100644 --- a/src/app/comparison/page.tsx +++ b/src/app/comparison/page.tsx @@ -29,21 +29,21 @@ export default function ComparisonPage() { { name: "À Propos", id: "about" }, { name: "Contact", id: "contact" }, { name: "Pricing", id: "/pricing" }, - { name: "Features Comparison", id: "/comparison" }, + { name: "Nos Offres", id: "/comparison" }, { name: "Pricing Highlights", id: "/pricing-highlighted" } ]} button={{ text: "Démarrer", href: "#contact" }} />
@@ -58,4 +58,4 @@ export default function ComparisonPage() { ); -} +} \ No newline at end of file From 800f02c04dc81eec0eb28cd233ca8786210759dc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 16:36:32 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26ad6ab..7bd8dfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,8 @@ export default function WebAgency2Page() { { name: "Services", id: "services" }, { name: "À Propos", id: "about" }, { name: "Contact", id: "contact" }, - { name: "Tarifs", id: "pricing" } + { name: "Tarifs", id: "pricing" }, + { name: "Offres", id: "/comparison" } ]} button={{ text: "Démarrer", href: "#contact" }} /> @@ -93,16 +94,16 @@ export default function WebAgency2Page() { ]} /> -
+
@@ -183,4 +184,4 @@ export default function WebAgency2Page() { ); -} +} \ No newline at end of file From b990e3d931bd43afafd15452cce16800421bf4ff Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 16:36:32 +0000 Subject: [PATCH 3/4] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index f3c662e..f2b9a20 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -29,7 +29,7 @@ export default function PricingPage() { { name: "À Propos", id: "about" }, { name: "Contact", id: "contact" }, { name: "Pricing", id: "/pricing" }, - { name: "Features Comparison", id: "/comparison" }, + { name: "Nos Offres", id: "/comparison" }, { name: "Pricing Highlights", id: "/pricing-highlighted" } ]} button={{ text: "Démarrer", href: "#contact" }} @@ -59,4 +59,4 @@ export default function PricingPage() { ); -} +} \ No newline at end of file From 70b0fb878b27601488cc26f6f9069fde3d190246 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 16:36:33 +0000 Subject: [PATCH 4/4] Update src/app/pricing-highlighted/page.tsx --- src/app/pricing-highlighted/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/pricing-highlighted/page.tsx b/src/app/pricing-highlighted/page.tsx index b924760..9aba7c4 100644 --- a/src/app/pricing-highlighted/page.tsx +++ b/src/app/pricing-highlighted/page.tsx @@ -30,7 +30,7 @@ export default function PricingHighlightedPage() { { name: "À Propos", id: "about" }, { name: "Contact", id: "contact" }, { name: "Pricing", id: "/pricing" }, - { name: "Features Comparison", id: "/comparison" }, + { name: "Nos Offres", id: "/comparison" }, { name: "Pricing Highlights", id: "/pricing-highlighted" } ]} button={{ text: "Démarrer", href: "#contact" }} @@ -58,4 +58,4 @@ export default function PricingHighlightedPage() { ); -} +} \ No newline at end of file