Skip to content

Commit 20949ee

Browse files
committed
chore: remove motion canvas from homepage
1 parent 7cf7a11 commit 20949ee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/routes/+page.svelte

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import TwinklingStar from '$components/home/TwinklingStar.svelte';
66
import CallToAction from '$components/interactive/CallToAction.svelte';
77
import Link from '$components/interactive/Link.svelte';
8-
import MotionCanvas from '$components/motion-canvas/MotionCanvas.svelte';
98
import { PROJECTS } from '$lib/data/projects';
109
import type { PageData } from './$types';
1110
@@ -150,8 +149,4 @@
150149
</div>
151150
</CallToAction>
152151
</div>
153-
154-
<div class="layout-container">
155-
<MotionCanvas name="project" class="aspect-[3] min-h-[52]" />
156-
</div>
157152
</div>

0 commit comments

Comments
 (0)