Skip to content

Commit 977450f

Browse files
committed
feat: New homepage tagline
1 parent 45ac865 commit 977450f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

apps/web/components/pages/HomePage.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,14 @@ export const HomePage = () => {
113113
</Link>
114114

115115
<h1 className="fade-in-down text-[2rem] leading-[2.5rem] md:text-[3.75rem] md:leading-[4rem] relative z-10 text-white mb-4">
116-
Beautiful, shareable screen recordings.
116+
Beautiful screen recordings,
117+
<br />
118+
owned by you.
117119
</h1>
118-
<p className="fade-in-down animate-delay-1 text-base sm:text-xl max-w-2xl mx-auto text-white mb-8">
120+
<p className="fade-in-down animate-delay-1 text-base text-xl max-w-3xl mx-auto text-white mb-8">
119121
Cap is the open source alternative to Loom. Lightweight,
120-
powerful, and stunning. Record and share in seconds.
122+
powerful, and stunning. Record and share securely in seconds
123+
with custom S3 bucket support.
121124
</p>
122125
<div className="fade-in-up animate-delay-2">
123126
<div className="flex flex-col sm:flex-row items-center justify-center space-y-2 sm:space-y-0 sm:space-x-2 mb-3">

0 commit comments

Comments
 (0)