File tree Expand file tree Collapse file tree
apps/web/components/pages Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments