Skip to content

Commit

Permalink
Editing customer stories to have more visible stories (#9533)
Browse files Browse the repository at this point in the history
* editing customer stories

* [front] - refactor: standardize BlogBlock component indentation in BlogSection

 - Adjusted indentation within CarouselItem for consistency and readability

---------

Co-authored-by: JulesBelveze <[email protected]>
  • Loading branch information
thib-martin and JulesBelveze authored Dec 19, 2024
1 parent 18bdec2 commit 192c709
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 18 deletions.
40 changes: 32 additions & 8 deletions front/components/home/content/Product/BlogSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,38 @@ export function BlogSection() {
</div>

<CarouselContent>
<CarouselItem className="basis-full px-6 md:basis-1/2 lg:basis-1/3">
<BlogBlock
title="Qonto partners with Dust to upgrade its customer experience"
content="Qonto streamlines operations with Dust's AI assistants, saving 50,000 hours yearly."
href="https://blog.dust.tt/qonto-dust-ai-partnership/"
>
<img
src="https://blog.dust.tt/content/images/size/w2000/2024/11/qonto_dust.jpg"
alt="Blog Image"
/>
</BlogBlock>
</CarouselItem>
<CarouselItem className="basis-full px-12 md:basis-1/2 md:px-6 lg:basis-1/3">
<BlogBlock
title="Malt cuts support ticket closing time by 50% with Dust"
content="Malt streamlines customer support using Dust's AI platform for rapid, consistent multilingual responses."
href="https://blog.dust.tt/malt-customer-support/"
>
<img
src="https://blog.dust.tt/content/images/size/w2000/2024/12/Malt_Customer_Story_Dust_Support.jpg"
alt="Blog Image"
/>
</BlogBlock>
</CarouselItem>
<CarouselItem className="basis-full md:basis-1/2 lg:basis-1/3">
<BlogBlock
title="Navigating Growth and Innovation with November Five's Dario Prskalo"
content="Discover how November Five leverages AI with Dust to enhance efficiency and maintain a human touch in their digital solutions."
href="https://blog.dust.tt/november-five-ai-transformation-dust/"
title="How Vincent, Engineer at Alan, reduces project completion time by 20%"
content="Discover how Alan's Engineering team built Dust assistants to accelerate their workflows beyond code assistance."
href="https://blog.dust.tt/integrating-ai-workflows-alan/"
>
<img
src="https://blog.dust.tt/content/images/size/w2000/2024/07/blog_nov.png"
src="https://blog.dust.tt/content/images/size/w2000/2024/07/blog_alan.png"
alt="Blog Image"
/>
</BlogBlock>
Expand All @@ -60,12 +84,12 @@ export function BlogSection() {
</CarouselItem>
<CarouselItem className="basis-full md:basis-1/2 lg:basis-1/3">
<BlogBlock
title="Integrating AI for Enhanced Workflows at Alan"
content="Discover how Alan revolutionizes healthcare and enhances workflows using AI. See how @code-help and Dust streamline developer tasks."
href="https://blog.dust.tt/integrating-ai-workflows-alan/"
title="Navigating Growth and Innovation with November Five's Dario Prskalo"
content="Discover how November Five leverages AI with Dust to enhance efficiency and maintain a human touch in their digital solutions."
href="https://blog.dust.tt/november-five-ai-transformation-dust/"
>
<img
src="https://blog.dust.tt/content/images/size/w2000/2024/07/blog_alan.png"
src="https://blog.dust.tt/content/images/size/w2000/2024/07/blog_nov.png"
alt="Blog Image"
/>
</BlogBlock>
Expand Down
20 changes: 10 additions & 10 deletions front/pages/home/solutions/customer-support.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,20 +340,20 @@ export default function CustomerSupport() {
<CarouselContent>
<CarouselItem className="basis-full px-12 md:basis-1/2 md:px-6 lg:basis-1/3">
<BlogBlock
title="How Eléonore, Care Team Lead at Pennylane, Uses Dust"
content="Discover how November Five leverages AI with Dust to enhance efficiency and maintain a human touch in their digital solutions."
href="https://blog.dust.tt/november-five-ai-transformation-dust/"
title="Malt cuts support ticket closing time by 50% with Dust"
content="Malt streamlines customer support using Dust's AI platform for rapid, consistent multilingual responses."
href="https://blog.dust.tt/malt-customer-support/"
>
<img
src="https://blog.dust.tt/content/images/size/w2000/2024/04/DSCF6552-1.jpeg"
src="https://blog.dust.tt/content/images/size/w2000/2024/12/Malt_Customer_Story_Dust_Support.jpg"
alt="Blog Image"
/>
</BlogBlock>
</CarouselItem>
<CarouselItem className="basis-full px-6 md:basis-1/2 lg:basis-1/3">
<BlogBlock
title="How Eléonore improved the efficiency of Pennylane’s Care team thanks to Dust"
content="Discover how Pennylane leveraged Dust’s specialized virtual assistants to improve efficiency and optimize workflows."
title="Pennylane's journey to deploy Dust for Customer Care teams"
content="As the deployment matured, Dust evolved from a simple support tool into an integral part of Pennylane's operations"
href="https://blog.dust.tt/pennylane-dust-customer-support-journey/"
>
<img
Expand All @@ -364,12 +364,12 @@ export default function CustomerSupport() {
</CarouselItem>
<CarouselItem className="basis-full px-6 md:basis-1/2 lg:basis-1/3">
<BlogBlock
title="Qonto partners with Dust to upgrade its customer experience"
content="Qonto streamlines operations with Dust's AI assistants, saving 50,000 hours yearly."
href="https://blog.dust.tt/qonto-dust-ai-partnership/"
title="From Customer Support to building a company-wide AI Culture at Lifen"
content="Lifen deployed across all departments - from support to legal and knowledge sharing - saving employees two hours per week."
href="https://blog.dust.tt/customer-story-lifen/"
>
<img
src="https://blog.dust.tt/content/images/size/w2000/2024/11/qonto_dust.jpg"
src="https://blog.dust.tt/content/images/size/w2000/2024/11/lifen_dust_customer_story.jpg"
alt="Blog Image"
/>
</BlogBlock>
Expand Down

0 comments on commit 192c709

Please sign in to comment.