feat: add project card component and clean up homepage

This commit is contained in:
badblocks 2025-07-17 23:05:39 -07:00
parent 3874443c34
commit ea18dcdb8e
No known key found for this signature in database
4 changed files with 79 additions and 68 deletions

View file

@ -127,7 +127,7 @@
:disabled="!isVerified || isSendingMessage || isMessageSent"
>
<span v-if="isSendingMessage" class="loading loading-spinner"></span>
Text Me!
Text Me! (Rob )
</button>
</div>
</form>