Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions agent-browser-recording-site/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Website Agent-Browser Test Recording</title>
<style>body{font-family:system-ui,sans-serif;margin:2rem;line-height:1.5}video{max-width:100%;border:1px solid #ccc;border-radius:8px}</style>
</head>
<body>
<h1>Website Agent-Browser Test Recording</h1>
<p>Recording of the homepage verification for the requested hero headline change.</p>
<video controls src="website-test-recording.webm"></video>
<p><a href="website-test-recording.webm">Download recording</a></p>
</body>
</html>
Binary file not shown.
2 changes: 1 addition & 1 deletion content/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pages:

- type: hero
eyebrow: "AGENT-NATIVE SOFTWARE"
heading: "The self-evolving, swarm-scale AI agent engine"
heading: "The self-evolving, swarm-scale AI orchestration engine"
headingAccent:
- "self-evolving"
- "swarm-scale"
Expand Down
2 changes: 1 addition & 1 deletion site/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import CtaBlock from '../components/CtaBlock.astro';
<BaseLayout title="Codebolt — AI Engine for Agent-Native Software" navbarVariant="transparent" site={site} navigation={navigation}>
<Hero
eyebrow="AGENT-NATIVE SOFTWARE"
heading="The self-evolving, swarm-scale AI agent engine"
heading="The self-evolving, swarm-scale AI orchestration engine"
headingAccent={["self-evolving","swarm-scale"]}
subheading="Build software with Codebolt. Run and coordinate hundreds of autonomous agents across laptops, cloud, and fleets. Ship Codebolt-native applications that run directly on the engine runtime."
buttons={[{"label":"Download","href":"/download","variant":"primary"},{"label":"Read the Docs","href":"/docs","variant":"secondary"}]}
Expand Down
Loading