diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 508088f..5d2e35b 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -38,71 +38,69 @@ export default function Layout() {
+ logo="Bienvenue"
+ ctaButton={{ text: "Réserver une table", href: "#contact" }}
+ navItems={navItems}
+ />
+ ]}
+ leftText="© 2024 La Basse Cour. Tous droits réservés."
+ rightText="Mentions légales"
+ />
);
-}
+}
\ No newline at end of file