diff --git a/src/lib/components/marketing/testimonials.svelte b/src/lib/components/marketing/testimonials.svelte index c21b6f413e..fdf53a2c92 100644 --- a/src/lib/components/marketing/testimonials.svelte +++ b/src/lib/components/marketing/testimonials.svelte @@ -60,7 +60,7 @@ > {#each testimonials as testimonial}
diff --git a/src/lib/components/product-pages/testimonials.svelte b/src/lib/components/product-pages/testimonials.svelte index 0238c4cd13..bc666d21d6 100644 --- a/src/lib/components/product-pages/testimonials.svelte +++ b/src/lib/components/product-pages/testimonials.svelte @@ -54,7 +54,7 @@ > {#each testimonials as testimonial}
{testimonial.copy} diff --git a/src/routes/products/functions/(components)/Testimonials.svelte b/src/routes/products/functions/(components)/Testimonials.svelte index 5d6b835230..63535ca1e7 100644 --- a/src/routes/products/functions/(components)/Testimonials.svelte +++ b/src/routes/products/functions/(components)/Testimonials.svelte @@ -3,21 +3,21 @@ { name: 'Ryan O’Conner', copy: `The switch to using Appwrite brought infinite value that I'm still discovering today, but a major impact that it made was the amount of time and stress that it saved me as it simply just works.`, - image: '/images/testimonials/k-collect.png', + image: '/images/testimonials/ryan-oconner.png', title: 'Founder', company: 'K-Collect' }, { name: 'David Forster', copy: `We really loved working with Appwrite for launching our bootstrapped "Open Mind" App. I am still surprised how easy the implementation into Flutter was.`, - image: '/images/testimonials/open-mind.png', + image: '/images/testimonials/david-forster.png', title: 'Founder', company: 'Open Mind' }, { name: 'Marius Bolik', copy: `The integrated user authentication and the ease of creating data structures have undoubtedly saved us several weeks' worth of time.`, - image: '/images/testimonials/shoefitter.png', + image: '/images/testimonials/marius-bolik2.png', title: 'CTO', company: 'mySHOEFITTER' }, @@ -47,11 +47,11 @@
{testimonial.copy} @@ -77,7 +77,7 @@ {#each testimonials as testimonial}