Initial commit WIP
This commit is contained in:
10
app/components/content/SectionTestimonials.vue
Normal file
10
app/components/content/SectionTestimonials.vue
Normal file
@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<div class="mt-24">
|
||||
<div class="text-center">
|
||||
<slot name="title" />
|
||||
</div>
|
||||
<div class="not-prose -mt-8 sm:-mx-4 sm:columns-2 sm:text-[0]">
|
||||
<slot name="items" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user