|
1 | 1 | ---
|
2 | 2 | import { Image } from 'astro:assets';
|
3 |
| -import FeatureCard from '../components/FeatureCard.astro'; |
4 |
| -import GetStartedButton from '../components/GetStartedButton.astro'; |
5 |
| -import FooterLink from '../components/FooterLink.astro'; |
6 |
| -import PageLayout from '../layouts/PageLayout.astro'; |
7 | 3 | import DiscordIconSvg from '../assets/discord-icon.svg';
|
| 4 | +import GiantTypeGPULogo from '../assets/giant-typegpu.svg'; |
8 | 5 | import GithubIconSvg from '../assets/github-icon.svg';
|
9 |
| -import SwmLogomarkSvg from '../assets/swm-logomark.svg'; |
| 6 | +import Illustration from '../assets/illustration.svg'; |
10 | 7 | import SwmLogoSvg from '../assets/swm-logo.svg';
|
| 8 | +import SwmLogomarkSvg from '../assets/swm-logomark.svg'; |
11 | 9 | import TypeGPULogoLight from '../assets/typegpu-logo-light.svg';
|
12 | 10 | import TypeGPULogomarkMonolight from '../assets/typegpu-logomark-monolight.svg';
|
13 |
| -import GiantTypeGPULogo from '../assets/giant-typegpu.svg'; |
14 |
| -import Illustration from '../assets/illustration.svg'; |
15 |
| -import RoadMapStep from '../components/roadmap/RoadMapStep.astro'; |
16 |
| -import MilestoneBuffersBadge from '../components/roadmap/MilestoneBuffersBadge.astro'; |
| 11 | +import FeatureCard from '../components/FeatureCard.astro'; |
| 12 | +import FooterLink from '../components/FooterLink.astro'; |
| 13 | +import GetStartedButton from '../components/GetStartedButton.astro'; |
17 | 14 | import MilestoneBindGroupsBadge from '../components/roadmap/MilestoneBindGroupsBadge.astro';
|
18 |
| -import MilestoneFunctionsBadge from '../components/roadmap/MilestoneFunctionsBadge.astro'; |
19 |
| -import MilestonePipelinesBadge from '../components/roadmap/MilestonePipelinesBadge.astro'; |
| 15 | +import MilestoneBuffersBadge from '../components/roadmap/MilestoneBuffersBadge.astro'; |
20 | 16 | import MilestoneCodeBadge from '../components/roadmap/MilestoneCodeBadge.astro';
|
| 17 | +import MilestoneFunctionsBadge from '../components/roadmap/MilestoneFunctionsBadge.astro'; |
21 | 18 | import MilestoneLinkerBadge from '../components/roadmap/MilestoneLinkerBadge.astro';
|
| 19 | +import MilestonePipelinesBadge from '../components/roadmap/MilestonePipelinesBadge.astro'; |
| 20 | +import RoadMapStep from '../components/roadmap/RoadMapStep.astro'; |
| 21 | +import PageLayout from '../layouts/PageLayout.astro'; |
22 | 22 |
|
23 | 23 | const showcaseVideoResolution = [2048, 1200];
|
24 | 24 | ---
|
@@ -98,10 +98,11 @@ const showcaseVideoResolution = [2048, 1200];
|
98 | 98 | aspectRatio:
|
99 | 99 | showcaseVideoResolution[0] / showcaseVideoResolution[1],
|
100 | 100 | }}
|
101 |
| - autoplay="true" |
102 |
| - loop="true" |
103 |
| - muted="true" |
104 |
| - controls="true" |
| 101 | + autoplay |
| 102 | + loop |
| 103 | + muted |
| 104 | + controls |
| 105 | + playsinline |
105 | 106 | class="w-full lg:rounded-[2.5rem] md:rounded-[1.875rem] rounded-2xl shadow-tameplum-800/50 shadow-lg"
|
106 | 107 | ></video>
|
107 | 108 | </div>
|
|
0 commit comments