Skip to content

Commit

Permalink
fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
thib-martin committed Jan 30, 2025
1 parent ae37356 commit 25de6ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions front/components/home/content/Product/IntroSection.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Button, Hover3D, RocketIcon } from "@dust-tt/sparkle";
import Link from "next/link";
import React from "react";

import { ValuePropSection } from "@app/components/home/content/Product/ValuePropSection";
// import { MetricSection } from "@app/components/home/ContentBlocks";
Expand Down Expand Up @@ -51,13 +50,13 @@ export function IntroSection() {
<div className="flex flex-col items-center gap-16 md:flex-row">
<div className="flex flex-col gap-8">
<H1 className="text-red-400">
Accelerate your entire organization with custom AI agents
Accelerate your entire organization with AI
</H1>
<div className="w-full md:hidden">
<MainVisual />
</div>
<P size="lg" className="text-slate-50">
Secure, connected to your data, accessible anywhere &amp;
Build your team of AI agents: secure, connected to your data and
customizable to your needs.
</P>
<div className="flex justify-center gap-4 sm:justify-start">
Expand Down

0 comments on commit 25de6ec

Please sign in to comment.