Fixed Getting Started + Have a Question bottom floater box

This commit is contained in:
Dylan Lambertson 2024-12-03 20:12:18 -05:00 committed by GitHub
parent 6f162a9ea6
commit ab802c6829
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -200,10 +200,10 @@ export default function Home() {
</p>
<div className="flex justify-center space-x-6">
<button className="px-8 py-3 bg-blue-500 text-white font-semibold rounded-full hover:bg-blue-600 transition">
Get Started
<a href="https://billing.skylinkhosting.com/">Getting Started</a>
</button>
<button className="px-8 py-3 bg-gray-800 text-white font-semibold rounded-full hover:bg-gray-700 transition">
Ask a Question
<a href="https://discord.skylinkhosting.com/">Have a Question?</a>
</button>
</div>
</div>