recreation-apps.ts 657 B

12345678910111213
  1. import type { Vertical } from "@/types";
  2. export const recreationApps: Vertical = {
  3. slug: "recreation-apps",
  4. title: "Recreation Apps",
  5. summary:
  6. "Digital experiences for mindful recreation — play, pause, and learn without the noise of endless feeds.",
  7. image: "/images/recreation-apps.jpg",
  8. description:
  9. "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.",
  10. pillars: ["mind"],
  11. status: "active",
  12. };