completionId: cgen-e139a387c6f4490ba9c10dd8d950949c

cgen-e139a387c6f4490ba9c10dd8d950949c
This commit is contained in:
Builder.io 2025-11-06 19:47:30 +00:00
parent 5882acd51d
commit d684df46b8

View file

@ -145,6 +145,18 @@ export default function DevLink() {
</Button>
</div>
</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>
</div>
</Layout>