completionId: cgen-834c0109c66148ac8684ddfcc5a5671d
cgen-834c0109c66148ac8684ddfcc5a5671d
This commit is contained in:
parent
3501c2d0d6
commit
1184dae12c
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ export default function Corp() {
|
|||
<Button
|
||||
size="lg"
|
||||
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")}
|
||||
>
|
||||
<Briefcase className="mr-2 h-5 w-5" />
|
||||
Schedule Consultation
|
||||
|
|
@ -56,6 +57,7 @@ export default function Corp() {
|
|||
size="lg"
|
||||
variant="outline"
|
||||
className="border-blue-400/60 text-blue-300 hover:bg-blue-500/10"
|
||||
onClick={() => navigate("/corp/view-case-studies")}
|
||||
>
|
||||
View Case Studies
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue