Compare commits

...

12 Commits

Author SHA1 Message Date
c7f34b43de Update src/app/page.tsx 2026-06-02 20:50:24 +00:00
e6b9ac0091 Update src/app/page.tsx 2026-06-02 20:49:57 +00:00
32b5acbc40 Update src/app/page.tsx 2026-06-02 20:49:17 +00:00
6420d55ee3 Update src/app/contact/page.tsx 2026-06-02 20:49:17 +00:00
12d5234c33 Update src/app/comparison/page.tsx 2026-06-02 20:49:16 +00:00
8f6d73841f Merge version_62 into main
Merge version_62 into main
2026-06-02 20:47:36 +00:00
c37ee45dd9 Update src/app/page.tsx 2026-06-02 20:47:33 +00:00
ae6e35f9d1 Merge version_61 into main
Merge version_61 into main
2026-06-02 20:46:06 +00:00
99f5af3ce5 Update src/app/page.tsx 2026-06-02 20:46:03 +00:00
f92885a384 Update src/app/contact/page.tsx 2026-06-02 20:46:02 +00:00
7f48a3a23f Update src/app/comparison/page.tsx 2026-06-02 20:46:02 +00:00
801ef13ad3 Merge version_60 into main
Merge version_60 into main
2026-05-15 18:01:11 +00:00
3 changed files with 37 additions and 35 deletions

View File

@@ -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,11 +40,11 @@ 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" }] },
]}
/>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -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" }
]}
/>
</div>
@@ -62,8 +62,8 @@ 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" }] }
]}
/>
</div>

View File

@@ -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" }}
/>
<HeroOverlayTestimonial
title="Innovation Digitale & Excellence Créative"
@@ -50,7 +51,7 @@ export default function WebAgency2Page() {
{ name: "John Doe", handle: "@johndoe", testimonial: "Le partenaire idéal pour booster notre visibilité en ligne.", rating: 5 },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778862157558-53z96op4.png"
buttons={[{ text: "View Our Projects", href: "#work" }]}
buttons={[{ text: "View Our Projects", href: "/#work" }]}
/>
<div id="services">
<FeatureBento
@@ -66,9 +67,9 @@ export default function WebAgency2Page() {
},
{
title: "Développement Web", description: "Des sites personnalisés, rapides, responsifs et conçus pour convertir.", bentoComponent: "media-stack", items: [
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778687704099-pawini9k.png?_wi=3", imageAlt: "Projet 1" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778687704099-z8ttb3x3.png?_wi=3", imageAlt: "Projet 2" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778687704099-xqyy35cv.png?_wi=3", imageAlt: "Projet 3" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778687704099-pawini9k.png", imageAlt: "Projet 1" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778687704099-z8ttb3x3.png?_wi=1", imageAlt: "Projet 2" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778687704099-xqyy35cv.png", imageAlt: "Projet 3" },
],
},
]}
@@ -97,14 +98,14 @@ export default function WebAgency2Page() {
description="Une sélection de projets que nous avons réalisés pour des clients de tous secteurs."
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Voir tous les projets", href: "#work" }]}
buttons={[{ text: "Voir tous les projets", href: "/#work" }]}
buttonAnimation="slide-up"
cardClassName="!h-full !aspect-video object-cover"
features={[
{ title: "Digital Inflatables Artist", description: "Site portfolio", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778861460221-euyk88uh.png", imageAlt: "Digital Inflatables Artist", buttonHref: "#", buttonIcon: ArrowRight },
{ title: "FLEX Studio", description: "Site showcase", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778861460221-khgvbcj0.png", imageAlt: "FLEX Studio", buttonHref: "#", buttonIcon: ArrowRight },
{ title: "Sport Air Event", description: "Site e-commerce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778861460221-f0q6iebc.png", imageAlt: "Sport Air Event", buttonHref: "#", buttonIcon: ArrowRight },
{ title: "Association LeLi", description: "Site non-profit", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778861460221-vobfgdq4.png", imageAlt: "Association LeLi", buttonHref: "#", buttonIcon: ArrowRight },
{ title: "Digital Inflatables Artist", description: "Site portfolio", imageSrc: "https://images.unsplash.com/photo-1549692520-acc6669e2fde?q=80&w=1000&auto=format&fit=crop", imageAlt: "Digital Inflatables Artist", buttonHref: "/#work", buttonIcon: ArrowRight },
{ title: "FLEX Studio", description: "Site showcase", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778687704099-z8ttb3x3.png?_wi=2", imageAlt: "FLEX Studio", buttonHref: "/#work", buttonIcon: ArrowRight },
{ title: "Sport Air Event", description: "Site e-commerce", imageSrc: "https://images.unsplash.com/photo-1587620962725-abab7fe55159?q=80&w=1000&auto=format&fit=crop", imageAlt: "Sport Air Event", buttonHref: "/#work", buttonIcon: ArrowRight },
{ title: "Association LeLi", description: "Site non-profit", imageSrc: "https://images.unsplash.com/photo-1605379399642-870262d3d051?q=80&w=1000&auto=format&fit=crop", imageAlt: "Association LeLi", buttonHref: "/#work", buttonIcon: ArrowRight },
]}
/>
</div>
@@ -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"]
}
]}
@@ -150,7 +151,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}
@@ -160,11 +161,11 @@ 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" }] },
]}
/>
</ReactLenis>
</ThemeProvider>
);
}
}