Skip to content

Commit

Permalink
Remove stale copy and sections
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetpea22 committed Apr 8, 2024
1 parent 1537a88 commit 64e51fd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion src/data/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export const footerLinks = {
{ name: "SDK", href: "https://github.com/sygmaprotocol/sygma-sdk" },
{ name: "Documentation", href: "https://docs.buildwithsygma.com/" },
{ name: "Contributor Program", href: "/contributors" },
{ name: "Builder's Program", href: "/builders-program" },
{
name: "Github",
href: "https://github.com/sygmaprotocol",
Expand Down
1 change: 0 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export default function Home(props: any) {
<DevFeature2 />
<DevFeature1 />
<SlidingWords />
<ProductOverview />
<DevJourney />
<CoreFeatures />
<BuildersProgram />
Expand Down
14 changes: 0 additions & 14 deletions src/sections/DevFeature2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,6 @@ export default function DevFeature2() {
alt="Sygma's code snippet video showcasing token transfers between EVM and Substrate chains, demonstrating cross-chain interoperability in action"
/> */}
<img className="mx-auto lg:max-w-4xl" src="/transfer.gif" />
<div className="mx-auto mt-10 flex max-w-4xl justify-between gap-2">
<GiantButton
href="https://transfer-ui.test.buildwithsygma.com/transfer"
type="primary"
>
Fungible Token Transfer Demo (UI)
</GiantButton>
<GiantButton
href="https://transfer-ui.test.buildwithsygma.com/transfer"
type="primary"
>
NFT Transfer Demo (UI){" "}
</GiantButton>
</div>
<div className="mx-auto mt-2 flex max-w-4xl justify-between gap-2">
<GiantButton
href="https://docs.buildwithsygma.com/sdk/quickstart/examples/erc20/substrate-evm-example"
Expand Down

0 comments on commit 64e51fd

Please sign in to comment.