diff --git a/app/components/Testimonies.vue b/app/components/Testimonies.vue index 70fbc29..569e938 100644 --- a/app/components/Testimonies.vue +++ b/app/components/Testimonies.vue @@ -9,10 +9,7 @@

Don't just take our word for it

- Cider is the go-to choice for thousands of talented individuals ({{ - memberCount - }} - 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...

@@ -64,8 +61,6 @@ type Testimony = { quote: string; }; -const memberCount = ref("13,567"); - function addQuotes(quote: string) { return `"${quote}"`; }