Skip to content

Commit

Permalink
Homepage edits
Browse files Browse the repository at this point in the history
  • Loading branch information
djfarrelly committed Feb 12, 2025
1 parent d765b2f commit 51e8d90
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
11 changes: 7 additions & 4 deletions app/new-homepage/Enterprise.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ export default function Enterprise() {
return (
<Container>
<Heading
label="Enterprise ready"
title="Security, scalability, and compliance"
// label="Enterprise"
title="Enterprise ready, Built for trust"
description={
<>
We take security and reliability seriously. Our platform complies
with the security standards you need to run your business.
We prioritize security and reliability, so your team can build with
confidence, not manage infrastructure. Our platform meets the
security and compliance standards you need to run mission-critical
workflows at scale, ensuring seamless execution and enterprise-grade
protection.
</>
}
className="my-8"
Expand Down
8 changes: 4 additions & 4 deletions app/new-homepage/HeroScreenshot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ export default function HeroScreenshot() {
>
<Container>
<header className="pt-16 pb-16 px-4 sm:px-8">
<h1 className="px-4 sm:px-0 font-bold text-3xl sm:text-5xl md:text-6xl leading-tight md:leading-tight drop-shadow-lg text-balance">
Queuing and orchestration <br className="hidden lg:inline" />
for modern software teams
<h1 className="px-4 sm:px-0 font-regular text-3xl sm:text-5xl lg:text-6xl leading-tight md:leading-tight drop-shadow-lg text-balance">
AI and backend workflows, <br className="hidden lg:inline" />
orchestrated at <strong className="font-bold">any scale</strong>
</h1>
<p className="max-w-5xl mt-8 mx-auto text-base sm:text-lg md:text-xl leading-normal text-balance drop-shadow-lg">
<p className="max-w-5xl mt-8 mx-auto text-base sm:text-lg lg:text-xl leading-normal text-balance drop-shadow-lg">
Inngest's durable functions replace queues, state management, and
scheduling to enable developers to build reliable, AI-ready step
functions faster — without touching infrastructure.
Expand Down
9 changes: 4 additions & 5 deletions app/new-homepage/USPs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ export default function USPs() {
return (
<Container>
<Heading
label="Effortless development"
title="Made for modern engineering teams"
label="DURABLE EXECUTION++"
title="Ship anywhere, everywhere, with durable execution and more"
description={
<>
We've built Inngest to enable every developer to build reliable,
scalable systems with less effort, more confidence, and fewer
headaches.
Develop and deploy reliable, AI-ready step functions in your current
codebase — no infrastructure or additional state management needed.
</>
}
className="my-8"
Expand Down
16 changes: 8 additions & 8 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ export default function Page() {
<div>
<HeroScreenshot />
<div className="my-32">
<Heading
label="Powerful SDKs"
title="Simple APIs for reliable software"
description="Drop our SDK into your existing codebase to add durable execution via step functions in seconds. No queues, workers, or additional state management required."
className="my-8"
/>
<UseCases />
<USPs />
</div>
<div className="my-32">
<PlatformsLanguages />
Expand All @@ -51,7 +45,13 @@ export default function Page() {
/>
</div>
<div className="my-32">
<USPs />
<Heading
label="Powerful SDKs"
title="Simple APIs for reliable software"
description="Drop our SDK into your existing codebase to add durable execution via step functions in seconds. No queues, workers, or additional state management required."
className="my-8"
/>
<UseCases />
</div>
<div className="my-32">
<Quote
Expand Down

0 comments on commit 51e8d90

Please sign in to comment.