diff --git a/landing-page/package-lock.json b/landing-page/package-lock.json index 9fc2aa3e..c0ec9fcc 100644 --- a/landing-page/package-lock.json +++ b/landing-page/package-lock.json @@ -1082,18 +1082,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@shikijs/core": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.8.1.tgz", - "integrity": "sha512-uTSXzUBQ/IgFcUa6gmGShCHr4tMdR3pxUiiWKDm8pd42UKJdYhkAYsAmHX5mTwybQ5VyGDgTjW4qKSsRvGSang==", - "license": "MIT", - "dependencies": { - "@shikijs/types": "3.8.1", - "@shikijs/vscode-textmate": "^10.0.2", - "@types/hast": "^3.0.4", - "hast-util-to-html": "^9.0.5" - } - }, "node_modules/@shikijs/engine-javascript": { "version": "3.9.1", "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.9.1.tgz", @@ -1205,16 +1193,6 @@ "@types/hast": "^3.0.4" } }, - "node_modules/@shikijs/types": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.8.1.tgz", - "integrity": "sha512-5C39Q8/8r1I26suLh+5TPk1DTrbY/kn3IdWA5HdizR0FhlhD05zx5nKCqhzSfDHH3p4S0ZefxWd77DLV+8FhGg==", - "license": "MIT", - "dependencies": { - "@shikijs/vscode-textmate": "^10.0.2", - "@types/hast": "^3.0.4" - } - }, "node_modules/@shikijs/vscode-textmate": { "version": "10.0.2", "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz", @@ -8335,9 +8313,9 @@ } }, "node_modules/typescript": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", - "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/landing-page/src/app/page.tsx b/landing-page/src/app/page.tsx index bfb5ce10..8e32beaa 100644 --- a/landing-page/src/app/page.tsx +++ b/landing-page/src/app/page.tsx @@ -89,7 +89,7 @@ export default function Exosphere() { */} {/* Benchmarking Section */} - - + */} {/* Blog Section */} - Book a Call + Start batching diff --git a/landing-page/src/components/Features.tsx b/landing-page/src/components/Features.tsx index a75785aa..06448878 100644 --- a/landing-page/src/components/Features.tsx +++ b/landing-page/src/components/Features.tsx @@ -36,7 +36,7 @@ const features = [ { Icon: Waypoints, name: "Create Multi Step AI Workflows", - description: "Connect tools, models, and APIs to automate complex async jobs.", + description: "Chain tools, models, and APIs into a single DAG. Exosphere automatically batches and streams inputs to every step so GPUs stay saturated.", href: "#", cta: "Learn more", className: "col-span-3 lg:col-span-3", @@ -46,8 +46,8 @@ const features = [ }, { Icon: FileStack, - name: "Work with your own files", - description: "Upload, process, and analyze files directly in your workflows.From PDFs to CSVs, bring your own data.", + name: "Plug in your data store and get started", + 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.", href: "#", cta: "Learn more", className: "col-span-3 lg:col-span-1", @@ -81,8 +81,8 @@ const features = [ }, { Icon: CloudCog, - name: "Define SLAs for your jobs", - description: "Set job deadlines. Exosphere manages batching, retries, and cost optimization.", + name: "Set Deadlines, We Schedule", + description: "Pick a deadline. Our scheduler will batch and schedule your jobs to hit it.", href: "#", cta: "Learn more", className: "col-span-3 lg:col-span-2", diff --git a/landing-page/src/components/OrbitalSystem.tsx b/landing-page/src/components/OrbitalSystem.tsx index eda5a637..24dfc440 100644 --- a/landing-page/src/components/OrbitalSystem.tsx +++ b/landing-page/src/components/OrbitalSystem.tsx @@ -25,10 +25,10 @@ export default function OrbitalSystem() {

- the platform for async ai workflows + batch ai agents for any scale

-

- 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. +

+ Truly dynamic, built for agents at scale. Branching agent flows, autoscaling compute, and state persistence for your AI agents.