Components
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.
npx shadcn@latest add https://21st.dev/r/radu/colorful-bento-gridLoading preview...
import { Component } from "@/components/ui/colorful-bento-grid";
export default function DemoOne() {
return (
<main className="bg-[#F0F0F0] w-screen min-h-screen">
<Component />
</main>
)
}