Added some restaurants

This commit is contained in:
Alexis
2026-06-05 16:11:08 +02:00
parent c1ee901cb5
commit a63f2ade2e
2 changed files with 25 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
onlyBuiltDependencies: onlyBuiltDependencies:
- '@parcel/watcher'
- '@tailwindcss/oxide' - '@tailwindcss/oxide'

View File

@@ -213,6 +213,18 @@ const markers: ReviewMarker[] = [
} }
] ]
}, },
{
title: "Le PAB - Penn Ar Batz",
coords: [48.74482870759872, -4.01035568088185],
type: "restaurant",
food: "mixed",
reviews: [
{
grade: 4.3,
text: "Très bonne surprise ; un curry au poulet très bien travaillé et un lieu bien situé."
}
]
},
{ {
title: "Fringale", title: "Fringale",
coords: [48.01905889927451, -2.171397985096437], coords: [48.01905889927451, -2.171397985096437],
@@ -796,6 +808,18 @@ const markers: ReviewMarker[] = [
} }
] ]
}, },
{
title: "Hanami Ramen",
coords: [48.10890045994239, -1.67939103014055],
type: "restaurant",
food: "asian",
reviews: [
{
grade: 3.7,
text: "Un ramen qualitatif et avec un bon rapport qualité-prix."
}
]
},
{ {
title: "La Tête enfarinée", title: "La Tête enfarinée",
coords: [48.11105155759505, -1.6783913363236944], coords: [48.11105155759505, -1.6783913363236944],