diff --git a/src/app/page.tsx b/src/app/page.tsx index 801b721..e475276 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -167,14 +167,17 @@ export default function LandingPage() { { title: "Connect", items: [ { label: "WhatsApp (Chat/Réservez)", href: "https://wa.me/22243057777" }, - { label: "Instagram", href: "#" }, - { label: "Facebook", href: "#" }, + { label: "Instagram", href: "https://instagram.com/paul" }, + { label: "Facebook", href: "https://facebook.com/paul" }, ], }, ]} copyrightText="© 2024 Paul Boulangerie Pâtisserie. All rights reserved. Service available in FR/EN." /> + + + );