mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
feat(landing): add enterprise hero image (#1530)
* feat(landing): add enterprise hero image Add a hero screenshot below the enterprise page headline showing the OpenWork AI-adoption dashboard. Frames the image with the same rounded-[2rem] + border treatment used by the compliance and deployment cards further down the page so the hero matches the rest of the layout. * feat(landing): use rounded-xl on hero card to match stack cards
This commit is contained in:
@@ -77,44 +77,56 @@ export function LandingEnterprise(props: Props) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<main className="mx-auto flex w-full max-w-5xl flex-col gap-16 px-6 pb-24 md:gap-20 md:px-8 md:pb-28">
|
<main className="mx-auto flex w-full max-w-5xl flex-col gap-16 px-6 pb-24 md:gap-20 md:px-8 md:pb-28">
|
||||||
<section className="max-w-4xl">
|
<section>
|
||||||
<h1 className="mb-5 text-4xl font-medium leading-[1.1] tracking-tight md:text-5xl lg:text-6xl">
|
<div className="max-w-4xl">
|
||||||
A privacy-first alternative to Claude Cowork<br />for your organization
|
<h1 className="mb-5 text-4xl font-medium leading-[1.1] tracking-tight md:text-5xl lg:text-6xl">
|
||||||
</h1>
|
A privacy-first alternative to Claude Cowork<br />for your organization
|
||||||
|
</h1>
|
||||||
|
|
||||||
<p className="max-w-3xl text-lg leading-relaxed text-slate-600 md:text-xl">
|
<p className="max-w-3xl text-lg leading-relaxed text-slate-600 md:text-xl">
|
||||||
Get your entire organisation running on shared skills, plugins,
|
Get your entire organisation running on shared skills, plugins,
|
||||||
and AI workflows. Bring your own LLM providers, choose from 50+
|
and AI workflows. Bring your own LLM providers, choose from 50+
|
||||||
supported models, and integrate with LiteLLM out of the box.
|
supported models, and integrate with LiteLLM out of the box.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className="mt-8 flex flex-col items-start gap-4 sm:flex-row sm:items-center">
|
<div className="mt-8 flex flex-col items-start gap-4 sm:flex-row sm:items-center">
|
||||||
<a
|
<a
|
||||||
href={props.calUrl || "#book"}
|
href={props.calUrl || "#book"}
|
||||||
target={props.calUrl ? "_blank" : undefined}
|
target={props.calUrl ? "_blank" : undefined}
|
||||||
rel={props.calUrl ? "noreferrer" : undefined}
|
rel={props.calUrl ? "noreferrer" : undefined}
|
||||||
className="doc-button"
|
className="doc-button"
|
||||||
>
|
>
|
||||||
Book a call
|
Book a call
|
||||||
</a>
|
</a>
|
||||||
<a href="/trust" className="secondary-button">
|
<a href="/trust" className="secondary-button">
|
||||||
Security Review
|
Security Review
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div className="flex items-center gap-2 opacity-80 sm:ml-4">
|
<div className="flex items-center gap-2 opacity-80 sm:ml-4">
|
||||||
<span className="text-[13px] font-medium text-gray-500">
|
<span className="text-[13px] font-medium text-gray-500">
|
||||||
Backed by
|
Backed by
|
||||||
</span>
|
|
||||||
<div className="flex items-center gap-1.5">
|
|
||||||
<div className="flex h-[18px] w-[18px] items-center justify-center rounded-[4px] bg-[#ff6600] text-[11px] font-bold leading-none text-white">
|
|
||||||
Y
|
|
||||||
</div>
|
|
||||||
<span className="text-[13px] font-semibold tracking-tight text-gray-600">
|
|
||||||
Combinator
|
|
||||||
</span>
|
</span>
|
||||||
|
<div className="flex items-center gap-1.5">
|
||||||
|
<div className="flex h-[18px] w-[18px] items-center justify-center rounded-[4px] bg-[#ff6600] text-[11px] font-bold leading-none text-white">
|
||||||
|
Y
|
||||||
|
</div>
|
||||||
|
<span className="text-[13px] font-semibold tracking-tight text-gray-600">
|
||||||
|
Combinator
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className="mt-12 overflow-hidden rounded-xl border border-gray-200 bg-white shadow-[0_24px_60px_-30px_rgba(1,22,39,0.25)] md:mt-16">
|
||||||
|
<img
|
||||||
|
src="/enterprise-hero.png"
|
||||||
|
alt="OpenWork enterprise dashboard showing AI adoption, spend, and tool penetration by department"
|
||||||
|
className="block h-auto w-full"
|
||||||
|
width={2048}
|
||||||
|
height={1152}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="space-y-6">
|
<section className="space-y-6">
|
||||||
|
|||||||
BIN
ee/apps/landing/public/enterprise-hero.png
Normal file
BIN
ee/apps/landing/public/enterprise-hero.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 734 KiB |
Reference in New Issue
Block a user