Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions app/components/Testimonies.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
<div>
<h3 class="text-4xl font-black lg:text-6xl">Don't just take our word for it</h3>
<p class="mt-10 text-xl text-muted-foreground lg:mr-20">
Cider is the go-to choice for thousands of talented individuals (<kbd>{{
memberCount
}}</kbd>
to be exact) like you! Our vibrant community is at the heart of everything we do. See what
Cider is the go-to choice for thousands of talented individuals like you! Our vibrant community is at the heart of everything we do. See what
some of our satisfied users have to say...
</p>
</div>
Expand Down Expand Up @@ -64,8 +61,6 @@ type Testimony = {
quote: string;
};

const memberCount = ref("13,567");

function addQuotes(quote: string) {
return `"${quote}"`;
}
Expand Down