Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-25 14:17:23 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}