diff --git a/apps/sim/app/(landing)/components/hero/components/hero-header/hero-header.tsx b/apps/sim/app/(landing)/components/hero/components/hero-header/hero-header.tsx index d06e6ca7a88..c2e9b566956 100644 --- a/apps/sim/app/(landing)/components/hero/components/hero-header/hero-header.tsx +++ b/apps/sim/app/(landing)/components/hero/components/hero-header/hero-header.tsx @@ -6,12 +6,6 @@ import { LANDING_HERO_CTA_GAP } from '@/app/(landing)/components/landing-layout' interface LandingHeroHeaderProps { description: string - /** - * Optional second paragraph beneath the description - a self-contained - * definition of the page's subject, kept quotable for answer engines (GEO). - * Omitted by the homepage, so its hero renders unchanged. - */ - definition?: string eyebrow?: ReactNode heading: ReactNode headingId: string @@ -23,7 +17,6 @@ interface LandingHeroHeaderProps { */ export function LandingHeroHeader({ description, - definition, eyebrow, heading, headingId, @@ -44,12 +37,6 @@ export function LandingHeroHeader({ {description}

- {definition ? ( -

- {definition} -

- ) : null} -
diff --git a/apps/sim/app/(landing)/components/hero/hero.tsx b/apps/sim/app/(landing)/components/hero/hero.tsx index f28d618087c..8036e4b082c 100644 --- a/apps/sim/app/(landing)/components/hero/hero.tsx +++ b/apps/sim/app/(landing)/components/hero/hero.tsx @@ -90,8 +90,7 @@ export function Hero() { building and managing AI agents. } - description='Sim is an AI agent and workflow builder for teams creating agents that automate real work. Design workflows visually, describe what you need in natural language, or use code for complete control.' - definition='Connect your agents to 1,000+ integrations and every major LLM, then deploy, monitor, and improve them from one collaborative, open-source workspace.' + description='Open source, with 1,000+ integrations and every major LLM. Build, deploy, and manage agents visually, conversationally, or with code.' />