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.
import { Component } from "@/components/ui/colorful-bento-grid"; export default function DemoOne() { return ( <main className="bg-[#F0F0F0] w-screen min-h-screen"> <Component /> </main> ) }