Skip to content

Commit 17cdeec

Browse files
committed
Merge branch 'main' of https://github.com/apsislabs/apsisio
2 parents f2a1360 + f9bf82c commit 17cdeec

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

src/components/Hero.tsx

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ import { TextRotate } from "./TextRotate";
1010
const PEOPLE = ["wyatt", "eric", "henry", "chris", "noah", "joey"];
1111

1212
const PAINS = [
13-
"tech debt",
14-
"big ideas",
15-
"deadlines",
16-
"compliance problems",
17-
"bandwidth issues",
18-
"investor pressure",
13+
"compliance by default",
14+
"a dependable partner",
15+
"quick time to value",
16+
"to harness AI",
17+
"measurable ROI",
18+
"a clean dev pipeline",
19+
"to eliminate tech debt",
20+
"an exceptional app",
21+
"to secure funding",
22+
"scalable devops"
1923
];
2024

2125
const MOBILE_PAINS = ["tech debt", "big ideas", "deadlines"];
@@ -84,7 +88,7 @@ export const Hero = () => {
8488
{rendered && (
8589
<div className={styles.hero__headline}>
8690
<h3 className={clsx(styles.hero__title, "animate slide")}>
87-
You've got{" "}
91+
You need{" "}
8892
<TextRotate
8993
interval={5000}
9094
className="highlight highlight--primary"

0 commit comments

Comments
 (0)