Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b69ab1500 | |||
| 54fba0d1b4 | |||
| 636170328e | |||
| 09413db698 | |||
| 9967044b91 |
@@ -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: [
|
||||
@@ -167,15 +167,18 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "WhatsApp (Chat/Réservez)", href: "https://wa.me/22243057777" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Facebook", href: "#" },
|
||||
{ label: "Instagram", href: "https://instagram.com/paul" },
|
||||
{ label: "Facebook", href: "https://facebook.com/paul" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Paul Boulangerie Pâtisserie. All rights reserved. Service available in FR/EN."
|
||||
/>
|
||||
</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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user