✨ Added testimonial by @adeekshith
This commit is contained in:
@@ -6,18 +6,11 @@
|
|||||||
|
|
||||||
const testimotionals = [
|
const testimotionals = [
|
||||||
{
|
{
|
||||||
quote: 'Great programm!',
|
quote: `#ClassQuiz: An open source quiz platform (like Kahoot!) made by @Mawoka
|
||||||
name: 'John Doe',
|
and written mostly in #svelte and #python.
|
||||||
source: 'https://t.co'
|
I like it and would use it for my house parties next time!`,
|
||||||
},
|
name: 'Deekshith Allamaneni',
|
||||||
{
|
source: 'https://twitter.com/adeekshith/status/1514973178438766596'
|
||||||
quote:
|
|
||||||
'The Landscaping Professionals were quick, courteous and very helpful. They\n' +
|
|
||||||
' helped me restore my lawn and gardens completely after putting in my deck.\n' +
|
|
||||||
' I was worried it wouldn’t be done in time for my garden party, but they\n' +
|
|
||||||
' finished the job with time to spare!',
|
|
||||||
name: 'Jane Doe',
|
|
||||||
source: 'https://t.co'
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
@@ -28,7 +21,7 @@
|
|||||||
centeredSlides={true}
|
centeredSlides={true}
|
||||||
modules={[Autoplay]}
|
modules={[Autoplay]}
|
||||||
autoplay={{
|
autoplay={{
|
||||||
delay: 3000,
|
delay: 3500,
|
||||||
disableOnInteraction: false
|
disableOnInteraction: false
|
||||||
}}
|
}}
|
||||||
loop={true}
|
loop={true}
|
||||||
@@ -39,8 +32,8 @@
|
|||||||
<div class="max-w-3xl p-4 text-gray-800 rounded-lg text-white">
|
<div class="max-w-3xl p-4 text-gray-800 rounded-lg text-white">
|
||||||
<div class="mb-2">
|
<div class="mb-2">
|
||||||
<div class="h-3 text-3xl text-left text-indigo-600">“</div>
|
<div class="h-3 text-3xl text-left text-indigo-600">“</div>
|
||||||
<p class="px-4 text-center text-gray-200">
|
<p class="px-4 text-center text-gray-800 font-medium">
|
||||||
{testi.quote}
|
{@html testi.quote}
|
||||||
</p>
|
</p>
|
||||||
<div class="h-3 text-3xl text-right text-indigo-600">”</div>
|
<div class="h-3 text-3xl text-right text-indigo-600">”</div>
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
|
|||||||
@@ -64,14 +64,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!--
|
|
||||||
<section>
|
<section>
|
||||||
<h1 class='sm:text-6xl text-4xl text-center'>Testimonials</h1>
|
<h1 class="sm:text-6xl text-4xl text-center">Testimonials</h1>
|
||||||
{#await import('$lib/landing/testimonials.svelte') then testimonials}
|
{#await import('$lib/landing/testimonials.svelte') then testimonials}
|
||||||
<svelte:component this={testimonials.default} />
|
<svelte:component this={testimonials.default} />
|
||||||
{/await}
|
{/await}
|
||||||
</section>
|
</section>
|
||||||
-->
|
|
||||||
<section id="features" class="mt-8">
|
<section id="features" class="mt-8">
|
||||||
<div class="text-center snap-y">
|
<div class="text-center snap-y">
|
||||||
<h1 class="sm:text-6xl text-4xl">{$t('words.features')}</h1>
|
<h1 class="sm:text-6xl text-4xl">{$t('words.features')}</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user