Skip to content

Commit 45120fe

Browse files
committed
Switch back to pain-based messaging
1 parent 43f4ae6 commit 45120fe

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

src/components/Hero.tsx

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,8 @@ import styles from "styles/components/Hero.module.scss";
77
import { useWindowSize } from "usehooks-ts";
88
import { TextRotate } from "./TextRotate";
99

10-
const PEOPLE = ["wyatt", "eric", "henry", "chris", "noah", "joey"];
11-
12-
const PAINS = [
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"
23-
];
24-
10+
const PEOPLE = ["wyatt", "eric", "henry", "chris", "noah", "joey", "smith", "pandu"];
11+
const PAINS = ["tech debt", "big ideas", "deadlines"];
2512
const MOBILE_PAINS = ["tech debt", "big ideas", "deadlines"];
2613

2714
const SvgPattern = ({ className }) => (
@@ -88,7 +75,7 @@ export const Hero = () => {
8875
{rendered && (
8976
<div className={styles.hero__headline}>
9077
<h3 className={clsx(styles.hero__title, "animate slide")}>
91-
You need{" "}
78+
You've got{" "}
9279
<TextRotate
9380
interval={5000}
9481
className="highlight highlight--primary"

0 commit comments

Comments
 (0)