From 23eb6b8dce9f0828046e76cfe4dcc2c7badfa75d Mon Sep 17 00:00:00 2001 From: colinscz <19342760+colinscz@users.noreply.github.com> Date: Tue, 31 Dec 2024 22:46:44 +0100 Subject: [PATCH] feat: configure index and app for landing page implementation --- app.vue | 6 +++++- pages/index.vue | 26 ++++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/app.vue b/app.vue index 5aada8f..cb1fbcf 100644 --- a/app.vue +++ b/app.vue @@ -1,7 +1,11 @@ \ No newline at end of file + + \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue index 96c0baf..df18a50 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,9 +1,31 @@