diff --git a/site/src/pages/index.astro b/site/src/pages/index.astro
index 5755d6a..010fd7e 100644
--- a/site/src/pages/index.astro
+++ b/site/src/pages/index.astro
@@ -93,6 +93,11 @@ const grounded = [
body: "The agent works from Galaxy's actual catalog — thousands of containerized, version-pinned tools — through Galaxy MCP. What it runs is installed and reproducible, not a name it made up.",
icon: 'uvx galaxy-mcp) is a standalone Model Context Protocol server — point any MCP-capable client (Claude Desktop, Orbit, others) at a Galaxy instance and it can search and run tools, drive workflows, and manage histories. Orbit and Loom use it under the hood.`,
@@ -330,6 +339,11 @@ const faqs = [
))
}
+
+ Full agentic driving on top of the reproducible, transparent, web-accessible + Galaxy platform — your analysis runs in the browser, on the Galaxy servers you + and your collaborators already use. It's still Galaxy. +
@@ -573,7 +587,9 @@ loom /* ---- grounded (built on Galaxy) ---- */ .grounded { background: var(--color-light-bg); padding: clamp(4rem, 8vw, 6.5rem) 0; } - .grounded-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; } + .grounded-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; } + .grounded-foot { text-align: center; margin: 2.25rem auto 0; max-width: 52rem; color: var(--color-galaxy-grey); line-height: 1.65; font-size: 1.02rem; } + .grounded-foot strong { color: var(--color-galaxy-dark); } /* ---- code card ---- */ .codecard { background: #1b2030; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 0.7rem; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.6); margin: 0; }