Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/lib/data/places.data.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ export const TOP_5_PLACES = [
description: {
en: "A very left-wing place with a focus on concerts and cultural events. Especially dedicated to art and music concerts.",
de: "Ein sehr linker Ort mit Fokus auf Konzerte und kulturelle Events. Besonders gewidmet Kunst und Musikkonzerten."
} },
{
name: "Caffè Bar Sempre Berna",
mapUrl: "https://www.google.com/maps/search/?api=1&query=Caff%C3%A8+Bar+Sempre+Berna+Bern",
website: "",
icon: "☕",
description: {
en: "A relaxed Italian-style café in Bern, often used as a meet-up spot before community events. Cozy, social, and good for a low-pressure first hangout.",
de: "Ein entspanntes italienisches Café in Bern, das oft als Treffpunkt vor Community-Events dient. Gemütlich, sozial und gut für ein lockeres erstes Kennenlernen."
}
}
];
Loading