docs: split testimonials into paragraphs
This commit is contained in:
parent
2f304c6ec2
commit
962862f576
3 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
|||
---
|
||||
interface Props {
|
||||
href: string;
|
||||
position?: string;
|
||||
text: string;
|
||||
}
|
||||
|
||||
const { href, text } = Astro.props as Props;
|
||||
const { href, position, text } = Astro.props as Props;
|
||||
---
|
||||
|
||||
<div
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Joe Howell",
|
||||
"tagline": "Director, Bastion Insurance",
|
||||
"text": "<p>I've worked with Oliver for a number of years on B2C and B2B web projects and he has always demonstrated himself to be an expert in his field. As an insurance provider, some of our products and services don't naturally fit within a traditional ecommerce journey - but Oliver has always been able to come up with innovative ways to leverage core Drupal functionality and develop custom modules to meet our needs. Friendly, flexible and diligent – I wouldn't hesitate to recommend Oliver to anyone looking for a Drupal developer to progress their next project.",
|
||||
"text": "<p>I've worked with Oliver for a number of years on B2C and B2B web projects and he has always demonstrated himself to be an expert in his field.</p><p>As an insurance provider, some of our products and services don't naturally fit within a traditional ecommerce journey - but Oliver has always been able to come up with innovative ways to leverage core Drupal functionality and develop custom modules to meet our needs.</p><p>Friendly, flexible and diligent – I wouldn't hesitate to recommend Oliver to anyone looking for a Drupal developer to progress their next project.</p>",
|
||||
"image": "joe-howell.jpg",
|
||||
"url": "https://bastioninsurance.co.uk"
|
||||
}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"name": "Mick Felton",
|
||||
"tagline": "Publisher at Poetry Wales Press Ltd (Seren Books)",
|
||||
"url": "https://www.serenbooks.com",
|
||||
"text": "<p>Working with Oliver on the Seren website has been easy and beneficial. As well as providing general maintenance support, he built a new Drupal module which integrated with our partners Glassboxx so that we could sell ebooks directly from our website. Oliver worked closely with the team at Glassboxx to create the integration which needed to communicate with the Glassboxx app so that users could download their purchases. He was able to resolve issues which came up along the way in order to create a functioning module which we now use on our site.</p><p>Oliver has extensive knowledge of Drupal and his familiarity with the Seren site meant he was able to fix problems quickly and efficiently as they arose. He is reliable and has always been willing to discuss new ideas for how the site could function. We would recommend working with him for his invaluable knowledge and ability to find solutions to problems at short notice. It has been a pleasure to work with him over the years.</p>",
|
||||
"text": "<p>Working with Oliver on the Seren website has been easy and beneficial.</p><p>As well as providing general maintenance support, he built a new Drupal module which integrated with our partners Glassboxx so that we could sell ebooks directly from our website. Oliver worked closely with the team at Glassboxx to create the integration which needed to communicate with the Glassboxx app so that users could download their purchases. He was able to resolve issues which came up along the way in order to create a functioning module which we now use on our site.</p><p>Oliver has extensive knowledge of Drupal and his familiarity with the Seren site meant he was able to fix problems quickly and efficiently as they arose.</p><p>He is reliable and has always been willing to discuss new ideas for how the site could function.</p><p>We would recommend working with him for his invaluable knowledge and ability to find solutions to problems at short notice. It has been a pleasure to work with him over the years.</p>",
|
||||
"image": null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue