An auto-rotating iPhone mockup carousel that showcases app screenshots inside a realistic phone frame with previous, next and pause controls.
import PhoneMockupBasic from "@/components/ui/phone-mockups-1"; export default function Default() { return ( <div className="flex min-h-[600px] w-full items-center justify-center bg-background text-foreground"> <PhoneMockupBasic /> </div> ); }