Components
From Idea to MVP – Startup Launch Banner A clean, modern LinkedIn cover component designed for startup studios, agencies, or product teams. It showcases the journey from idea validation to scaling with AI, using distinct icon cards and bold typography. Ideal for promoting MVP services, team capabilities, and startup collaboration. Fully responsive and perfect for hero sections or promotional visuals.
Loading preview...
import Hero from "@/components/ui/hero"
const DemoOne = () => {
return (
<Hero/>
);
};
export { DemoOne };