Skip to content

Commit

Permalink
updated numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Mar 4, 2023
1 parent f81c1c4 commit 70410d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Testimonials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export function Testimonials() {
Loved by many worldwide.
</h1>
<p className="mx-auto mt-6 max-w-xl text-lg sm:text-gray-400 text-gray-500 leading-7">
See what our 50,000+ users are saying about the product.
See what our 92,000+ users are saying about the product.
</p>
</div>
<ul
Expand Down
4 changes: 2 additions & 2 deletions pages/dream.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ const Home: NextPage = () => {
</h1>
<p className="text-slate-500">
{/* Obtained this number from Vercel: based on how many serverless invocations happened. */}
<CountUp start={0} end={68719} duration={1} separator="," /> rooms
generated so far.
<CountUp start={50000} end={141531} duration={1} separator="," />{" "}
rooms generated so far.
</p>
<ResizablePanel>
<AnimatePresence mode="wait">
Expand Down

1 comment on commit 70410d2

@vercel
Copy link

@vercel vercel bot commented on 70410d2 Mar 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.