add portal

This commit is contained in:
Lyric
2024-06-24 19:17:13 +09:00
parent 3c1b525da7
commit 0db3c4b586
56 changed files with 1323 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<template>
<div class="home-page md:home-page--md">
<Slogan />
<Introduction />
<Features />
<Price />
<Comments />
</div>
</template>
<script lang="ts">
export default {
name: "IndexPage",
};
</script>
<script lang="ts" setup>
defineOgImage({ url: "/images/og-image.png" });
</script>
<style lang="scss" scoped></style>