Skip to content

Commit

Permalink
Merge pull request #31 from btb-finance/buytoken1
Browse files Browse the repository at this point in the history
  • Loading branch information
iownducks authored Dec 8, 2024
2 parents e6fde51 + ac2bcb8 commit d31648f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/home/cta-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,22 @@ export function CTASection() {
<div className="container mx-auto px-4 text-center">
<h2 className="text-3xl font-bold mb-6">Ready to Make a Difference?</h2>
<p className="text-xl mb-8 opacity-90">
Join the public sale and contribute to a greener future with BTB Finance.
Join the public sale and be part of Solana's leading liquidity management platform.
</p>
<div className="flex flex-col sm:flex-row gap-4 justify-center">
<Link href="/buybtb">
<Button variant="secondary" size="lg" className="rounded-full">
Buy BTB Tokens <ArrowRight className="ml-2 h-4 w-4" />
</Button>
</Link>

<Link href="/plant-tree">
<Button variant="outline" size="lg" className="rounded-full bg-transparent border-white/20 hover:bg-white/10">
<Leaf className="mr-2 h-4 w-4" />
Plant a Tree
</Button>
</Link>

<Link href="/dashboard">
<Button variant="outline" size="lg" className="rounded-full bg-transparent border-white/20 hover:bg-white/10">
Launch Dashboard <ArrowRight className="ml-2 h-4 w-4" />
Expand Down

0 comments on commit d31648f

Please sign in to comment.