Merge version_37 into main

Merge version_37 into main
This commit was merged in pull request #45.
This commit is contained in:
2026-05-15 16:50:19 +00:00
5 changed files with 5 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ export default function ComparisonPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Switzerweb" brandName="Switzerweb"
navItems={[ navItems={[
{ name: "Home", id: "/" },
{ name: "Réalisations", id: "work" }, { name: "Réalisations", id: "work" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "À Propos", id: "about" }, { name: "À Propos", id: "about" },

View File

@@ -31,6 +31,7 @@ export default function WebAgency2Page() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Switzerweb" brandName="Switzerweb"
navItems={[ navItems={[
{ name: "Home", id: "/" },
{ name: "Réalisations", id: "work" }, { name: "Réalisations", id: "work" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "À Propos", id: "about" }, { name: "À Propos", id: "about" },

View File

@@ -25,6 +25,7 @@ export default function PricingHighlightedCardsPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Switzerweb" brandName="Switzerweb"
navItems={[ navItems={[
{ name: "Home", id: "/" },
{ name: "Réalisations", id: "work" }, { name: "Réalisations", id: "work" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "À Propos", id: "about" }, { name: "À Propos", id: "about" },

View File

@@ -25,6 +25,7 @@ export default function PricingHighlightedPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Switzerweb" brandName="Switzerweb"
navItems={[ navItems={[
{ name: "Home", id: "/" },
{ name: "Réalisations", id: "work" }, { name: "Réalisations", id: "work" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "À Propos", id: "about" }, { name: "À Propos", id: "about" },

View File

@@ -24,6 +24,7 @@ export default function PricingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Switzerweb" brandName="Switzerweb"
navItems={[ navItems={[
{ name: "Home", id: "/" },
{ name: "Réalisations", id: "work" }, { name: "Réalisations", id: "work" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "À Propos", id: "about" }, { name: "À Propos", id: "about" },