Group feature files and update imports

This commit is contained in:
Angel 2025-05-31 23:13:29 -04:00
parent 7ea4c0b9f9
commit fdfce8f18e
17 changed files with 7 additions and 6 deletions

View file

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 97 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 132 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Before After
Before After

View file

@ -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)

View file

@ -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'