completionId: cgen-f410d9bbf15b475d85eba90869880e07
cgen-f410d9bbf15b475d85eba90869880e07
This commit is contained in:
parent
1f7a7eb599
commit
a824f76109
1 changed files with 23 additions and 0 deletions
|
|
@ -157,6 +157,29 @@ export default function Corp() {
|
||||||
Schedule Consultation
|
Schedule Consultation
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Creator Network CTAs */}
|
||||||
|
<div className="mt-8 pt-8 border-t border-blue-400/20">
|
||||||
|
<p className="text-sm text-blue-200/70 mb-4">Explore our creator community:</p>
|
||||||
|
<div className="flex flex-col sm:flex-row gap-3">
|
||||||
|
<Button
|
||||||
|
size="sm"
|
||||||
|
variant="outline"
|
||||||
|
className="border-blue-400/30 text-blue-300 hover:bg-blue-500/10"
|
||||||
|
onClick={() => navigate("/creators?arm=corp")}
|
||||||
|
>
|
||||||
|
Browse Corp Creators
|
||||||
|
</Button>
|
||||||
|
<Button
|
||||||
|
size="sm"
|
||||||
|
variant="outline"
|
||||||
|
className="border-blue-400/30 text-blue-300 hover:bg-blue-500/10"
|
||||||
|
onClick={() => navigate("/opportunities?arm=corp")}
|
||||||
|
>
|
||||||
|
View Corp Opportunities
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue