Displays a beautiful IPhone Color Background.
npm install framer-motionexport default function Demo() {
return (
<section className="relative w-full h-[400px] overflow-hidden rounded-lg">
<AnimatedBackground />
<div className="w-full hfull">Iphone color background</div>
</section>
)
}