Skip to content

Commit 57dd792

Browse files
Vedant005mittalyashu
authored andcommitted
refacor: made title visible on home page
1 parent 694860e commit 57dd792

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/(home)/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ export default function HomePage() {
1717
<div className="link group cursor-pointer p-6 border rounded-2xl bg-white hover:scale-105 transition-all">
1818
<Link
1919
href="/docs/install/getting-started"
20-
className="block text-lg font-medium text-gray-900 dark:text-zinc-400 hover:text-gray-600 dark:hover:text-zinc-400"
20+
className="block text-lg font-medium text-gray-900 dark:text-zinc-300 hover:text-gray-600 dark:hover:text-zinc-400"
2121
>
2222
<div className="flex items-center justify-center">
2323
<RocketIcon className="size-12 md:size-24" aria-hidden="true" />
2424
</div>
2525

26-
<h3 className="mt-5 text-gray-900 dark:text-zinc-50 font-medium">
26+
<h3 className="mt-5 text-gray-900 dark:text-zinc-600 font-medium">
2727
Quickstart
2828
</h3>
2929
<p className="mt-2 text-sm text-gray-500 dark:text-zinc-500">
@@ -36,13 +36,13 @@ export default function HomePage() {
3636
<div className="link group cursor-pointer p-6 border rounded-2xl bg-white hover:scale-105 transition-all">
3737
<Link
3838
href="/api-reference"
39-
className="block text-lg font-medium text-gray-900 dark:text-zinc-400 hover:text-gray-600 dark:hover:text-zinc-400"
39+
className="block text-lg font-medium text-gray-900 dark:text-zinc-300 hover:text-gray-600 dark:hover:text-zinc-400"
4040
>
4141
<div className="flex items-center justify-center">
4242
<TerminalIcon className="size-12 md:size-24" aria-hidden="true" />
4343
</div>
4444

45-
<h3 className="mt-5 text-gray-900 dark:text-zinc-50 font-medium">
45+
<h3 className="mt-5 text-gray-900 dark:text-zinc-600 font-medium">
4646
API Reference
4747
</h3>
4848
<p className="mt-2 text-sm text-gray-500 dark:text-zinc-500">

0 commit comments

Comments
 (0)