mirror of
https://github.com/SkyLinkHostingLLC/Website.git
synced 2026-02-22 01:42:22 -05:00
Fixed Getting Started + Have a Question bottom floater box
This commit is contained in:
parent
6f162a9ea6
commit
ab802c6829
1 changed files with 2 additions and 2 deletions
|
|
@ -200,10 +200,10 @@ export default function Home() {
|
||||||
</p>
|
</p>
|
||||||
<div className="flex justify-center space-x-6">
|
<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">
|
<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>
|
||||||
<button className="px-8 py-3 bg-gray-800 text-white font-semibold rounded-full hover:bg-gray-700 transition">
|
<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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue