Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit e10494a

Browse files
MemeVeelsclaude
andcommitted
Update homepage copy and enhance cursor glow effect
- Hero: "We build products that understand people" - Tagline: "Where psychology meets beautiful engineering" - Philosophy statement reformatted onto separate lines - CTA: "Let's Talk" title with updated tagline - Mouse glow opacity increased for better visibility Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e593abc commit e10494a

4 files changed

Lines changed: 14 additions & 12 deletions

File tree

components/Contact.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ export default function Contact() {
2727
<section ref={sectionRef} id="contact" className={styles.contact} data-glow="light">
2828
<div className={styles.inner}>
2929
<h2 className={styles.headline}>
30-
Ready to build something
31-
<br />
32-
<span className={styles.accent}>meaningful?</span>
30+
Let&apos;s <span className={styles.accent}>Talk</span>
3331
</h2>
3432
<p className={styles.subtitle}>
35-
We collaborate with founders and teams to build human-centered digital products. Tell us what you&apos;re working on.
33+
Working on something exciting and need support? We build human-centered digital products. Drop us a line.
3634
</p>
3735
<form
3836
className={styles.form}

components/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ export default function Hero() {
1717
<section className={styles.hero} data-glow="dark">
1818
<div className={styles.content}>
1919
<h1 ref={headlineRef} className={styles.headline}>
20-
We design products
20+
We build products
2121
<br />
2222
that <span className={styles.accent}>understand</span> people
2323
</h1>
2424
<p className={styles.tagline}>
25-
Where behavioral science meets beautiful engineering.
25+
Where psychology meets beautiful engineering.
2626
</p>
2727
</div>
2828
<div className={styles.scrollIndicator}>

components/MouseGlow.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
.dark {
1111
background: radial-gradient(
1212
700px circle at var(--glow-x, 50%) var(--glow-y, 50%),
13-
rgba(254, 121, 93, 0.08) 0%,
14-
rgba(155, 120, 244, 0.04) 35%,
13+
rgba(254, 121, 93, 0.22) 0%,
14+
rgba(155, 120, 244, 0.12) 35%,
1515
transparent 65%
1616
);
1717
}
1818

1919
.light {
2020
background: radial-gradient(
2121
700px circle at var(--glow-x, 50%) var(--glow-y, 50%),
22-
rgba(155, 120, 244, 0.14) 0%,
23-
rgba(254, 121, 93, 0.07) 35%,
22+
rgba(155, 120, 244, 0.3) 0%,
23+
rgba(254, 121, 93, 0.15) 35%,
2424
transparent 65%
2525
);
2626
}

components/Philosophy.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@ export default function Philosophy() {
2828
<div className={styles.inner}>
2929
<div className={styles.statement}>
3030
<h2 className={styles.headline}>
31-
Without psychology, AI optimizes systems<span className={styles.accent}>.</span>
31+
Without psychology,
3232
<br />
33-
With psychology, AI supports people<span className={styles.accent}>.</span>
33+
AI optimizes systems<span className={styles.accent}>.</span>
34+
<br />
35+
With psychology,
36+
<br />
37+
AI supports people<span className={styles.accent}>.</span>
3438
</h2>
3539
</div>
3640
<div className={styles.columns}>

0 commit comments

Comments
 (0)