1<script lang="ts"> 2 import LandingPage from '$lib/components/landing/LandingPage.svelte'; 3</script> 4 5 6<LandingPage/>