import type { ReactNode } from "react"; export function PhoneFrame({ title, children }: { title: string; children: ReactNode }) { return (
{title}