Skip to content

Commit

Permalink
Update to Flo for Double's testimonial
Browse files Browse the repository at this point in the history
  • Loading branch information
nichochar committed Jan 18, 2024
1 parent 4e4381b commit 3ea4cc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file added src/images/testimonials/flo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import promptBentoPrompt from "../images/section-prompt-bento-prompt.png";
import changesDeployment from "../images/changes-deployment.png";
import naresh from "../images/testimonials/naresh.jpeg";
import irwin from "../images/testimonials/irwin.jpeg";
import chris from "../images/testimonials/chris.jpeg";
import flo from "../images/testimonials/flo.jpeg";
import Testimonial from "../components/Testimonial.astro";
import ChevronRight from "../components/icons/ChevronRight.astro";
import Crosshair from "../components/icons/Crosshair.astro";
Expand Down Expand Up @@ -275,10 +275,10 @@ import GitCompareArrows from "../components/icons/GitCompareArrows.astro";
name="Irwin"
/>
<Testimonial
text="Studio has been instrumental for our team. Rapid prototyping and refining prompts is seamless. A key advantage is its accessibility, allowing non-technical team members to be equally efficient in the process. Highly recommended!"
image={chris}
title="Senior Software Engineer, Double"
name="Chris"
text="Axflow Studio is a very robust and collaborative playground for prompt engineering! Both engineers and product managers have been able to refine prompts there before incorporating them in our product. I especially like that Studio covers all prompting features, including actions and function calls, something we could not find in OpenAI's own playground."
image={flo}
title="Head of Engineering, Double"
name="Flo"
/>
</div>
</section>
Expand Down

0 comments on commit 3ea4cc0

Please sign in to comment.