clean up stuff
This commit is contained in:
@@ -34,7 +34,7 @@ export default function LandingPage() {
|
||||
<div className="mt-10 flex items-top gap-x-6">
|
||||
<Link
|
||||
href="/build"
|
||||
className="bg-blue-600 hover:bg-blue-700 text-white text-base font-semibold px-6 py-3 rounded-md transition-colors"
|
||||
className="bg-gray-900 hover:bg-gray-950 text-white text-base font-semibold px-6 py-3 transition-colors"
|
||||
>
|
||||
Get Building
|
||||
</Link>
|
||||
@@ -52,6 +52,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</div>
|
||||
{/* Beta Tester CTA */}
|
||||
|
||||
<BetaTester />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user