Compare commits

..

17 Commits

Author SHA1 Message Date
a863688bc1 Update src/app/contact/page.tsx 2026-05-15 17:48:07 +00:00
735c80f372 Merge version_53 into main
Merge version_53 into main
2026-05-15 17:46:37 +00:00
1fc38ceb3d Update src/app/contact/page.tsx 2026-05-15 17:46:34 +00:00
284dd1a79f Merge version_53 into main
Merge version_53 into main
2026-05-15 17:46:13 +00:00
6c15aa3c5f Update src/app/contact/page.tsx 2026-05-15 17:46:10 +00:00
d88a2c6325 Merge version_53 into main
Merge version_53 into main
2026-05-15 17:45:47 +00:00
a55343c17a Update src/app/contact/page.tsx 2026-05-15 17:45:44 +00:00
77fb8aa36d Merge version_52 into main
Merge version_52 into main
2026-05-15 17:44:30 +00:00
4b2efebfd1 Update src/app/contact/page.tsx 2026-05-15 17:44:24 +00:00
fea9f47837 Merge version_52 into main
Merge version_52 into main
2026-05-15 17:44:03 +00:00
d5b35cd7be Update src/app/contact/page.tsx 2026-05-15 17:44:00 +00:00
144c9109b8 Merge version_52 into main
Merge version_52 into main
2026-05-15 17:43:36 +00:00
fb8b2702e5 Update src/app/contact/page.tsx 2026-05-15 17:43:32 +00:00
73d94cc1f7 Merge version_52 into main
Merge version_52 into main
2026-05-15 17:43:09 +00:00
d11de498cc Update src/app/contact/page.tsx 2026-05-15 17:43:03 +00:00
0246cf064d Merge version_51 into main
Merge version_51 into main
2026-05-15 17:41:07 +00:00
2fabb18437 Merge version_51 into main
Merge version_51 into main
2026-05-15 17:40:42 +00:00

View File

@@ -2,11 +2,9 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
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 FooterMedia from "@/components/sections/footer/FooterMedia";
export default function ContactPage() {
return (
@@ -23,59 +21,42 @@ 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">
<ContactSplit
tag="Contact"
title="Parlons de votre projet"
description="Nous sommes à votre écoute pour concevoir la solution digitale qui correspond à vos ambitions."
background={{ variant: "plain" }}
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">
<FooterMedia
logoText="Switzerweb"
imageSrc="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: "#" }] },
]}
/>
<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>
);