Skip to content

Commit f38ae66

Browse files
committed
20k users
1 parent fd9f318 commit f38ae66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/web/components/pages/HomePage/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const Header = ({ serverHomepageCopyVariant = "" }: HeaderProps) => {
175175
variants={fadeIn}
176176
>
177177
<p className="mb-4 text-sm italic text-gray-10">
178-
Trusted by <strong>15,000+</strong> teams, builders and creators
178+
Trusted by <strong>20,000+</strong> teams, builders and creators
179179
</p>
180180
<LogoMarquee />
181181
</motion.div>

apps/web/components/pages/PricingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const PricingPage = () => {
9999
className="text-red-500 size-3.5"
100100
icon={faHeart}
101101
/>
102-
<p className="font-medium text-gray-12">Loved by 15k+ users</p>
102+
<p className="font-medium text-gray-12">Loved by 20k+ users</p>
103103
</motion.div>
104104
</motion.div>
105105

0 commit comments

Comments
 (0)