Compare commits
13 Commits
version_51
...
version_53
| Author | SHA1 | Date | |
|---|---|---|---|
| 1fc38ceb3d | |||
| 6c15aa3c5f | |||
| a55343c17a | |||
| 77fb8aa36d | |||
| 4b2efebfd1 | |||
| fea9f47837 | |||
| d5b35cd7be | |||
| 144c9109b8 | |||
| fb8b2702e5 | |||
| 73d94cc1f7 | |||
| d11de498cc | |||
| 0246cf064d | |||
| 2fabb18437 |
@@ -2,11 +2,12 @@
|
|||||||
|
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
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 ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||||
import FeatureCardTwentyEight from "@/components/sections/feature/FeatureCardTwentyEight";
|
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
|
||||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||||
|
import { Zap, ShieldCheck, Headphones } from "lucide-react";
|
||||||
|
|
||||||
export default function ContactPage() {
|
export default function ContactPage() {
|
||||||
return (
|
return (
|
||||||
@@ -23,59 +24,70 @@ export default function ContactPage() {
|
|||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarLayoutFloatingOverlay
|
<div id="nav" data-section="nav">
|
||||||
brandName="Switzerweb"
|
<NavbarStyleApple
|
||||||
navItems={[
|
brandName="Switzerweb"
|
||||||
{ name: "Home", id: "/" },
|
navItems={[
|
||||||
{ name: "Réalisations", id: "work" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Réalisations", id: "work" },
|
||||||
{ name: "À Propos", id: "about" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "À Propos", id: "about" },
|
||||||
{ name: "Tarifs", id: "pricing" }
|
{ name: "Contact", id: "/contact" },
|
||||||
]}
|
{ name: "Tarifs", id: "pricing" }
|
||||||
button={{ text: "Démarrer", href: "/contact" }}
|
]}
|
||||||
/>
|
/>
|
||||||
<div className="pt-32 pb-20">
|
</div>
|
||||||
<ContactSplit
|
<div className="pt-32 pb-20">
|
||||||
title="Parlons de votre projet"
|
<div id="contact-form" data-section="contact-form">
|
||||||
description="Nous sommes à votre écoute pour concevoir la solution digitale qui correspond à vos ambitions."
|
<ContactSplit
|
||||||
tag="Contact"
|
tag="Contact"
|
||||||
background={{ variant: "rotated-rays-animated" }}
|
title="Parlons de votre projet"
|
||||||
mediaPosition="right"
|
description="Nous sommes à votre écoute pour concevoir la solution digitale qui correspond à vos ambitions."
|
||||||
useInvertedBackground={false}
|
background={{ variant: "plain" }}
|
||||||
/>
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778866973153-laldct7r.png?_wi=1"
|
||||||
<FeatureCardTwentyEight
|
mediaPosition="right"
|
||||||
title="Pourquoi nous choisir ?"
|
useInvertedBackground={false}
|
||||||
description="Une approche humaine et technique pour garantir le succès de vos projets numériques."
|
/>
|
||||||
animationType="slide-up"
|
</div>
|
||||||
textboxLayout="default"
|
<div id="features" data-section="features">
|
||||||
useInvertedBackground={false}
|
<FeatureCardTwentyFive
|
||||||
features={[
|
title="Pourquoi nous choisir ?"
|
||||||
{ id: "1", category: "Communication", title: "Transparence totale", subtitle: "À chaque étape", value: "100%", buttons: [] },
|
description="Une approche humaine et technique pour garantir le succès de vos projets numériques."
|
||||||
{ id: "2", category: "Vitesse", title: "Délais respectés", subtitle: "Livraison rapide", value: "Fiable", buttons: [] },
|
animationType="slide-up"
|
||||||
{ id: "3", category: "Support", title: "Accompagnement", subtitle: "Disponibilité", value: "24/7", buttons: [] }
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
features={[
|
||||||
|
{ title: "Transparence totale", description: "Communication claire à chaque étape du projet", icon: ShieldCheck, mediaItems: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778866973154-pr2fgbou.png?_wi=1" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778866973154-pr2fgbou.png?_wi=2" }] },
|
||||||
|
{ title: "Délais respectés", description: "Livraison rapide et conforme à vos attentes", icon: Zap, mediaItems: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778866973154-pr2fgbou.png?_wi=3" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778866973154-pr2fgbou.png?_wi=4" }] },
|
||||||
|
{ title: "Accompagnement", description: "Disponibilité et support personnalisé", icon: Headphones, mediaItems: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778866973154-pr2fgbou.png?_wi=5" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B1CZ8wJvEJetEx867dlBUUa9fk/uploaded-1778866973154-pr2fgbou.png?_wi=6" }] }
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div id="faq" data-section="faq">
|
||||||
|
<FaqBase
|
||||||
|
title="Questions fréquentes"
|
||||||
|
description="Besoin d'informations supplémentaires sur notre manière de travailler ?"
|
||||||
|
faqsAnimation="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
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." }
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</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>
|
</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>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user