Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
move sdks up top (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquim-verges authored Jul 17, 2024
1 parent 70c0cb9 commit 375501b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ export default function Page() {
<main className="container grow pb-20">
<Hero />
{/* <TutorialsSection /> */}
<SDKSection />
<WalletsSection />
<ContractsSection />
<EngineSection />

<SDKSection />
<ContractsSection />
</main>
);
}
Expand Down Expand Up @@ -335,7 +334,7 @@ function EngineSection() {
function SDKSection() {
return (
<section className="my-12">
<SectionTitle id="sdk" title="SDKs" />
<SectionTitle id="sdk" title="Get Started" />

<Grid>
<SDKCardIndex
Expand Down

0 comments on commit 375501b

Please sign in to comment.