diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index d57225a0d7..f2b0030997 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -249,6 +249,15 @@ const CarouselSection = styled('div')` } `; +const StyledCredits = styled.div` + width: 100%; + height: 60px; + padding: 18px; + background-color: #282E4A; + text-align: center; + color: #FFFFFF; +`; + const StyledDatabaseImg = styled.img` width: ${(props) => props.width}; height: ${(props) => props.height}; @@ -461,8 +470,13 @@ export default function Home(): JSX.Element { - + + We use{' '} + + + + ); } diff --git a/docs/static/img/applitools.png b/docs/static/img/applitools.png new file mode 100644 index 0000000000..66b7b1eb4f Binary files /dev/null and b/docs/static/img/applitools.png differ