+
\ No newline at end of file
diff --git a/src/components/MainCard.vue b/src/components/MainCard.vue
new file mode 100644
index 0000000..c111397
--- /dev/null
+++ b/src/components/MainCard.vue
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
RPCSX is your PlayStation 4 emulator.
+
+
Use only with lawfully obtained archival copies of PS4 games you physically own.
+
+
\ No newline at end of file
diff --git a/src/components/PitchItem.vue b/src/components/PitchItem.vue
deleted file mode 100644
index 6ad427e..0000000
--- a/src/components/PitchItem.vue
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/TheWelcome.vue b/src/components/TheWelcome.vue
deleted file mode 100644
index 33a810d..0000000
--- a/src/components/TheWelcome.vue
+++ /dev/null
@@ -1,102 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Documentation
-
- Vue’s
- official documentation
- provides you with all information you need to get started.
-
-
-
-
-
-
-
-
- Tooling
-
- This project is served and bundled with
- Vite. The
- recommended IDE setup is
- VSCode +
- Volar. If
- you need to test your components and web pages, check out
- Cypress and
- Cypress Component Testing.
-
-
-
- More instructions are available in README.md.
-
-
-
-
-
-
-
-
- Ecosystem
-
- Get official tools and libraries for your project:
- Pinia,
- Vue Router,
- Vue Test Utils, and
- Vue Dev Tools. If
- you need more resources, we suggest paying
- Awesome Vue
- a visit.
-
-
-
-
-
-
-
-
- Community
-
- Got stuck? Ask your question on
- Vue Land, our official
- Discord server, or
- StackOverflow. You should also subscribe to
- our mailing list and follow
- the official
- @vuejs
- twitter account for latest news in the Vue world.
-
-
-
-
-
-
-
-
- Support Vue
-
- As an independent project, Vue relies on community backing for its sustainability. You can help
- us by
- becoming a sponsor.
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/TopBarMenu.vue b/src/components/TopBarMenu.vue
index 2b87f45..1522514 100644
--- a/src/components/TopBarMenu.vue
+++ b/src/components/TopBarMenu.vue
@@ -5,7 +5,22 @@ import { NIcon } from 'naive-ui'
Book as BookIcon,
LogoDiscord as DiscordIcon,
Moon as MoonIcon, Sun as SunIcon
- } from '@vicons/carbon';
+ } from '@vicons/carbon'
+
+ defineProps({
+ toggleTheme: {
+ type: Function,
+ required: true
+ },
+ coverImage: {
+ type: ref,
+ required: true
+ },
+ themex: {
+ type: ref,
+ required: true
+ },
+ })
@@ -14,7 +29,7 @@ import { NIcon } from 'naive-ui'
quaternary
tag="a"
href="https://rpcsx.github.io/rpcsx-site/">
-
+