Compare commits

..

14 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
3d9d16054c Update src/app/contact/page.tsx 2026-05-15 17:58:48 +00:00
e9ebf38702 Merge version_59 into main
Merge version_59 into main
2026-05-15 17:58:26 +00:00
245849e139 Update src/app/contact/page.tsx 2026-05-15 17:58:23 +00:00
fa13c94aae Merge version_58 into main
Merge version_58 into main
2026-05-15 17:57:04 +00:00
fd261020d2 Update src/app/page.tsx 2026-05-15 17:57:01 +00:00
277ee78e9e Merge version_58 into main
Merge version_58 into main
2026-05-15 17:56:34 +00:00
3d61fb8b13 Update src/app/page.tsx 2026-05-15 17:56:31 +00:00
ba0dcef684 Merge version_57 into main
Merge version_57 into main
2026-05-15 17:55:32 +00:00
6 changed files with 39 additions and 34 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

@@ -3,10 +3,15 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
export default function ContactPage() {
const handleSubmit = (data: Record<string, string>) => {
console.log("Sending to theodore.elmiger@gmail.com:", data);
window.location.href = `mailto:theodore.elmiger@gmail.com?subject=Nouveau message de ${data.name}&body=Nom: ${data.name}%0AEmail: ${data.email}%0A%0A${data.message}`;
};
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
@@ -36,11 +41,16 @@ export default function ContactPage() {
</div>
<div className="pt-32 pb-20">
<div id="contact-form" data-section="contact-form">
<ContactSplit
tag="Contact"
<ContactSplitForm
title="Parlons de votre projet"
description="Nous sommes à votre écoute pour concevoir la solution digitale qui correspond à vos ambitions."
background={{ variant: "plain" }}
inputs={[
{ name: "name", type: "text", placeholder: "Votre nom", required: true },
{ name: "email", type: "email", placeholder: "Votre email", required: true }
]}
textarea={{ name: "message", placeholder: "Décrivez votre projet", rows: 5, required: true }}
buttonText="Envoyer"
onSubmit={handleSubmit}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778867278663-8og1q5hx.png"
mediaPosition="right"
useInvertedBackground={false}
@@ -48,12 +58,12 @@ export default function ContactPage() {
</div>
</div>
<div id="footer" data-section="footer">
<FooterMedia
<FooterLogoEmphasis
logoText="Switzerweb"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778866973153-laldct7r.png?_wi=2"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778866973153-laldct7r.png?_wi=2"
columns={[
{ title: "Entreprise", items: [{ label: "À Propos", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "/contact" }] },
{ title: "Services", 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: "#" }, { label: "SEO", href: "#" }] },
]}
/>
</div>

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"
@@ -100,7 +99,7 @@ export default function WebAgency2Page() {
useInvertedBackground={false}
buttons={[{ text: "Voir tous les projets", href: "#work" }]}
buttonAnimation="slide-up"
cardClassName="!h-full !aspect-auto"
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 },
@@ -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>
);
}
}