completionId: cgen-e1991f3b9cd24ad7ab4cbaa08199b424
cgen-e1991f3b9cd24ad7ab4cbaa08199b424
This commit is contained in:
parent
a824f76109
commit
c5c6f0b9c0
1 changed files with 23 additions and 0 deletions
|
|
@ -167,6 +167,29 @@ export default function Foundation() {
|
||||||
Learn Free
|
Learn Free
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Creator Network CTAs */}
|
||||||
|
<div className="mt-8 pt-8 border-t border-red-400/20">
|
||||||
|
<p className="text-sm text-red-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-red-400/30 text-red-300 hover:bg-red-500/10"
|
||||||
|
onClick={() => navigate("/creators?arm=foundation")}
|
||||||
|
>
|
||||||
|
Browse Community Creators
|
||||||
|
</Button>
|
||||||
|
<Button
|
||||||
|
size="sm"
|
||||||
|
variant="outline"
|
||||||
|
className="border-red-400/30 text-red-300 hover:bg-red-500/10"
|
||||||
|
onClick={() => navigate("/opportunities?arm=foundation")}
|
||||||
|
>
|
||||||
|
View Community Opportunities
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue