diff --git a/src/app/page.tsx b/src/app/page.tsx index fd0f604..95205e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -349,29 +191,15 @@ export default function LandingPage() { logoText="La Ferme de Chez Nous" columns={[ { - title: "Navigation", - items: [ - { - label: "Accueil", - href: "#hero", - }, - { - label: "Produits", - href: "#product", - }, + title: "Navigation", items: [ + { label: "Accueil", href: "#hero" }, + { label: "Produits", href: "#product" }, ], }, { - title: "Légal", - items: [ - { - label: "Confidentialité", - href: "#", - }, - { - label: "Mentions Légales", - href: "#", - }, + title: "Légal", items: [ + { label: "Confidentialité", href: "#" }, + { label: "Mentions Légales", href: "#" }, ], }, ]}