Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b69ab1500 | |||
| 54fba0d1b4 | |||
| 636170328e |
@@ -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>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user