Skip to content

Commit 68331d1

Browse files
committed
Pricing copy
1 parent 312fed3 commit 68331d1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

apps/web/components/pages/PricingPage.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const PricingPage = () => {
8080
</motion.h1>
8181
<motion.div
8282
onClick={scrollToTestimonials}
83-
className="flex justify-center cursor-pointer items-center px-5 py-2.5 gap-2 mx-auto mt-6 rounded-full border bg-gray-1 border-gray-5 w-fit hover:bg-gray-2 transition-colors"
83+
className="hidden sm:flex justify-center cursor-pointer items-center px-5 py-2.5 gap-2 mx-auto mt-6 rounded-full border bg-gray-1 border-gray-5 w-fit hover:bg-gray-2 transition-colors"
8484
variants={fadeIn}
8585
custom={3}
8686
whileHover={{ scale: 1.03 }}
@@ -90,7 +90,9 @@ export const PricingPage = () => {
9090
className="text-red-500 size-3.5"
9191
icon={faHeart}
9292
/>
93-
<p className="font-medium text-gray-12">Loved by 30k+ users</p>
93+
<p className="font-medium text-gray-12">
94+
Trusted by 30,000+ teams, builders and creators
95+
</p>
9496
</motion.div>
9597
</motion.div>
9698

0 commit comments

Comments
 (0)