From 9ffdd8c300af6c30d384e8b1f02222ded793ff6b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 13:22:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 280 +++++++++-------------------------------------- 1 file changed, 54 insertions(+), 226 deletions(-) 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: "#" }, ], }, ]} -- 2.49.1