Merge version_56 into main

Merge version_56 into main
This commit was merged in pull request #86.
This commit is contained in:
2026-05-15 17:52:31 +00:00
6 changed files with 52 additions and 29 deletions

View File

@@ -28,10 +28,10 @@ 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" }
{ name: "Contact", id: "/contact" },
{ name: "Tarifs", id: "pricing" }
]}
button={{ text: "Démarrer", href: "#contact" }}
button={{ text: "Démarrer", href: "/contact" }}
/>
</div>
<div className="pt-32 pb-20 text-center">
@@ -43,7 +43,7 @@ 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" }, { label: "Contact", href: "/contact" }] },
{ title: "Services", items: [{ label: "Dév Web", href: "#" }, { label: "SEO", href: "#" }] },
]}
/>
@@ -51,4 +51,4 @@ export default function ComparisonPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -2,9 +2,10 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Mail, Phone, MapPin } from "lucide-react";
export default function ContactPage() {
return (
@@ -22,7 +23,7 @@ export default function ContactPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
<NavbarLayoutFloatingOverlay
brandName="Switzerweb"
navItems={[
{ name: "Home", id: "/" },
@@ -32,19 +33,41 @@ export default function ContactPage() {
{ name: "Contact", id: "/contact" },
{ name: "Tarifs", id: "pricing" }
]}
button={{ text: "Démarrer", href: "/contact" }}
/>
</div>
<div className="pt-32 pb-20">
<div id="contact-form" data-section="contact-form">
<ContactCenter
tag="Contact"
title="Parlons de votre projet"
description="Nous sommes à votre écoute pour concevoir la solution digitale qui correspond à vos ambitions."
background={{ variant: "plain" }}
useInvertedBackground={false}
<div id="contact-intro" data-section="contact-intro">
<ContactText
text="Nous sommes ravis de vous accompagner dans vos projets digitaux. Contactez-nous pour toute demande d'information ou pour obtenir un devis personnalisé."
background={{ variant: "canvas-reveal" }}
buttons={[
{ text: "Prendre rendez-vous", href: "#" },
{ text: "Voir nos services", href: "/services" }
]}
/>
</div>
<div className="max-w-4xl mx-auto mt-20 px-6 grid md:grid-cols-3 gap-8">
<div className="p-8 bg-card rounded-3xl border border-accent flex flex-col items-center text-center">
<Mail className="w-10 h-10 mb-4" />
<h3 className="text-xl font-semibold mb-2">Email</h3>
<p>contact@switzerweb.ch</p>
</div>
<div className="p-8 bg-card rounded-3xl border border-accent flex flex-col items-center text-center">
<Phone className="w-10 h-10 mb-4" />
<h3 className="text-xl font-semibold mb-2">Téléphone</h3>
<p>+41 21 000 00 00</p>
</div>
<div className="p-8 bg-card rounded-3xl border border-accent flex flex-col items-center text-center">
<MapPin className="w-10 h-10 mb-4" />
<h3 className="text-xl font-semibold mb-2">Localisation</h3>
<p>Lausanne, Suisse</p>
</div>
</div>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Switzerweb"
@@ -58,4 +81,4 @@ export default function ContactPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -50,4 +50,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -28,10 +28,10 @@ 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" }
{ name: "Contact", id: "/contact" },
{ name: "Tarifs", id: "pricing" }
]}
button={{ text: "Démarrer", href: "#contact" }}
button={{ text: "Démarrer", href: "/contact" }}
/>
</div>
<div className="pt-32 pb-20">
@@ -41,7 +41,7 @@ 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" }, { label: "Contact", href: "/contact" }] },
{ title: "Services", items: [{ label: "Dév Web", href: "#" }, { label: "SEO", href: "#" }] },
]}
/>
@@ -49,4 +49,4 @@ export default function PricingHighlightedCardsPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -28,10 +28,10 @@ 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" }
{ name: "Contact", id: "/contact" },
{ name: "Tarifs", id: "pricing" }
]}
button={{ text: "Démarrer", href: "#contact" }}
button={{ text: "Démarrer", href: "/contact" }}
/>
</div>
<div className="pt-32 pb-20">
@@ -41,7 +41,7 @@ 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" }, { label: "Contact", href: "/contact" }] },
{ title: "Services", items: [{ label: "Dév Web", href: "#" }, { label: "SEO", href: "#" }] },
]}
/>
@@ -49,4 +49,4 @@ export default function PricingHighlightedPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -29,7 +29,7 @@ export default function PricingPage() {
{ name: "Services", id: "services" },
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "/contact" },
{ name: "Pricing", id: "pricing" }
{ name: "Tarifs", id: "pricing" }
]}
button={{ text: "Démarrer", href: "/contact" }}
/>
@@ -49,4 +49,4 @@ export default function PricingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}