From fd750b54aabaeca9a2895f6f44c93378ec0e263f Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Fri, 3 Jul 2026 15:11:43 +0300 Subject: [PATCH] remove dummy testimonials --- frontend/rabbi_gerzi/src/views/HomePage.vue | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/frontend/rabbi_gerzi/src/views/HomePage.vue b/frontend/rabbi_gerzi/src/views/HomePage.vue index a2bd66a..42c3d27 100644 --- a/frontend/rabbi_gerzi/src/views/HomePage.vue +++ b/frontend/rabbi_gerzi/src/views/HomePage.vue @@ -46,24 +46,6 @@ const testimonials: Testimonial[] = [ 'My understanding of Torah has been profoundly improved through ' + 'his teachings.', }, - { - name: 'Placeholder Student 1', - quote: - 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do ' + - 'eiusmod tempor incididunt ut labore et dolore magna aliqua.', - }, - { - name: 'Placeholder Student 2', - quote: - 'Ut enim ad minim veniam, quis nostrud exercitation ullamco ' + - 'laboris nisi ut aliquip ex ea commodo consequat.', - }, - { - name: 'Placeholder Student 3', - quote: - 'Duis aute irure dolor in reprehenderit in voluptate velit esse ' + - 'cillum dolore eu fugiat nulla pariatur.', - }, ] const testimonialIndex = ref(0)