fix: rename hero button to Start Using It with arrow, remove GitHub icon

This commit is contained in:
ashim-hq
2026-04-24 00:09:02 +08:00
parent bca23d2008
commit 2edee0c21d
+1 -3
View File
@@ -1,6 +1,5 @@
"use client";
import { Github } from "lucide-react";
import { useCallback, useEffect, useRef, useState } from "react";
import { FadeIn } from "./fade-in";
import { TypingCursor } from "./typing-cursor";
@@ -142,8 +141,7 @@ export function Hero() {
rel="noopener noreferrer"
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={20} />
Get Started for Free
Start Using It &rarr;
</a>
</div>
</FadeIn>