Skip to content

Commit

Permalink
Add @jlaswell quote to the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Nov 22, 2024
1 parent d36fde4 commit 4c3bc82
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions website/src/components/home/testimonials.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
{
Expand All @@ -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 <strong>$2k a year</strong> 🤯',
author: {
Expand All @@ -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 <strong>500 simultaneous connections</strong> without flinching…',
author: {
Expand Down Expand Up @@ -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...
]

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c3bc82

Please sign in to comment.