Compare commits

..

7 Commits

Author SHA1 Message Date
ab0c5472ee Update src/app/pricing-highlighted-cards/page.tsx 2026-05-15 18:01:08 +00:00
3e45039fd7 Update src/app/pricing-highlighted/page.tsx 2026-05-15 18:01:07 +00:00
605bf655cd Update src/app/pricing/page.tsx 2026-05-15 18:01:07 +00:00
45a733a21c Update src/app/page.tsx 2026-05-15 18:01:06 +00:00
42ed3350cc Update src/app/comparison/page.tsx 2026-05-15 18:01:06 +00:00
469e7bc4c5 Merge version_59 into main
Merge version_59 into main
2026-05-15 17:58:51 +00:00
e9ebf38702 Merge version_59 into main
Merge version_59 into main
2026-05-15 17:58:26 +00:00
5 changed files with 19 additions and 24 deletions

View File

@@ -27,10 +27,9 @@ export default function ComparisonPage() {
{ name: "Réalisations", id: "work" },
{ name: "Services", id: "services" },
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Pricing", id: "pricing" }
]}
button={{ text: "Démarrer", href: "#contact" }}
button={{ text: "Démarrer", href: "/contact" }}
/>
<div className="pt-32 pb-20 text-center">
<h1 className="text-4xl font-medium">Page vide</h1>
@@ -40,11 +39,11 @@ export default function ComparisonPage() {
logoText="Switzerweb"
copyrightText="© 2026 | Switzerweb"
columns={[
{ title: "Entreprise", items: [{ label: "À Propos", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
{ title: "Entreprise", items: [{ label: "À Propos", href: "#about" }, { label: "Services", href: "#services" }] },
{ title: "Services", items: [{ label: "Dév Web", href: "#" }, { label: "SEO", href: "#" }] },
]}
/>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -35,10 +35,9 @@ export default function WebAgency2Page() {
{ name: "Réalisations", id: "work" },
{ name: "Services", id: "services" },
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "/contact" },
{ name: "Tarifs", id: "pricing" }
{ name: "Pricing", id: "pricing" }
]}
button={{ text: "Démarrer", href: "/contact" }}
button={{ text: "Démarrer", href: "#contact" }}
/>
<HeroOverlayTestimonial
title="Innovation Digitale & Excellence Créative"
@@ -118,15 +117,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"]
}
]}
@@ -151,7 +150,7 @@ export default function WebAgency2Page() {
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" },
{ text: "Lancer votre projet", href: "#contact" },
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
@@ -161,11 +160,11 @@ export default function WebAgency2Page() {
logoText="Switzerweb"
copyrightText="© 2026 | Switzerweb"
columns={[
{ title: "Entreprise", items: [{ label: "À Propos", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "/contact" }] },
{ title: "Entreprise", items: [{ label: "À Propos", href: "#about" }, { label: "Services", href: "#services" }] },
{ title: "Services", items: [{ label: "Dév Web", href: "#" }, { label: "SEO", href: "#" }] },
]}
/>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -29,10 +29,9 @@ export default function PricingHighlightedCardsPage() {
{ name: "Réalisations", id: "work" },
{ name: "Services", id: "services" },
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Pricing", id: "pricing" }
]}
button={{ text: "Démarrer", href: "#contact" }}
button={{ text: "Démarrer", href: "/contact" }}
/>
<div id="pricing-highlighted-cards" className="pt-32 pb-20">
<PricingCardTwo
@@ -58,11 +57,11 @@ export default function PricingHighlightedCardsPage() {
logoText="Switzerweb"
copyrightText="© 2026 | Switzerweb"
columns={[
{ title: "Entreprise", items: [{ label: "À Propos", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
{ title: "Entreprise", items: [{ label: "À Propos", href: "#about" }, { label: "Services", href: "#services" }] },
{ title: "Services", items: [{ label: "Dév Web", href: "#" }, { label: "SEO", href: "#" }] },
]}
/>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -29,10 +29,9 @@ export default function PricingHighlightedPage() {
{ name: "Réalisations", id: "work" },
{ name: "Services", id: "services" },
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Pricing", id: "pricing" }
]}
button={{ text: "Démarrer", href: "#contact" }}
button={{ text: "Démarrer", href: "/contact" }}
/>
<div id="pricing-highlighted" className="pt-32 pb-20">
<PricingCardOne
@@ -50,11 +49,11 @@ export default function PricingHighlightedPage() {
logoText="Switzerweb"
copyrightText="© 2026 | Switzerweb"
columns={[
{ title: "Entreprise", items: [{ label: "À Propos", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
{ title: "Entreprise", items: [{ label: "À Propos", href: "#about" }, { label: "Services", href: "#services" }] },
{ title: "Services", items: [{ label: "Dév Web", href: "#" }, { label: "SEO", href: "#" }] },
]}
/>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -28,7 +28,6 @@ export default function PricingPage() {
{ name: "Réalisations", id: "work" },
{ name: "Services", id: "services" },
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "/contact" },
{ name: "Pricing", id: "pricing" }
]}
button={{ text: "Démarrer", href: "/contact" }}
@@ -51,11 +50,11 @@ export default function PricingPage() {
logoText="Switzerweb"
copyrightText="© 2026 | Switzerweb"
columns={[
{ title: "Entreprise", items: [{ label: "À Propos", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "/contact" }] },
{ title: "Entreprise", items: [{ label: "À Propos", href: "#about" }, { label: "Services", href: "#services" }] },
{ title: "Services", items: [{ label: "Dév Web", href: "#" }, { label: "SEO", href: "#" }] },
]}
/>
</ReactLenis>
</ThemeProvider>
);
}
}