fix: add price to landing

This commit is contained in:
Vasily Zubarev
2025-05-12 20:05:01 +02:00
parent f42fdcf74e
commit 2f357968a7

View File

@@ -275,7 +275,7 @@ export default function LandingPage() {
target="_blank" target="_blank"
className="block w-full text-center px-6 py-3 bg-gradient-to-r from-blue-600 to-indigo-600 text-white font-medium rounded-full hover:opacity-90 transition-all shadow-lg shadow-blue-500/20" className="block w-full text-center px-6 py-3 bg-gradient-to-r from-blue-600 to-indigo-600 text-white font-medium rounded-full hover:opacity-90 transition-all shadow-lg shadow-blue-500/20"
> >
Github + Docker Compose Free: Github + Docker Compose
</Link> </Link>
</div> </div>
@@ -312,7 +312,7 @@ export default function LandingPage() {
href="/cloud" href="/cloud"
className="block w-full text-center px-6 py-3 bg-gradient-to-r from-blue-600 to-indigo-600 text-white font-medium rounded-full hover:opacity-90 transition-all shadow-lg shadow-blue-500/20" className="block w-full text-center px-6 py-3 bg-gradient-to-r from-blue-600 to-indigo-600 text-white font-medium rounded-full hover:opacity-90 transition-all shadow-lg shadow-blue-500/20"
> >
LET'S GO! Early Access: from 35/year
</Link> </Link>
</div> </div>
</div> </div>