import Image from 'next/image'; export const PageUiLink = ({ className }: { className?: string }) => { return ( Build a beautiful landing page from examples
Landing page UI components for React & Next.js,
built on top of TailwindCSS. Free and open-source.
Page UI Page UI Landing page components Logo
); };