This commit is contained in:
Angel 2025-06-01 03:16:53 +00:00 committed by GitHub
commit cf3c8c215b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 7 additions and 8 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Binary file not shown.

View file

@ -1,15 +1,14 @@
---
import { motion } from 'motion/react'
import { getTitleAnimation } from '~/animations'
import Description from '~/components/Description.astro'
import CompactModeVideo from '~/assets/CompactMode.webm'
import GlanceVideo from '~/assets/Glance.webm'
import SplitViewsVideo from '~/assets/SplitViews.webm'
import WorkspacesVideo from '~/assets/Workspaces.webm'
import { getLocale, getUI } from '~/utils/i18n'
import Description from './Description.astro'
import Video from './Video.astro'
import CompactModeVideo from '~/assets/media/compact-mode/video.webm'
import GlanceVideo from '~/assets/media/glance/video.webm'
import SplitViewsVideo from '~/assets/media/split-views/video.webm'
import WorkspacesVideo from '~/assets/media/workspaces/video.webm'
const locale = getLocale(Astro)

View file

@ -1,7 +1,7 @@
---
import { motion } from 'motion/react'
import { getTitleAnimation } from '~/animations'
import HomePageVideo from '~/assets/HomePageVideo.webm'
import HomePageVideo from '~/assets/media/hero-video/video.webm'
import Button from '~/components/Button.astro'
import Description from '~/components/Description.astro'
import Title from '~/components/Title.astro'