Last active
September 21, 2022 12:05
-
-
Save cp-sumi-k/ece147ea126920ea084bb96aca9f190f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div class="flex"> | |
<div class="description"> | |
We develop amazing products to help | |
Startups | |
bring their ideas to life. | |
<router-link :to="contactURL"> | |
<span>Let's talk</span> | |
<font-awesome-icon | |
class="fa" | |
icon="arrow-right" | |
/> | |
</router-link> | |
<small class="v2-canopas-gradient-text pt-1"> | |
100% MONEY BACK GUARANTEE | |
</small> | |
</div> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment