First cut

This commit is contained in:
kadil
2026-04-17 16:08:31 -05:00
parent d10105ac00
commit 4ee4cb8e7c
58 changed files with 3243 additions and 1 deletions

28
content/events.json Normal file
View File

@@ -0,0 +1,28 @@
{
"events": [
{
"date": "2026-04-25",
"description": "Taste three new single-origin roasts and vote for our next house blend. Free with any purchase.",
"id": "cupping-apr",
"location": "Timber & Grain Cafe",
"time": "6:00 PM",
"title": "Friday Cupping Session"
},
{
"date": "2026-05-03",
"description": "Learn the basics of latte art from our head barista, Sam. Includes materials and two drinks. $25/person.",
"id": "latte-art-may",
"location": "Timber & Grain Workshop",
"time": "10:00 AM",
"title": "Latte Art 101 Workshop"
},
{
"date": "2026-05-10",
"description": "Local acoustic acts every second Saturday. Grab a cold brew and enjoy the vibes.",
"id": "live-music-may",
"location": "Timber & Grain Patio",
"time": "7:00 PM",
"title": "Live Music Night"
}
]
}