Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:00:26 +00:00
parent 5be09deff9
commit aaa48380d9

View File

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