Skip to content

Commit 42c6dfc

Browse files
authored
update text of landing page (#137)
1 parent cecc462 commit 42c6dfc

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

landing-page/src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ export default function Exosphere() {
8989
</motion.div> */}
9090

9191
{/* Benchmarking Section */}
92-
<motion.div
92+
{/* <motion.div
9393
ref={benchmarkRef}
9494
initial={{ opacity: 0, y: 50 }}
9595
animate={benchmarkInView ? { opacity: 1, y: 0 } : { opacity: 0, y: 50 }}
9696
transition={{ duration: 0.8, ease: "easeOut" }}
9797
className="relative py-16 px-4 max-w-6xl mx-auto"
9898
>
9999
<BenchmarkingSection />
100-
</motion.div>
100+
</motion.div> */}
101101

102102
{/* Blog Section */}
103103
<motion.div

landing-page/src/components/BookCallCTA.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function BookCallCTA() {
1919
>
2020
<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%)]" />
2121
<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-
Book a Call
22+
Start batching
2323
</span>
2424
</button>
2525
</div>

landing-page/src/components/Features.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const features = [
3636
{
3737
Icon: Waypoints,
3838
name: "Create Multi Step AI Workflows",
39-
description: "Connect tools, models, and APIs to automate complex async jobs.",
39+
description: "Chain tools, models, and APIs into a single DAG. Exosphere automatically batches and streams inputs to every step so GPUs stay saturated.",
4040
href: "#",
4141
cta: "Learn more",
4242
className: "col-span-3 lg:col-span-3",
@@ -46,8 +46,8 @@ const features = [
4646
},
4747
{
4848
Icon: FileStack,
49-
name: "Work with your own files",
50-
description: "Upload, process, and analyze files directly in your workflows.From PDFs to CSVs, bring your own data.",
49+
name: "Plug in your data store and get started",
50+
description: "Drag-and-drop 10 K PDFs, 200 M-row CSVs, or entire S3 buckets. Exosphere chunks and feeds them to your agents without memory bottlenecks.",
5151
href: "#",
5252
cta: "Learn more",
5353
className: "col-span-3 lg:col-span-1",
@@ -81,8 +81,8 @@ const features = [
8181
},
8282
{
8383
Icon: CloudCog,
84-
name: "Define SLAs for your jobs",
85-
description: "Set job deadlines. Exosphere manages batching, retries, and cost optimization.",
84+
name: "Set Deadlines, We Schedule",
85+
description: "Pick a deadline. Our scheduler will batch and schedule your jobs to hit it.",
8686
href: "#",
8787
cta: "Learn more",
8888
className: "col-span-3 lg:col-span-2",

landing-page/src/components/OrbitalSystem.tsx

Lines changed: 5 additions & 5 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-
the platform for async ai workflows
28+
batch ai agents for any scale
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 neon-text text-center md:text-left`}>
31-
Describe your workflows once, then let Exosphere run them in the background with up to 75 % lower cost—built for jobs that must run reliably at scale.
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.
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-
Book a Call
41+
Start batching
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"
@@ -51,7 +51,7 @@ export default function OrbitalSystem() {
5151
<svg className="w-4 h-4 mr-1.5 transition-transform duration-300 hover:rotate-12" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
5252
<path fillRule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z" clipRule="evenodd" />
5353
</svg>
54-
Open Source @exospherehost
54+
Star us on GitHub
5555
</span>
5656
</button>
5757

0 commit comments

Comments
 (0)