diff --git a/src/components/Pricing/index.tsx b/src/components/Pricing/index.tsx index 39cafb8..0c5d512 100644 --- a/src/components/Pricing/index.tsx +++ b/src/components/Pricing/index.tsx @@ -1,7 +1,7 @@ import React from 'react'; import styles from './styles.module.css'; import Spacer from '@site/src/components/Spacer'; -import { Box, Button, Card, CardActions, CardContent, CardHeader, Divider, Stack, Typography, useMediaQuery, useTheme } from '@mui/material'; +import { Box, Card, CardActions, CardContent, CardHeader, Divider, Stack, Typography, useMediaQuery, useTheme } from '@mui/material'; const PricingCard = ({name, price, features, button}: any) => { return ( diff --git a/src/components/StraightforwardView/index.tsx b/src/components/StraightforwardView/index.tsx index 07519f4..eb029df 100644 --- a/src/components/StraightforwardView/index.tsx +++ b/src/components/StraightforwardView/index.tsx @@ -1,18 +1,20 @@ import React from 'react'; import styles from './styles.module.css'; import Spacer from '@site/src/components/Spacer'; +import IntroVideo from '@site/static/video/intro.mp4'; const StraightforwardView: React.FC = () => { return (
Toggle enables the use of feature flags transparently for your system without a 3rd party service or complex pay schemes
+