diff --git a/website/src/components/home/testimonials.jsx b/website/src/components/home/testimonials.jsx index 7362413f2..9e296074d 100644 --- a/website/src/components/home/testimonials.jsx +++ b/website/src/components/home/testimonials.jsx @@ -9,6 +9,7 @@ import nyholm from './testimonials/nyholm.jpg'; import zmalter from './testimonials/zmalter.jpg'; import simon from './testimonials/simon.jpg'; import lorenzo from './testimonials/lorenzo.jpg'; +import jlaswell from './testimonials/jlaswell.png'; const testimonials = [ { @@ -29,15 +30,6 @@ const testimonials = [ image: paul, }, }, - { - body: 'Every time I throw something up onto AWS Lambda in PHP using Bref I marvel at how mega-useful it is. If you haven’t checked out Bref you’re probably missing out', - author: { - name: 'Gary Hockin', - handle: 'GeeH', - link: 'https://twitter.com/GeeH/status/1335909653897752576', - image: geeh, - }, - }, { body: 'Just finished migrating our production from Heroku to AWS Lambda via Bref. It\'ll save us around $2k a year 🤯', author: { @@ -47,6 +39,15 @@ const testimonials = [ image: zmalter, }, }, + { + body: 'Every time I throw something up onto AWS Lambda in PHP using Bref I marvel at how mega-useful it is. If you haven’t checked out Bref you’re probably missing out', + author: { + name: 'Gary Hockin', + handle: 'GeeH', + link: 'https://twitter.com/GeeH/status/1335909653897752576', + image: geeh, + }, + }, { body: 'When your production website with Symfony, API Platform and Bref handles more than 500 simultaneous connections without flinching…', author: { @@ -101,6 +102,15 @@ const testimonials = [ image: aranreeks, }, }, + { + body: 'Bref defines how PHP should run on AWS Lambda. At Voxie, we sponsor Bref because it\'s more than a runtime — it\'s the best foundation for building scalable, efficient products on AWS Lambda.', + author: { + name: 'John Laswell', + handle: 'john_laswell', + link: 'https://www.linkedin.com/feed/update/urn:li:activity:7265474236402536448/', + image: jlaswell, + }, + }, // More testimonials... ] diff --git a/website/src/components/home/testimonials/jlaswell.png b/website/src/components/home/testimonials/jlaswell.png new file mode 100644 index 000000000..8a8b11f34 Binary files /dev/null and b/website/src/components/home/testimonials/jlaswell.png differ