Skip to content

Commit e785491

Browse files
committed
Add Contract Studio homepage section and update hero
- Add ContractStudioSection with animated IDE mockup (PolkaSwap DEX contract), output panel, and 3 feature cards with illustrations (Dual Compiler, OpenZeppelin Ready, Native Deploy) - Position as second section after hero for maximum visibility - Hero: update badge to "New: Contract Studio is live" linking to /studio, add dual CTA buttons (Open Studio + Extrinsic Builder), update subtitle to cover both Builder and Studio
1 parent 5dadd00 commit e785491

3 files changed

Lines changed: 627 additions & 10 deletions

File tree

app/(marketing)/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { HeroSection } from "@/components/sections/hero-section";
22
import { WhyDevelopers } from "@/components/sections/why-developers";
33
import { ExtrinsicBuilderSection } from "@/components/sections/extrinsic-builder";
4+
import { ContractStudioSection } from "@/components/sections/contract-studio";
45
import { DappBuildersSection } from "@/components/sections/dapp-builders";
56
import { SubstrateUtilitiesSection } from "@/components/sections/substrate-utilities";
67
import { TestimonialsSection } from "@/components/sections/testimonials";
@@ -9,6 +10,7 @@ export default function Page() {
910
return (
1011
<>
1112
<HeroSection />
13+
<ContractStudioSection />
1214
<WhyDevelopers />
1315
<ExtrinsicBuilderSection />
1416
<DappBuildersSection />

0 commit comments

Comments
 (0)