completionId: cgen-ac4648e7bede421787ff351f70248cd9
cgen-ac4648e7bede421787ff351f70248cd9
This commit is contained in:
parent
c5c6f0b9c0
commit
9cf0ff8d3e
1 changed files with 23 additions and 0 deletions
|
|
@ -134,6 +134,29 @@ export default function DevLink() {
|
|||
>
|
||||
Start Your Profile
|
||||
</Button>
|
||||
|
||||
{/* Creator Network CTAs */}
|
||||
<div className="mt-8 pt-8 border-t border-cyan-400/20">
|
||||
<p className="text-sm text-cyan-200/70 mb-4">Explore our creator community:</p>
|
||||
<div className="flex flex-col sm:flex-row gap-3 justify-center">
|
||||
<Button
|
||||
size="sm"
|
||||
variant="outline"
|
||||
className="border-cyan-400/30 text-cyan-300 hover:bg-cyan-500/10"
|
||||
onClick={() => navigate("/creators")}
|
||||
>
|
||||
Browse All Creators
|
||||
</Button>
|
||||
<Button
|
||||
size="sm"
|
||||
variant="outline"
|
||||
className="border-cyan-400/30 text-cyan-300 hover:bg-cyan-500/10"
|
||||
onClick={() => navigate("/opportunities")}
|
||||
>
|
||||
View All Opportunities
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Reference in a new issue