Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Aug 27, 2024
1 parent fde7ac1 commit 108691e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function Home() {
<FeatureCard title="Invisible Wallet" description="Automatically generate personal wallets for all players. No need to connect your wallet or sign transactions. Simply login with email." image="/assets/features/wallet.png" learnMore="https://portal.thirdweb.com/wallet/paper" />
<FeatureCard title="Gasless" description="Take care of the blockchain gas cost for your users to provide a seamless experience with the power of Account Abstraction. Your account and data persist, cross-platform and cross-device." image="/assets/features/gasless.png" learnMore="https://portal.thirdweb.com/wallet/smart-wallet" />
<FeatureCard title="Gaming Contracts" description="1-click deploy contracts from Explore. Every contract you need to create your web3 game." image="/assets/features/gaming.png" learnMore="https://thirdweb.com/explore/gaming" />
<FeatureCard title="Unity SDK" description="Simple to use and robust SDK that works cross-platform (native, mobile, console, browser, and VR). Quickly integrate web3 into games." image="/assets/features/unity.png" learnMore="https://portal.thirdweb.com/unity" />
<FeatureCard title="Unity SDK" description="Simple to use and robust SDK that works cross-platform (native, mobile, console, browser, and VR). Quickly integrate web3 into games." image="/assets/features/unity.png" learnMore="https://portal.thirdweb.com/unity/v5" />
</div>
</div>
</div>
Expand All @@ -70,11 +70,11 @@ export default function Home() {
<div className="flex-1 text-center lg:text-left">
<h3 className="mt-3 mb-12 text-3xl uppercase lg:text-7xl">How we built Web3 Warriors</h3>
<a
href="https://blog.thirdweb.com/how-we-built-web3-warriors/"
href="https://thirdweb.com/solutions/gaming"
target="_blank"
className="rounded-md bg-[#3DB8A5] px-12 py-4 text-sm font-semibold text-black shadow-sm hover:opacity-80 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-[#3DB8A5]"
>
Read the technical blog
Gaming Solutions
</a>
</div>
</div>
Expand Down

0 comments on commit 108691e

Please sign in to comment.