| 12345678910111213 |
- import type { Vertical } from "@/types";
- export const recreationApps: Vertical = {
- slug: "recreation-apps",
- title: "Recreation Apps",
- summary:
- "Digital experiences for mindful recreation — play, pause, and learn without the noise of endless feeds.",
- image: "/images/recreation-apps.jpg",
- description:
- "Apps designed for mindful recreation, relaxation, and reflective learning. We build toward calm utility and genuine delight — tools that respect attention and support the mind pillar of Jenado Unlimited. Reach out if you want early access, feedback loops, or partnership conversations.",
- pillars: ["mind"],
- status: "active",
- };
|