|
|
|
|
@@ -2,13 +2,16 @@
|
|
|
|
|
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
|
|
|
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
|
|
|
|
import FeatureCardTwentyEight from "@/components/sections/feature/FeatureCardTwentyEight";
|
|
|
|
|
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
|
|
|
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
|
|
|
|
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
|
|
|
|
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"
|
|
|
|
|
@@ -23,59 +26,47 @@ export default function ContactPage() {
|
|
|
|
|
headingFontWeight="medium"
|
|
|
|
|
>
|
|
|
|
|
<ReactLenis root>
|
|
|
|
|
<NavbarLayoutFloatingOverlay
|
|
|
|
|
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" }
|
|
|
|
|
]}
|
|
|
|
|
button={{ text: "Démarrer", href: "/contact" }}
|
|
|
|
|
/>
|
|
|
|
|
<div className="pt-32 pb-20">
|
|
|
|
|
<ContactSplit
|
|
|
|
|
title="Parlons de votre projet"
|
|
|
|
|
description="Nous sommes à votre écoute pour concevoir la solution digitale qui correspond à vos ambitions."
|
|
|
|
|
tag="Contact"
|
|
|
|
|
background={{ variant: "rotated-rays-animated" }}
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
<FeatureCardTwentyEight
|
|
|
|
|
title="Pourquoi nous choisir ?"
|
|
|
|
|
description="Une approche humaine et technique pour garantir le succès de vos projets numériques."
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
features={[
|
|
|
|
|
{ id: "1", category: "Communication", title: "Transparence totale", subtitle: "À chaque étape", value: "100%", buttons: [] },
|
|
|
|
|
{ id: "2", category: "Vitesse", title: "Délais respectés", subtitle: "Livraison rapide", value: "Fiable", buttons: [] },
|
|
|
|
|
{ id: "3", category: "Support", title: "Accompagnement", subtitle: "Disponibilité", value: "24/7", buttons: [] }
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarStyleApple
|
|
|
|
|
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" }
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="pt-32 pb-20">
|
|
|
|
|
<div id="contact-form" data-section="contact-form">
|
|
|
|
|
<ContactSplitForm
|
|
|
|
|
title="Parlons de votre projet"
|
|
|
|
|
description="Nous sommes à votre écoute pour concevoir la solution digitale qui correspond à vos ambitions."
|
|
|
|
|
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}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterLogoEmphasis
|
|
|
|
|
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: "#" }] },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
<FaqSplitText
|
|
|
|
|
faqs={[
|
|
|
|
|
{ id: "f1", title: "Quels sont vos délais ?", content: "Nous adaptons nos délais à la complexité de votre projet, avec une moyenne de 4 à 8 semaines." },
|
|
|
|
|
{ id: "f2", title: "Comment se passe le paiement ?", content: "Un acompte est demandé au démarrage, suivi d'un solde à la livraison finale." },
|
|
|
|
|
{ id: "f3", title: "Assurez-vous la maintenance ?", content: "Oui, nous proposons des packs de maintenance mensuels pour assurer la pérennité de votre site." }
|
|
|
|
|
]}
|
|
|
|
|
sideTitle="Questions fréquentes"
|
|
|
|
|
sideDescription="Besoin d'informations supplémentaires sur notre manière de travailler ?"
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<FooterBase
|
|
|
|
|
logoText="Switzerweb"
|
|
|
|
|
copyrightText="© 2026 | Switzerweb"
|
|
|
|
|
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: "#" }] },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
|