4 Commits

Author SHA1 Message Date
54fba0d1b4 Update src/app/page.tsx 2026-05-25 14:27:24 +00:00
636170328e Merge version_3 into main
Merge version_3 into main
2026-05-25 14:17:23 +00:00
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: [
@@ -167,14 +167,17 @@ export default function LandingPage() {
{ {
title: "Connect", items: [ title: "Connect", items: [
{ label: "WhatsApp (Chat/Réservez)", href: "https://wa.me/22243057777" }, { label: "WhatsApp (Chat/Réservez)", href: "https://wa.me/22243057777" },
{ label: "Instagram", href: "#" }, { label: "Instagram", href: "https://instagram.com/paul" },
{ label: "Facebook", href: "#" }, { label: "Facebook", href: "https://facebook.com/paul" },
], ],
}, },
]} ]}
copyrightText="© 2024 Paul Boulangerie Pâtisserie. All rights reserved. Service available in FR/EN." copyrightText="© 2024 Paul Boulangerie Pâtisserie. All rights reserved. Service available in FR/EN."
/> />
</div> </div>
<a href="https://wa.me/22243057777" target="_blank" rel="noopener noreferrer" className="fixed bottom-6 right-6 z-50 flex items-center justify-center w-14 h-14 bg-green-500 rounded-full shadow-lg hover:scale-110 transition-transform duration-300">
<MessageCircle className="text-white w-8 h-8" />
</a>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );