diff --git a/public/images/hutopymedia/others/ctaappdemo.png b/public/images/hutopymedia/others/ctaappdemo.png new file mode 100644 index 0000000..0c1bbbc Binary files /dev/null and b/public/images/hutopymedia/others/ctaappdemo.png differ diff --git a/public/images/hutopymedia/others/ctabg.png b/public/images/hutopymedia/others/ctabg.png new file mode 100644 index 0000000..b76b00d Binary files /dev/null and b/public/images/hutopymedia/others/ctabg.png differ diff --git a/public/images/hutopymedia/others/ctabgwhite.png b/public/images/hutopymedia/others/ctabgwhite.png new file mode 100644 index 0000000..1610943 Binary files /dev/null and b/public/images/hutopymedia/others/ctabgwhite.png differ diff --git a/src/App.vue b/src/App.vue index e1077b3..cbd5108 100644 --- a/src/App.vue +++ b/src/App.vue @@ -17,7 +17,7 @@
- +
diff --git a/src/router/router.js b/src/router/router.js index 7fddb4b..bce4d34 100644 --- a/src/router/router.js +++ b/src/router/router.js @@ -23,9 +23,15 @@ import {useAuthStore} from "@/stores/authStore.js"; import ForYouPage from "@/views/profile/ForYouPage.vue"; import CreatorPresentation from "@/views/creators/CreatorPresentation.vue"; import CreatorExclusiveContent from "@/views/creators/CreatorExclusiveContent.vue"; +import CTA01 from "@/views/CTA01.vue"; const routes = [ + { + path: '/CTA01', + component: CTA01, + meta: { hideSideBar: true } + }, { path: '/', component: Home, diff --git a/src/views/CTA01.vue b/src/views/CTA01.vue new file mode 100644 index 0000000..08fadca --- /dev/null +++ b/src/views/CTA01.vue @@ -0,0 +1,134 @@ + + + + \ No newline at end of file