Merge version_5 into main #6
@@ -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