From 09413db698de1db784f5163438cfaf94838684d4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 14:17:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d6377c2..801b721 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,7 +155,7 @@ export default function LandingPage() { logoText="Paul Boulangerie" columns={[ { - title: "Locations", items: [{ label: "Nouakchott, Mauritania", href: "https://maps.app.goo.gl/xXccsaHyTgnAKsKW8" }], + title: "Locations", items: [{ label: "Nouakchott, Mauritania", href: "https://maps.app.goo.gl/wu9yWkanbYeyH2XV7" }], }, { title: "Information", items: [ @@ -178,4 +178,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1