File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
app/(base-org)/developers/onchainkit
src/components/Developers/Onchainkit Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,19 @@ import { InfoCards } from 'apps/web/src/components/Developers/Onchainkit/InfoCar
88import { Templates } from 'apps/web/src/components/Developers/Onchainkit/Templates' ;
99import { Testmonials } from 'apps/web/src/components/Developers/Onchainkit/Testimonials' ;
1010import { CtaBanner } from 'apps/web/src/components/Developers/Shared/CtaBanner' ;
11+ import Image from 'next/image' ;
12+ import onchainkit from 'apps/web/src/components/Developers/Onchainkit/onchainkit.svg' ;
1113
1214export default async function OnchainKit ( ) {
1315 return (
1416 < Container >
1517 < main className = "mb-32 flex min-h-screen w-full flex-col items-center gap-40 bg-black pt-20" >
1618 { /* Header */ }
17- < div className = "flex flex-col items-center pt-20" >
19+ < div className = "flex flex-col items-center gap-1 pt-20" >
20+ < div className = "flex items-center gap-2 pb-6 text-[#C9A4FA]" >
21+ < Image src = { onchainkit } alt = "onchainkit" width = { 32 } height = { 32 } className = "h-5 w-5" />
22+ < Title level = { TitleLevel . Title3 } > OnchainKit</ Title >
23+ </ div >
1824 < Title level = { TitleLevel . Display3 } > Full-stack onchain components</ Title >
1925 < Title level = { TitleLevel . Title3 } className = "text-gray-muted" >
2026 All-you-need to build an onchain app in 10 minutes.
You can’t perform that action at this time.
0 commit comments