Skip to content

Commit

Permalink
Add booking testimonial
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed May 14, 2024
1 parent f8575e9 commit aed1c6f
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ const caseStudies = [
authorPosition: 'Product Manager',
companyLogo: '/images/external/localazy/logo-dark.svg',
companyLogoAlt: 'Localazy logo'
},
{
quotation:
"We're using Mockoon to mock error scenarios and hard-to-reach situations. This allows us to test without a complicated setup and in a deterministic way.",
link: '/blog/contributor-spotlight-harry-martland/',
authorImg: '/images/external/bookingcom/harry-martland.jpg',
authorImgAlt: 'Harry Martland, Principal Engineer at Booking.com',
authorName: 'Harry Martland',
authorPosition: 'Principal Engineer',
companyLogo: '/images/external/bookingcom/logo.svg',
companyLogoAlt: 'Booking.com logo'
}
];

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
219 changes: 219 additions & 0 deletions public/images/external/bookingcom/logo.svg
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 aed1c6f

Please sign in to comment.