Fixed Getting Started + Ask a Question

This commit is contained in:
Dylan Lambertson 2024-12-03 19:26:00 -05:00 committed by GitHub
parent 84db35bb44
commit 8fba15a154
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,10 +120,10 @@ export default function Home() {
</p>
<div className="flex flex-col lg:flex-row justify-center lg:justify-start space-y-4 lg:space-y-0 lg:space-x-4 mt-8">
<button className="px-8 py-4 bg-blue-500 text-white font-semibold rounded-full hover:bg-blue-600 transition">
Get Started
<a href="https://billing.skylinkhosting.com/">Get Stated!</a>
</button>
<button className="px-8 py-4 bg-gray-800 text-white font-semibold rounded-full hover:bg-gray-700 transition">
Ask a Question
<a href="https://discord.skylinkhosting.com">Ask a Question</a>
</button>
</div>
</div>