diff --git a/src/components/homepage-users.module.scss b/src/components/homepage-users.module.scss index 881a7ec15..64e050bbd 100644 --- a/src/components/homepage-users.module.scss +++ b/src/components/homepage-users.module.scss @@ -22,6 +22,7 @@ align-items: center; flex-wrap: wrap; gap: 48px 32px; + margin-top: 64px; } .userRow img { @@ -79,3 +80,22 @@ html[data-theme='dark'] .testimonialWrapper { margin-right: 0.5rem; } } + +.usageGraphs { + display: flex; + justify-content: center; + align-items: center; + gap: 16px; + flex-wrap: wrap; + + figure { + flex-basis: 320px; + flex-grow: 1; + margin: 0; + } + + img { + background: white; + border-radius: 0.4rem; + } +} diff --git a/src/components/homepage-users.tsx b/src/components/homepage-users.tsx index e23908a66..75644b739 100644 --- a/src/components/homepage-users.tsx +++ b/src/components/homepage-users.tsx @@ -1,5 +1,6 @@ import clsx from 'clsx'; import React, { useEffect, useState } from 'react'; +import Link from '@docusaurus/Link'; import { Carousel } from 'react-responsive-carousel'; import styles from './homepage-users.module.scss'; import 'react-responsive-carousel/lib/styles/carousel.min.css'; @@ -84,7 +85,35 @@ export function HomepageUsers(): JSX.Element { return (
-

Trusted and used by

+

Trusted and used by thousands

+
+
+ + NPM Usage Trend of sequelize + +
+ NPM Usage Trend of Sequelize 6 +
+
+ +
+ + NPM Usage Trend of @sequelize/core + +
+ NPM Usage Trend of Sequelize 7 +
+
+
+