Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-cb committed Oct 25, 2024
1 parent d7404bf commit bce216a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/blockleads/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ export default function BlockLeads() {
</div>

<p className="text-xl font-light text-gray-700 mb-12 leading-relaxed">
BlockLeads is an app on Base Sepolia that automatically rewards users with free $USDC in return for providing their crypto wallet address.
BlockLeads is an app on Base Sepolia that automatically rewards users with free $USDC in return for providing their crypto wallet address.
</p>

<div className="bg-white bg-opacity-50 rounded-lg p-8 mb-12 shadow-inner">
<h2 className="text-3xl font-semibold text-gray-800 mb-6">How it works</h2>
<ol className="list-decimal list-inside space-y-4 text-gray-700">
<li className="text-lg">User enters name, email, and wallet address (currently configured to support Base).</li>
<li className="text-lg">User clicks on `Claim USDC`</li>
<li className="text-lg">User clicks on `Claim USDC`.</li>
<li className="text-lg">User instantly receives $0.25 reward of USDC on Base Sepolia (testnet) into the wallet address provided.</li>
</ol>
<p className="mt-6 text-sm font-light text-gray-600">
Expand Down

0 comments on commit bce216a

Please sign in to comment.