From 7f48a3a23f724096a7e9eb797f8e193830a4aaef Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 20:46:02 +0000 Subject: [PATCH 1/3] Update src/app/comparison/page.tsx --- src/app/comparison/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/comparison/page.tsx b/src/app/comparison/page.tsx index 71598ff..7578f32 100644 --- a/src/app/comparison/page.tsx +++ b/src/app/comparison/page.tsx @@ -24,10 +24,11 @@ export default function ComparisonPage() { brandName="Switzerweb" navItems={[ { name: "Home", id: "/" }, - { name: "Réalisations", id: "work" }, - { name: "Services", id: "services" }, - { name: "À Propos", id: "about" }, - { name: "Pricing", id: "pricing" } + { name: "Réalisations", id: "/#work" }, + { name: "Services", id: "/#services" }, + { name: "À Propos", id: "/#about" }, + { name: "Tarifs", id: "/pricing" }, + { name: "Contact", id: "/contact" } ]} button={{ text: "Démarrer", href: "/contact" }} /> @@ -39,8 +40,8 @@ export default function ComparisonPage() { logoText="Switzerweb" copyrightText="© 2026 | Switzerweb" columns={[ - { title: "Entreprise", items: [{ label: "À Propos", href: "#about" }, { label: "Services", href: "#services" }] }, - { title: "Services", items: [{ label: "Dév Web", href: "#" }, { label: "SEO", href: "#" }] }, + { title: "Entreprise", items: [{ label: "À Propos", href: "/#about" }, { label: "Services", href: "/#services" }] }, + { title: "Services", items: [{ label: "Dév Web", href: "/#services" }, { label: "SEO", href: "/#services" }] }, ]} /> From f92885a38483bb7c50ee8a197278472233304bdb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 20:46:02 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index df245fc..0df74ef 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -31,11 +31,11 @@ export default function ContactPage() { brandName="Switzerweb" navItems={[ { name: "Home", id: "/" }, - { name: "Réalisations", id: "work" }, - { name: "Services", id: "services" }, - { name: "À Propos", id: "about" }, - { name: "Contact", id: "/contact" }, - { name: "Tarifs", id: "pricing" } + { name: "Réalisations", id: "/#work" }, + { name: "Services", id: "/#services" }, + { name: "À Propos", id: "/#about" }, + { name: "Tarifs", id: "/pricing" }, + { name: "Contact", id: "/contact" } ]} /> @@ -62,12 +62,12 @@ export default function ContactPage() { logoText="Switzerweb" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778866973153-laldct7r.png?_wi=2" columns={[ - { items: [{ label: "À Propos", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "/contact" }] }, - { items: [{ label: "Dév Web", href: "#" }, { label: "SEO", href: "#" }] }, + { items: [{ label: "À Propos", href: "/#about" }, { label: "Services", href: "/#services" }, { label: "Contact", href: "/contact" }] }, + { items: [{ label: "Dév Web", href: "/#services" }, { label: "SEO", href: "/#services" }] } ]} /> ); -} \ No newline at end of file +} From 99f5af3ce54ab4ed3e96c1d246a5ab2bea1ad5c2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 20:46:03 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bb9c17..bfdaa91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,12 +32,13 @@ export default function WebAgency2Page() { brandName="Switzerweb" navItems={[ { name: "Home", id: "/" }, - { name: "Réalisations", id: "work" }, - { name: "Services", id: "services" }, - { name: "À Propos", id: "about" }, - { name: "Pricing", id: "pricing" } + { name: "Réalisations", id: "/#work" }, + { name: "Services", id: "/#services" }, + { name: "À Propos", id: "/#about" }, + { name: "Tarifs", id: "/pricing" }, + { name: "Contact", id: "/contact" } ]} - button={{ text: "Démarrer", href: "#contact" }} + button={{ text: "Démarrer", href: "/contact" }} />
@@ -117,15 +118,15 @@ export default function WebAgency2Page() { useInvertedBackground={false} plans={[ { - id: "one-page", price: "250 CHF", name: "Site One Page", buttons: [{ text: "Démarrer", href: "#contact" }], + id: "one-page", price: "250 CHF", name: "Site One Page", buttons: [{ text: "Démarrer", href: "/contact" }], features: ["SEO de base", "Performance optimisée", "Responsive sur mobile"] }, { - id: "multi-pages", price: "1350 CHF", name: "Multi-pages", badge: "Populaire", badgeIcon: CheckCircle, buttons: [{ text: "Choisir", href: "#contact" }], + id: "multi-pages", price: "1350 CHF", name: "Multi-pages", badge: "Populaire", badgeIcon: CheckCircle, buttons: [{ text: "Choisir", href: "/contact" }], features: ["Architecture multi-pages", "Gestion de contenu (CMS)", "SEO Avancé", "Formulaires complexes"] }, { - id: "personnalise", price: "Sur devis", name: "Sur-mesure", buttons: [{ text: "Parlons-en", href: "#contact" }], + id: "personnalise", price: "Sur devis", name: "Sur-mesure", buttons: [{ text: "Parlons-en", href: "/contact" }], features: ["Développement spécifique", "Support prioritaire", "Intégration API", "Monitoring 24/7"] } ]} @@ -149,8 +150,8 @@ export default function WebAgency2Page() { title="Prêt à transformer votre présence numérique ?" description="Construisons quelque chose d'extraordinaire ensemble. Contactez-nous pour discuter de votre projet." background={{ variant: "rotated-rays-animated" }} - buttons={[ - { text: "Lancer votre projet", href: "#contact" }, + buttons= {[ + { text: "Lancer votre projet", href: "/contact" }, ]} buttonAnimation="slide-up" useInvertedBackground={false} @@ -160,8 +161,8 @@ export default function WebAgency2Page() { logoText="Switzerweb" copyrightText="© 2026 | Switzerweb" columns={[ - { title: "Entreprise", items: [{ label: "À Propos", href: "#about" }, { label: "Services", href: "#services" }] }, - { title: "Services", items: [{ label: "Dév Web", href: "#" }, { label: "SEO", href: "#" }] }, + { title: "Entreprise", items: [{ label: "À Propos", href: "/#about" }, { label: "Services", href: "/#services" }] }, + { title: "Services", items: [{ label: "Dév Web", href: "/#services" }, { label: "SEO", href: "/#services" }] }, ]} />