From decbd08eee2d72c7f117187ba8c5f8dd6275c602 Mon Sep 17 00:00:00 2001
From: Novus Nota <68142933+novusnota@users.noreply.github.com>
Date: Thu, 30 Oct 2025 12:30:36 +0100
Subject: [PATCH 1/2] chore(landing): match recent changes in the structure
---
index.mdx | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/index.mdx b/index.mdx
index 81e84d6db..883cb1970 100644
--- a/index.mdx
+++ b/index.mdx
@@ -147,13 +147,6 @@ export const JourneyStep = ({ title, icon, iconType, href, cta, children }) => {
- {/* */}
{
href="/ecosystem/overview"
cta="Overview"
/>
+
{
cta="Overview"
/>
{
iconType="solid"
href="/contract-dev/first-smart-contract"
/>
-
- {/* {
>
Compare the execution model and the ecosystem of TON
- {/*
- From nothing to a deployed and working contract with a web frontend
- */}
+ Write and deploy a contract that can be interacted with
+
{
Complete list of instructions and opcodes
TON Center v2 and v3, and others
From c587efc707963cd3366943226ed1a167ab65faf7 Mon Sep 17 00:00:00 2001
From: Novus Nota <68142933+novusnota@users.noreply.github.com>
Date: Thu, 30 Oct 2025 13:11:13 +0100
Subject: [PATCH 2/2] typo
---
index.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.mdx b/index.mdx
index 883cb1970..f984183b0 100644
--- a/index.mdx
+++ b/index.mdx
@@ -280,7 +280,7 @@ export const JourneyStep = ({ title, icon, iconType, href, cta, children }) => {
title="Your first smart contract"
icon="file"
iconType="solid"
- href="/from-ethereum"
+ href="/contract-dev/first-smart-contract"
>
Write and deploy a contract that can be interacted with