completionId: cgen-e139a387c6f4490ba9c10dd8d950949c
cgen-e139a387c6f4490ba9c10dd8d950949c
This commit is contained in:
parent
5882acd51d
commit
d684df46b8
1 changed files with 12 additions and 0 deletions
|
|
@ -145,6 +145,18 @@ export default function DevLink() {
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
{/* Dev-Link Platform Embed */}
|
||||||
|
<section className="relative h-96 lg:h-[600px] border-t border-cyan-400/20 overflow-hidden">
|
||||||
|
<iframe
|
||||||
|
src="https://dev-link.me"
|
||||||
|
className="w-full h-full border-0"
|
||||||
|
title="Dev-Link Platform Preview"
|
||||||
|
style={{
|
||||||
|
minHeight: "600px",
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</section>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue