Skip to content

Commit f76247a

Browse files
committed
updated landing page
1 parent c6114c9 commit f76247a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

examples/hf_demo_space/static/landing_page.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,17 @@
515515
display: none;
516516
}
517517
}
518+
/* Style for Try Now button in disclaimer */
519+
.disclaimer .cta-button {
520+
font-size: 1rem;
521+
padding: 0.7rem 2rem !important;
522+
margin: 0.5rem auto 1rem auto;
523+
display: inline-block;
524+
box-shadow: 0 2px 8px hsl(var(--primary) / 0.10);
525+
}
526+
.disclaimer div {
527+
text-align: center;
528+
}
518529
</style>
519530
</head>
520531
<body>
@@ -639,6 +650,8 @@ <h4>Getting Started</h4>
639650
You can use one of our pre-configured free LLM providers or bring your own model.
640651
We do not persist any data regarding Git repositories or API keys - everything stays local and private.
641652
</p>
653+
<div style="text-align:center; margin-top: 1.5rem;">
654+
<a href="/tide" class="nav-link cta-button">Try Now</a>
642655
</div>
643656

644657
<p>&copy; 2025 AgentTide. Built with CodeTide. Licensed under Apache 2.0.</p>

0 commit comments

Comments
 (0)