Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 67dadd0f13 | |||
| 06666660e4 | |||
| b3b102b809 | |||
| bfb80f2d6f | |||
| e13f6ef6cf | |||
| 177bc429c1 |
@@ -187,18 +187,19 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Adresse", items: [
|
||||
{ label: "1 Pl. Jacques Prévert", href: "#" },
|
||||
{ label: "77600 Bussy", href: "#" }
|
||||
{ label: "1 Place Jacques Prévert", href: "#" },
|
||||
{ label: "77600 Bussy Saint Georges", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Horaires", items: [
|
||||
{ label: "18:30 - 22:00", href: "#" }
|
||||
{ label: "7/7: 12h00-15h00, 18h30-22h30", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "06 72 69 56 50", href: "#" }
|
||||
{ label: "01 60 03 33 06", href: "tel:0160033306" },
|
||||
{ label: "06 72 69 56 59", href: "tel:0672695659" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user