Skip to content

Commit b3aa750

Browse files
authored
Merge pull request #185 from nk-ag/dev/nikiagarwal/landingpagetext
Update landing page
2 parents 9d23c3e + b16bbc9 commit b3aa750

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

landing-page/src/components/BookCallCTA.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ export default function BookCallCTA() {
77

88
<div className="max-w-4xl mx-auto text-center">
99
<h2 className={`text-4xl md:text-5xl text-white mb-6 ${pattanakarn.className}`}>
10-
launch your ai workflows
10+
plug into exosphere
1111
</h2>
1212
<p className={`text-xl text-[#B3D6FF] mb-8 max-w-2xl mx-auto ${darkerGrotesque.className}`}>
13-
Book a call with our team to discuss how we can help you build and optimize your AI workflows for maximum efficiency.
13+
Offload autoscaling, branching logic, and state storage. Exosphere keeps every agent running reliably from your first prototype to millions of tasks.
14+
1415
</p>
1516
<button className="relative inline-flex h-14 overflow-hidden rounded-xl p-[1px] focus:outline-none focus:ring-2 focus:ring-slate-400 focus:ring-offset-2 focus:ring-offset-slate-50 pointer-events-auto"
1617
onClick={() => {
@@ -19,7 +20,7 @@ export default function BookCallCTA() {
1920
>
2021
<span className="absolute Z-200 inset-[-1000%] animate-[spin_2s_linear_infinite] bg-[conic-gradient(from_90deg_at_50%_50%,#8bdfff_0%,#e4587d_50%,#66d1b5_100%)]" />
2122
<span className="inline-flex h-full w-full p-2 cursor-pointer items-center justify-center rounded-xl bg-slate-950 px-6 py-2 text-base font-medium text-white backdrop-blur-3xl">
22-
Start batching
23+
Book a call
2324
</span>
2425
</button>
2526
</div>

landing-page/src/components/OrbitalSystem.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ export default function OrbitalSystem() {
2525
<div className="flex flex-col justify-start items-center md:items-start px-4 md:pl-20 pb-2 md:py-0 max-w-xl mx-auto mt-[10vh]">
2626

2727
<h1 className={`${pattanakarn.className} text-white text-3xl sm:text-3xl md:text-5xl lg:text-6xl leading-tight mb-4 drop-shadow-lg text-center md:text-left`}>
28-
batch ai agents for any scale
28+
scalable infra for your ai agents
2929
</h1>
30-
<p className={`${darkerGrotesque.className} text-[#B3D6FF] text-sm sm:text-base md:text-lg lg:text-xl mb-6 md:mb-8 drop-shadow-md text-center md:text-left`}>
31-
Truly dynamic, built for agents at scale. Branching agent flows, autoscaling compute, and state persistence for your AI agents.
30+
<p className={`${darkerGrotesque.className} text-[#B3D6FF] text-sm sm:text-base md:text-lg lga:text-xl mb-6 md:mb-8 drop-shadow-md text-center md:text-left`}>
31+
Dynamically branch workflows at runtime, automatically scale compute resources, and reliably persist agent state so your AI agents can handle any workload effortlessly.
3232
</p>
3333
<div className="flex flex-col md:flex-row items-center gap-3 mb-4 w-full md:justify-start justify-center">
3434
<button className="relative inline-flex z-200 h-10 overflow-hidden rounded-xl p-[1px] focus:outline-none focus:ring-2 focus:ring-slate-400 focus:ring-offset-2 focus:ring-offset-slate-50 pointer-events-auto mt-2 group"
@@ -38,7 +38,7 @@ export default function OrbitalSystem() {
3838
>
3939
<span className="absolute Z-200 inset-[-1000%] animate-[spin_2s_linear_infinite] bg-[conic-gradient(from_90deg_at_50%_50%,#8bdfff_0%,#e4587d_50%,#66d1b5_100%)] group-hover:animate-none" />
4040
<span className={`${darkerGrotesque.className} inline-flex h-full w-full cursor-pointer items-center justify-center rounded-xl bg-slate-950 px-5 py-4 text-md font-medium text-white backdrop-blur-3xl`}>
41-
Start batching
41+
See how it works
4242
</span>
4343
</button>
4444
<button className="relative inline-flex z-200 h-10 overflow-hidden rounded-xl p-[1px] f pointer-events-auto mt-2 transition-all duration-300 hover:shadow-lg"

0 commit comments

Comments
 (0)