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 +}