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"
}
]
}

View File

@@ -0,0 +1,8 @@
{
"content": "Timber & Grain started in 2018 with a simple idea: great coffee doesn't need to be complicated. We source beans directly from farmers in Ethiopia, Colombia, and Guatemala, roast them in our Portland workshop, and serve them in our cozy cafe on Evergreen Terrace. Every cup tells a story — from the farm to your hands.",
"id": "about",
"order": 2,
"title": "Our Story",
"type": "about",
"visible": true
}

View File

@@ -0,0 +1,29 @@
{
"id": "features",
"items": [
{
"description": "We work directly with farmers in Ethiopia, Colombia, and Guatemala to bring you the freshest, most flavorful beans.",
"icon": "coffee",
"title": "Single-Origin Beans"
},
{
"description": "Every batch is roasted by hand in our Portland workshop. We roast weekly to ensure peak freshness.",
"icon": "flame",
"title": "Small-Batch Roasting"
},
{
"description": "From pour-over to espresso, our baristas craft each cup with precision and care.",
"icon": "cup",
"title": "Expert Brewing"
},
{
"description": "Join us for cupping sessions, latte art workshops, and live music nights. This is your neighborhood spot.",
"icon": "calendar",
"title": "Community Events"
}
],
"order": 3,
"title": "What We Offer",
"type": "features",
"visible": true
}

View File

@@ -0,0 +1,11 @@
{
"ctaLink": "/events",
"ctaText": "See What's Brewing",
"headline": "Coffee Worth Waking Up For",
"id": "hero",
"image": "",
"order": 1,
"subheading": "Single-origin beans, roasted in small batches right here in Portland. Stop by for a pour-over, stay for the community.",
"type": "hero",
"visible": true
}

View File

@@ -0,0 +1,8 @@
{
"content": "For a limited time, enjoy 20% off all whole-bean bags. Use code FRESHBREW at checkout or mention this promo in-store. Valid through the end of the month!",
"heading": "Spring Roast Sale — 20% Off Beans!",
"id": "promo-banner",
"order": 0,
"type": "text",
"visible": false
}

View File

@@ -0,0 +1,24 @@
{
"id": "testimonials",
"items": [
{
"author": "Maria Chen",
"quote": "Best pour-over in Portland, hands down. The Ethiopian Yirgacheffe changed my morning routine forever.",
"role": "Regular since 2019"
},
{
"author": "Jake Thornton",
"quote": "I came for the coffee and stayed for the people. Timber & Grain feels like home.",
"role": "Neighborhood local"
},
{
"author": "Priya Sharma",
"quote": "Their cupping events are incredible — I've learned more about coffee here than anywhere else.",
"role": "Home roasting enthusiast"
}
],
"order": 4,
"title": "What Our Regulars Say",
"type": "testimonials",
"visible": true
}

View File

@@ -0,0 +1,8 @@
{
"content": "Visit us at 742 Evergreen Terrace, Portland, OR 97201. Open Monday through Saturday, 6:30 AM to 6 PM. Sunday 8 AM to 4 PM. Questions? Drop us a line at hello@timberandgrain.co or call (503) 555-0142.",
"heading": "Find Us",
"id": "contact",
"order": 6,
"type": "text",
"visible": true
}