add placeholder testimonials
This commit is contained in:
parent
289ecec44e
commit
316bb05ef7
1 changed files with 18 additions and 0 deletions
|
|
@ -43,6 +43,24 @@ const testimonials: Testimonial[] = [
|
||||||
name: 'Anonymous Student',
|
name: 'Anonymous Student',
|
||||||
quote: 'My understanding of Torah has been profoundly improved through ' + 'his teachings.',
|
quote: '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)
|
const testimonialIndex = ref(0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue