Components
Loading preview...
A section with live and coming soon pages to show on your landing page, no matter if you're a SaaS (show features) or an Agency.
@radu-activation-popescu
npx shadcn@latest add https://21st.dev/r/radu/colorful-bento-gridimport { Component } from "@/components/ui/colorful-bento-grid";
export default function DemoOne() {
return (
<main className="bg-[#F0F0F0] w-screen min-h-screen">
<Component />
</main>
)
}