diff --git a/front/components/home/TrustedBy.tsx b/front/components/home/TrustedBy.tsx index 7ad7a4ddb56c..9626f378a1ef 100644 --- a/front/components/home/TrustedBy.tsx +++ b/front/components/home/TrustedBy.tsx @@ -18,59 +18,59 @@ export default function TrustedBy() {
alan watershed qonto pennylane payfit watershed hivebrite blueground
diff --git a/front/components/home/content/Product/IntroSection.tsx b/front/components/home/content/Product/IntroSection.tsx index 3c7cff8b229a..36a0cd7d8e98 100644 --- a/front/components/home/content/Product/IntroSection.tsx +++ b/front/components/home/content/Product/IntroSection.tsx @@ -9,7 +9,8 @@ import { import Link from "next/link"; import React, { useEffect, useState } from "react"; -import { H1, P } from "@app/components/home/ContentComponents"; +import { H1, P, Strong } from "@app/components/home/ContentComponents"; +import TrustedBy from "@app/components/home/TrustedBy"; const ResponsiveIframe = () => { return ( @@ -109,28 +110,54 @@ export function IntroSection() { return (
-
-
-

- Build custom AI assistants to speed up your work -

-
{MainVisualImage()}
-

- Amplify your team's performance with personalized assistants - connected to your proprietary knowledge and data. -

-
- -
+
{MainVisualImage()}
+
+ + + +
+

+ Connect your team's data and{" "} + break down knowledge silos with + context‑aware assistants. +

+

+ Empower your teams with  + assistants tailored to their needs{" "} + on concrete use cases. +

+

+ Remain model agnostic: effortlessly{" "} + switch to the most advanced AI models without + touching your workflows. +

+

+ Control data access granularly with a{" "} + safe and privacy-obsessed application. +

-
{MainVisualImage()}
);