Update GameDevelopment CTA button link
cgen-e088b4be4dae4c10abc99b52dcbcba0a
This commit is contained in:
parent
40a57d77f5
commit
ed76c0f126
1 changed files with 4 additions and 1 deletions
|
|
@ -581,7 +581,10 @@ export default function GameDevelopment() {
|
|||
size="lg"
|
||||
className="bg-gradient-to-r from-aethex-500 to-neon-blue hover:from-aethex-600 hover:to-neon-blue/90 glow-blue hover-lift text-lg px-8 py-6"
|
||||
>
|
||||
<Link to="/contact" className="flex items-center space-x-2">
|
||||
<Link
|
||||
to="/pricing#game-development"
|
||||
className="flex items-center space-x-2"
|
||||
>
|
||||
<Play className="h-5 w-5" />
|
||||
<span>Start Your Project</span>
|
||||
<ArrowRight className="h-5 w-5" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue