mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: replace hero CTAs with single Get Started for Free button linking to GitHub
This commit is contained in:
@@ -135,21 +135,15 @@ export function Hero() {
|
|||||||
</FadeIn>
|
</FadeIn>
|
||||||
|
|
||||||
<FadeIn delay={0.2}>
|
<FadeIn delay={0.2}>
|
||||||
<div className="mt-10 flex flex-col items-center justify-center gap-4 sm:flex-row">
|
<div className="mt-10">
|
||||||
<a
|
|
||||||
href="https://demo.snapotter.com"
|
|
||||||
className="rounded-xl bg-accent px-8 py-3.5 text-base font-semibold text-accent-foreground shadow-lg shadow-accent/20 transition-colors hover:bg-accent-hover"
|
|
||||||
>
|
|
||||||
Try the Demo →
|
|
||||||
</a>
|
|
||||||
<a
|
<a
|
||||||
href="https://github.com/ashim-hq/ashim"
|
href="https://github.com/ashim-hq/ashim"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="flex items-center gap-2 rounded-xl border border-border px-8 py-3.5 text-base font-semibold transition-colors hover:bg-background-alt"
|
className="inline-flex items-center gap-2 rounded-xl bg-accent px-10 py-4 text-base font-semibold text-accent-foreground shadow-lg shadow-accent/20 transition-colors hover:bg-accent-hover"
|
||||||
>
|
>
|
||||||
<Github size={18} />
|
<Github size={20} />
|
||||||
View on GitHub
|
Get Started for Free
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</FadeIn>
|
</FadeIn>
|
||||||
|
|||||||
Reference in New Issue
Block a user