diff --git a/src/app/(pages)/page.tsx b/src/app/(pages)/page.tsx index c8ec3aa..bddcbe1 100644 --- a/src/app/(pages)/page.tsx +++ b/src/app/(pages)/page.tsx @@ -39,7 +39,8 @@ const buttons: Button[] = [ title: "Get Started", tooltip: "Click to get started with the API", url: "/documentation", - className: "bg-gradient-to-r from-indigo-500 to-emerald-500 px-7 hover:opacity-75 transition-all transform-gpu", + className: + "bg-gradient-to-r from-indigo-600 to-emerald-600 px-7 hover:opacity-75 transition-all transform-gpu text-white", }, ];