/* page.tsx spboucher.ai Web Author: Simon-Pierre Boucher Mail: contact@spboucher.ai */ import type { Metadata } from "next"; import { Globe, Sparkles } from "lucide-react"; import { AppCard } from "@/components/app-card"; import { ProjectCard } from "@/components/project-card"; import { Reveal } from "@/components/reveal"; import { SectionHeading } from "@/components/section-heading"; import { openSourceProjects, zyquoApps } from "@/lib/apps"; export const metadata: Metadata = { title: "Apps — Zyquo macOS Suite & Open Source", description: "The Zyquo suite: six native macOS applications for AI and local LLMs — plus open-source platforms and research: VQuant, AI Risk Index, Metrika, Forge, and more.", }; export default function AppsPage() { return (