Group feature files and update imports
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,13 +1,14 @@
|
|||
---
|
||||
import { motion } from 'motion/react'
|
||||
import { getTitleAnimation } from '~/animations'
|
||||
import Description from '~/components/Description.astro'
|
||||
import CompactModeVideo from '~/assets/media/CompactMode.webm'
|
||||
import GlanceVideo from '~/assets/media/Glance.webm'
|
||||
import SplitViewsVideo from '~/assets/media/SplitViews.webm'
|
||||
import WorkspacesVideo from '~/assets/media/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)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
import { motion } from 'motion/react'
|
||||
import { getTitleAnimation } from '~/animations'
|
||||
import HomePageVideo from '~/assets/media/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'
|
||||
|
|