2 Commits

Author SHA1 Message Date
09413db698 Update src/app/page.tsx 2026-05-25 14:17:20 +00:00
9967044b91 Merge version_2 into main
Merge version_2 into main
2026-05-24 17:00:18 +00:00

View File

@@ -155,7 +155,7 @@ export default function LandingPage() {
logoText="Paul Boulangerie" logoText="Paul Boulangerie"
columns={[ 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: [ title: "Information", items: [
@@ -178,4 +178,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }