Reframe messaging: de-emphasize privacy, target non-technical audience, 00/hr
- Hourly rate: 0/hr → 00/hr (pricing page + contact form)
- Footer tagline: 'Privacy-focused AI consulting' → 'AI consulting for real work'
- Added 'Owned and operated by Jezza Hehn' to all page footers
- Homepage hero: 'Self-hosted AI agents' → 'AI assistants that handle real work'
- Replaced 'Why Privacy' section with 'You own it. You control it.' section
- Reordered service cards: practical services first, privacy last
- Services page: accessible language, less jargon, reordered same way
- Removed 'processed via email and deleted from server' from forms
- Removed Monero payment option and I2P darknet upsell from pricing
- I2P link kept in footer but de-emphasized (just '🔒 I2P:' not 'I2P Mirror')
- Meta descriptions updated across all pages
- 'Starter (0-100)' → 'Starter (00-200)' in contact form dropdown
- Replaced 'OpenClaw/Ollama' terminology with 'AI assistant setup'
This commit is contained in:
parent
8a10eaaeb8
commit
27613f48af
6 changed files with 73 additions and 72 deletions
52
index.html
52
index.html
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Krusty Planet — AI Consulting</title>
|
||||
<meta name="description" content="Privacy-focused AI consulting. OpenClaw deployment, custom skills, agent fleet architecture." />
|
||||
<meta name="description" content="AI consulting for businesses that want to save time and automate repetitive work. We set up AI assistants tailored to your workflows." />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
</head>
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
<div class="hero-body has-text-centered">
|
||||
<div class="container">
|
||||
<p class="title has-text-white is-1">🌍 Krusty Planet</p>
|
||||
<p class="subtitle has-text-light is-4">Self-hosted AI agents. Built on open-source, configured for your workflows.</p>
|
||||
<p class="subtitle has-text-light is-4">AI assistants that handle real work. Built on open-source, configured for your workflows.</p>
|
||||
<div class="buttons is-centered mt-5">
|
||||
<a href="/services.html" class="button is-primary is-large is-rounded">Our Services</a>
|
||||
<a href="/contact.html" class="button is-outlined is-light is-large is-rounded">Get in Touch</a>
|
||||
|
|
@ -58,26 +58,26 @@
|
|||
<div class="columns is-multiline is-centered">
|
||||
<div class="column is-4">
|
||||
<div class="box kp-card">
|
||||
<p class="title is-5">🤖 AI Agent Deployment</p>
|
||||
<p class="has-text-grey-light">Set up OpenClaw, Ollama, or other open-source agent runtimes on your hardware. We handle configuration, model connections, and a working baseline you can extend.</p>
|
||||
<p class="title is-5">🤖 AI Assistant Setup</p>
|
||||
<p class="has-text-grey-light">Get an AI assistant running on your hardware, pre-loaded with the capabilities you need. We handle setup, configuration, and make sure it works before we hand it over.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column is-4">
|
||||
<div class="box kp-card">
|
||||
<p class="title is-5">🧠 Custom Skills</p>
|
||||
<p class="has-text-grey-light">Build capabilities for your agents: email automation, data processing, web scraping, scheduled reports, API integrations. Each skill is tailored to a specific task you need handled.</p>
|
||||
<p class="title is-5">🧠 Custom Capabilities</p>
|
||||
<p class="has-text-grey-light">Build skills for your specific tasks: email automation, data processing, web research, scheduled reports, API integrations. Each one handles a real job you're doing by hand today.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column is-4">
|
||||
<div class="box kp-card">
|
||||
<p class="title is-5">🏗️ Agent Fleet Architecture</p>
|
||||
<p class="has-text-grey-light">Design multi-agent systems where specialists collaborate: one agent researches, another writes code, a third audits the output. Task delegation with built-in quality checks.</p>
|
||||
<p class="title is-5">🏗️ Multi-Agent Systems</p>
|
||||
<p class="has-text-grey-light">When one AI isn't enough — set up teams of specialists that collaborate. One agent researches, another writes, a third reviews. Built-in quality checks at every step.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column is-4">
|
||||
<div class="box kp-card">
|
||||
<p class="title is-5">🔐 Private Infrastructure</p>
|
||||
<p class="has-text-grey-light">Everything runs on your hardware. Local model inference, no API calls to third parties, no data leaving your control. Optional air-gapped setups for sensitive environments.</p>
|
||||
<p class="title is-5">🎓 Training & Documentation</p>
|
||||
<p class="has-text-grey-light">Plain-English documentation for your team to operate and extend the system. Walkthrough sessions so you're not dependent on us long-term.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column is-4">
|
||||
|
|
@ -88,35 +88,35 @@
|
|||
</div>
|
||||
<div class="column is-4">
|
||||
<div class="box kp-card">
|
||||
<p class="title is-5">🎓 Training & Documentation</p>
|
||||
<p class="has-text-grey-light">Plain-English documentation for your team to operate and extend the system. Walkthrough sessions available so you're not dependent on us long-term.</p>
|
||||
<p class="title is-5">🔒 Your Infrastructure, Your Data</p>
|
||||
<p class="has-text-grey-light">Everything runs on your hardware. No data sent to third parties unless you choose to. We build on open-source tools so you're never locked in to a vendor.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Why Privacy -->
|
||||
<!-- Why Us -->
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<div class="columns is-vcentered">
|
||||
<div class="column is-6">
|
||||
<h2 class="title">Privacy-first, not privacy-later.</h2>
|
||||
<h2 class="title">You own it. You control it.</h2>
|
||||
<p class="is-size-5 has-text-grey-light">
|
||||
We build on open-source tools (OpenClaw, Ollama, local LLMs) and deploy to your infrastructure.
|
||||
Your models, your hardware, your data. We don't store your prompts, files, or agent outputs
|
||||
on our systems. Contact form submissions are processed via email and deleted from the server
|
||||
after delivery.
|
||||
We build on open-source tools and deploy to your infrastructure.
|
||||
Your data stays on your hardware. We don't store your prompts, files, or outputs
|
||||
on our systems. No vendor lock-in, no recurring cloud fees for something
|
||||
you could run yourself.
|
||||
</p>
|
||||
</div>
|
||||
<div class="column is-6">
|
||||
<div class="box kp-card">
|
||||
<ul style="list-style:none; padding:0;">
|
||||
<li class="mb-3">🔒 Self-hosted by default</li>
|
||||
<li class="mb-3">🌐 Open-source stack</li>
|
||||
<li class="mb-3">📡 Available on I2P darknet</li>
|
||||
<li class="mb-3">💰 Accepts Monero (XMR)</li>
|
||||
<li>📝 Minimal logging policy</li>
|
||||
<li class="mb-3">🖥️ Runs on your hardware</li>
|
||||
<li class="mb-3">🌐 Open-source stack — no vendor lock-in</li>
|
||||
<li class="mb-3">📄 Plain-English documentation included</li>
|
||||
<li class="mb-3">🎓 Walkthrough sessions for your team</li>
|
||||
<li>🔒 Privacy available when you need it</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -138,9 +138,9 @@
|
|||
<!-- Footer -->
|
||||
<footer class="footer has-background-dark has-text-light">
|
||||
<div class="content has-text-centered">
|
||||
<p><strong>🌍 Krusty Planet</strong> — Privacy-focused AI consulting</p>
|
||||
<p class="is-size-7 mt-3"><span class="has-text-success">🔒 I2P Mirror:</span> <a href="http://g3xdiv7psi6y6l255kbkzowemsnd4tmbvy5ykaoajlu7oboma7zq.b32.i2p" style="color:#b5b5b5;" rel="nofollow noopener">g3xdiv7psi6y6l255kbkzowemsnd4tmbvy5ykaoajlu7oboma7zq.b32.i2p</a></p>
|
||||
<p class="is-size-7">Anonymous. Encrypted. Professional.</p>
|
||||
<p><strong>🌍 Krusty Planet</strong> — AI consulting for real work</p>
|
||||
<p class="is-size-7 mt-2">Owned and operated by <strong style="color:#b5b5b5;">Jezza Hehn</strong></p>
|
||||
<p class="is-size-7 mt-3"><span class="has-text-success">🔒 I2P:</span> <a href="http://g3xdiv7psi6y6l255kbkzowemsnd4tmbvy5ykaoajlu7oboma7zq.b32.i2p" style="color:#b5b5b5;" rel="nofollow noopener">g3xdiv7psi6y6l255kbkzowemsnd4tmbvy5ykaoajlu7oboma7zq.b32.i2p</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue