We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344f305 commit de4217dCopy full SHA for de4217d
src/pages/startups.tsx
@@ -354,7 +354,12 @@ const Startups = () => (
354
</IconCaption>
355
</li>
356
</IconList>
357
- <Button href="#">Maak een afspraak!</Button>
+ <Button
358
+ href="https://calendly.com/bytecode"
359
+ target="_blank"
360
+ rel="noopener">
361
+ Maak een afspraak!
362
+ </Button>
363
</Col>
364
<Col>
365
<HeaderFigure>
@@ -516,7 +521,12 @@ const Startups = () => (
516
521
</p>
517
522
518
523
</Deliverables>
519
524
525
526
527
528
529
520
530
531
</Row>
532
</Container>
0 commit comments