Skip to content

Commit

Permalink
[website] Faster video loading time
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 3, 2022
1 parent 12a97cd commit 5a702ad
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 5 deletions.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/src/components/landing/DemoVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ export default function DemoVideo() {
autoPlay
playsInline
loop
poster="/static/toolpad/marketing/hero-screenshot.png"
poster="/static/toolpad/marketing/index-hero-video-poster.jpg"
>
<source src="/static/toolpad/marketing/hero-video.mp4" type="video/mp4" />
<source src="/static/toolpad/marketing/index-hero-video.mp4" type="video/mp4" />
Your browser does not support the video tag.
</Video>
</Box>
Expand Down
6 changes: 3 additions & 3 deletions docs/src/content/useCases.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ const useCases = {
{
title: 'Monitoring dashboard',
wip: false,
imageUrl: '/static/toolpad/marketing/toolpad-monitoring-dashboard.svg',
imageUrl: '/static/toolpad/marketing/index-monitoring-dashboard.svg',
description:
'Quickly provide the latest numbers and status reports that fuel data-driven decisions. Build and share your dashboard by combining data from multiple sources with dependable deployment mechanism when needed.',
},
{
title: 'Admin panel',
wip: false,
imageUrl: '/static/toolpad/marketing/toolpad-admin-panel.svg',
imageUrl: '/static/toolpad/marketing/index-admin-panel.svg',
description:
'Enable your teams to quickly view and manage customer orders, queries, and refunds by creating apps powered by native Toolpad integrations and third party APIs from providers like Stripe, Twilio, etc. Toolpad allows end users to create, read, update or delete records.',
},
{
title: 'Custom CMS',
wip: false,
imageUrl: '/static/toolpad/marketing/toolpad-custom-cms.svg',
imageUrl: '/static/toolpad/marketing/index-custom-cms.svg',
description:
'Enable your operations teams to efficiently manage day to day chores using task specific content management apps. Built with MUI components, apps are fast, manageable and scalable. Toolpad allows you to bind data the pro-code way by writing JavaScript anywhere. ',
},
Expand Down

0 comments on commit 5a702ad

Please sign in to comment.