mirror of
https://github.com/SkyLinkHostingLLC/Website.git
synced 2026-02-22 03:32:22 -05:00
Fixed Getting Started + Ask a Question
This commit is contained in:
parent
84db35bb44
commit
8fba15a154
1 changed files with 2 additions and 2 deletions
|
|
@ -120,10 +120,10 @@ export default function Home() {
|
||||||
</p>
|
</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">
|
<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">
|
<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>
|
||||||
<button className="px-8 py-4 bg-gray-800 text-white font-semibold rounded-full hover:bg-gray-700 transition">
|
<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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue