completionId: cgen-b950262b4dc344ed85b054a42a326acb
cgen-b950262b4dc344ed85b054a42a326acb
This commit is contained in:
parent
5cd1539eb4
commit
d78eae9004
4 changed files with 6 additions and 6 deletions
|
|
@ -48,7 +48,7 @@ export default function Corp() {
|
||||||
<Button
|
<Button
|
||||||
size="lg"
|
size="lg"
|
||||||
className="bg-blue-400 text-black shadow-[0_0_30px_rgba(59,130,246,0.35)] transition hover:bg-blue-300"
|
className="bg-blue-400 text-black shadow-[0_0_30px_rgba(59,130,246,0.35)] transition hover:bg-blue-300"
|
||||||
onClick={() => navigate("/corp/schedule-consultation")}
|
onClick={() => navigate("/consulting/schedule-consultation")}
|
||||||
>
|
>
|
||||||
<Briefcase className="mr-2 h-5 w-5" />
|
<Briefcase className="mr-2 h-5 w-5" />
|
||||||
Schedule Consultation
|
Schedule Consultation
|
||||||
|
|
@ -57,7 +57,7 @@ export default function Corp() {
|
||||||
size="lg"
|
size="lg"
|
||||||
variant="outline"
|
variant="outline"
|
||||||
className="border-blue-400/60 text-blue-300 hover:bg-blue-500/10"
|
className="border-blue-400/60 text-blue-300 hover:bg-blue-500/10"
|
||||||
onClick={() => navigate("/corp/view-case-studies")}
|
onClick={() => navigate("/consulting/view-case-studies")}
|
||||||
>
|
>
|
||||||
View Case Studies
|
View Case Studies
|
||||||
</Button>
|
</Button>
|
||||||
|
|
@ -142,7 +142,7 @@ export default function Corp() {
|
||||||
<Button
|
<Button
|
||||||
size="lg"
|
size="lg"
|
||||||
className="bg-blue-400 text-black shadow-[0_0_30px_rgba(59,130,246,0.35)] hover:bg-blue-300"
|
className="bg-blue-400 text-black shadow-[0_0_30px_rgba(59,130,246,0.35)] hover:bg-blue-300"
|
||||||
onClick={() => navigate("/corp/contact-us")}
|
onClick={() => navigate("/consulting/contact-us")}
|
||||||
>
|
>
|
||||||
Contact Us
|
Contact Us
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ export default function GameForgeJoinGameForge() {
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
className="text-green-300 hover:bg-green-500/10"
|
className="text-green-300 hover:bg-green-500/10"
|
||||||
onClick={() => navigate("/gameforge")}
|
onClick={() => navigate("/game-development")}
|
||||||
>
|
>
|
||||||
← Back to GameForge
|
← Back to GameForge
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ export default function GameForgeStartBuilding() {
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
className="text-green-300 hover:bg-green-500/10"
|
className="text-green-300 hover:bg-green-500/10"
|
||||||
onClick={() => navigate("/gameforge")}
|
onClick={() => navigate("/game-development")}
|
||||||
>
|
>
|
||||||
← Back to GameForge
|
← Back to GameForge
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ export default function GameForgeViewPortfolio() {
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
className="text-green-300 hover:bg-green-500/10"
|
className="text-green-300 hover:bg-green-500/10"
|
||||||
onClick={() => navigate("/gameforge")}
|
onClick={() => navigate("/game-development")}
|
||||||
>
|
>
|
||||||
← Back to GameForge
|
← Back to GameForge
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue