Merge version_4 into main #8

Merged
bender merged 2 commits from version_4 into main 2026-04-23 11:44:55 +00:00
2 changed files with 16 additions and 12 deletions

View File

@@ -8,17 +8,19 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
export default function DebouchagePage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<NavbarStyleCentered
navItems={[{name: "Accueil", id: "/"}, {name: "Débouchage", id: "/debouchage"}, {name: "Plomberie", id: "/plomberie"}]}
brandName="Maes Débouchage"
/>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[{name: "Accueil", id: "/"}, {name: "Débouchage", id: "/debouchage"}, {name: "Plomberie", id: "/plomberie"}]}
brandName="Maes Débouchage"
/>
</div>
<div className="pt-32 pb-20 px-8 max-w-4xl mx-auto">
<h1 className="text-4xl font-bold mb-6">Services de Débouchage</h1>
<p>Nos experts interviennent sur tous types d'obstructions de canalisations, utilisant des techniques haute pression pour garantir un résultat durable.</p>
</div>
<ContactCTA tag="Débouchage" title="Besoin d'un débouchage ?" description="Contactez-nous pour une intervention rapide." buttons={[{text: "Appeler"}]} />
<ContactCTA tag="Débouchage" title="Besoin d'un débouchage ?" description="Contactez-nous pour une intervention rapide." buttons={[{text: "Appeler"}]} background={{variant: "plain"}} useInvertedBackground={false} />
<FooterLogoEmphasis logoText="Maes Débouchage" columns={[]} />
</ReactLenis>
</ThemeProvider>

View File

@@ -8,17 +8,19 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
export default function PlomberiePage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<NavbarStyleCentered
navItems={[{name: "Accueil", id: "/"}, {name: "Débouchage", id: "/debouchage"}, {name: "Plomberie", id: "/plomberie"}]}
brandName="Maes Débouchage"
/>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[{name: "Accueil", id: "/"}, {name: "Débouchage", id: "/debouchage"}, {name: "Plomberie", id: "/plomberie"}]}
brandName="Maes Débouchage"
/>
</div>
<div className="pt-32 pb-20 px-8 max-w-4xl mx-auto">
<h1 className="text-4xl font-bold mb-6">Services de Plomberie</h1>
<p>Nous assurons tous vos travaux de plomberie générale, de la réparation de fuites à la rénovation complète de vos installations sanitaires.</p>
</div>
<ContactCTA tag="Plomberie" title="Besoin d'un plombier ?" description="Intervention rapide pour tout problème de plomberie." buttons={[{text: "Appeler"}]} />
<ContactCTA tag="Plomberie" title="Besoin d'un plombier ?" description="Intervention rapide pour tout problème de plomberie." buttons={[{text: "Appeler"}]} background={{variant: "plain"}} useInvertedBackground={false} />
<FooterLogoEmphasis logoText="Maes Débouchage" columns={[]} />
</ReactLenis>
</ThemeProvider>