import Image from 'next/image' import clsx from 'clsx' import frame from '@/images/phone-frame.svg' function PlaceholderFrame(props) { return ( ) } export function PhoneFrame({ className, children, priority = false, ...props }) { return (
{children}
) }