From 54fba0d1b493d81ff54ff8e0c1dc68da3f3da239 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 14:27:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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." /> + + + ); -- 2.49.1