Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 08:00:32 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1409,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -83,7 +83,7 @@ export default function HomePage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="ATI Négoce" logoText="ATI Négoce"
description="Votre expert en matériaux pour vos aménagements extérieurs" description="Livraison rapide • Conseil expert • Qualité garantie"
buttons={[ buttons={[
{ text: "Demander un devis", href: "/contact" }, { text: "Demander un devis", href: "/contact" },
{ text: "Découvrir nos produits", href: "/produits" }, { text: "Découvrir nos produits", href: "/produits" },
@@ -251,4 +251,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }