Skip to content
Merged
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
2 changes: 1 addition & 1 deletion components/Developers.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export default function Developers() {
<li className="mt-2 font-light">
<a
className="font-medium hover:underline"
href="https://github.com/OpenAdaptAI/OpenAdapt#quick-install-recommended"
href="https://github.com/OpenAdaptAI/OpenAdapt#installation"
style={{
color: '#FFF',
backgroundColor: '#560DF8',
Expand Down
15 changes: 6 additions & 9 deletions components/IndustriesGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,16 @@ export default function IndustriesGrid({
</div>
<div className="mt-20">
<h1 className="text-center text-2xl text-white">
Achieve more with less effort.
From demonstration to automation in minutes.
</h1>
<p className={styles.p}>
OpenAdapt learns to automate your desktop and web workflows
by observing your demonstrations.
Just do the task once and OpenAdapt learns from watching.
No prompt engineering. No scripting. No brittle selectors.
<br />
Spend less time on repetitive tasks and more on work that
truly matters.
<br />
<a href="https://github.com/OpenAdaptAI/OpenAdapt?tab=readme-ov-file#industry-leading-privacy-piiphi-scrubbing-via-aws-comprehend-microsoft-presidio-and-private-ai">
Industry leading privacy technologies
<a href="https://github.com/OpenAdaptAI/openadapt-privacy">
Built-in PII/PHI scrubbing
</a>{' '}
keep your data safe.
keeps your sensitive data safe.
</p>
</div>
<div className={styles.row}>
Expand Down
17 changes: 5 additions & 12 deletions components/MastHead.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ const SketchNoSSR = dynamic(() => import('./Sketch'), {
const CarouselSection = () => {
const [currentIndex, setCurrentIndex] = useState(0);
const carouselItems = [
"Show, don't tell.",
"Show it once. Let it handle the rest.",
"Perform, don't prompt.",
"Record, replay, and share.",
//"No prompting required.",
"Works with Claude, GPT-4V, Gemini, and more.",
];

useEffect(() => {
Expand Down Expand Up @@ -110,7 +109,7 @@ export default function Home() {
<span className="font-thin">.AI</span>
</h1>
<h2 className="text-4xl mt-0 mb-8 font-extralight">
AI for Desktops.
Teach AI to use any software.
</h2>
<div className="flex flex-col align-center justify-center">
<div className="relative inline-block">
Expand All @@ -133,18 +132,12 @@ export default function Home() {
</div>
<h3 className="mt-8 font-light">
<span className="bg-white bg-opacity-20 inline-block p-2">
<b>Automate your workflows.</b>
<b>Record demonstrations. Train models. Deploy agents.</b>
</span>
<br />
{/*
<span className="inline-block p-2">
Record, replay, and share
Show, don't tell.
</span>
*/}
<CarouselSection />
<span className="bg-white bg-opacity-20 inline-block p-2">
<b>No coding required.</b>
<b>Open source. Model agnostic. Run anywhere.</b>
</span>
</h3>
<div id="register">
Expand Down