import { MobileScreens } from "@/components/mobile/MobileScreens"; import { ButtonLink } from "@/components/ui/Button"; import { Logo } from "@/components/ui/Logo"; export default function MobilePage() { return (
Back home

Mobile product screens

Reusable phone frames showing onboarding, flex dashboard, and credit coaching surfaces.

); }