Skip to content

Commit

Permalink
chore: readed video
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolorentedev committed Sep 3, 2024
1 parent aaee83e commit 7d1eff3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Pricing/index.tsx
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
4 changes: 3 additions & 1 deletion src/components/StraightforwardView/index.tsx
Original file line number Diff line number Diff line change
@@ -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 (
<div className={styles.Container} >
<div className={styles.Content} >
<div className={styles.HeaderContainer} data-aos="flip-left" data-aos-duration="1000">
<h3 className={styles.Tagline}>Why should you use Toggglee?</h3>
<h3 className={styles.Tagline}>Why should you use Togglee?</h3>
<h1 className={styles.Title}>Reduce Cost</h1>
<Spacer height={20} />
<p className={styles.Description}>
Toggle enables the use of feature flags transparently for your system without a 3rd party service or complex pay schemes
</p>
<video controls src={IntroVideo} preload="metadata"/>
</div>
</div>
</div>
Expand Down
Binary file removed static/img/social-card.jpg
Binary file not shown.
Binary file removed static/video/intro.webm
Binary file not shown.
3 changes: 0 additions & 3 deletions static/video/why_togglee.mp4:Zone.Identifier

This file was deleted.

0 comments on commit 7d1eff3

Please sign in to comment.