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
6 changes: 3 additions & 3 deletions components/IndustriesGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ export default function IndustriesGrid({
</a>
</div>
<div className="mt-20">
<h1 className="text-center text-2xl text-white">
From demonstration to automation in minutes.
<h1 className="text-center text-2xl text-white mb-4">
Transform Your Industry with OpenAdapt
</h1>
<p className={styles.p}>
Just do the task once and OpenAdapt learns from watching.
From demonstration to automation in minutes. Just do the task once and OpenAdapt learns from watching.
No prompt engineering. No scripting. No brittle selectors.
<br />
<a href="https://github.com/OpenAdaptAI/openadapt-privacy">
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ export default function Home() {
return (
<div>
<MastHead />
<Developers />
<IndustriesGrid
feedbackData={feedbackData}
setFeedbackData={setFeedbackData}
sectionRef={sectionRef}
/>
<Developers />
<Footer />
</div>
)
Expand Down