diff --git a/src/components/dashboard/BannerSection.vue b/src/components/dashboard/BannerSection.vue new file mode 100644 index 0000000..3e5dd8e --- /dev/null +++ b/src/components/dashboard/BannerSection.vue @@ -0,0 +1,324 @@ + + + + + diff --git a/src/components/dashboard/NavSection.vue b/src/components/dashboard/NavSection.vue new file mode 100644 index 0000000..7962fc2 --- /dev/null +++ b/src/components/dashboard/NavSection.vue @@ -0,0 +1,95 @@ + + + + + diff --git a/src/components/dashboard/PlanSection.vue b/src/components/dashboard/PlanSection.vue new file mode 100644 index 0000000..341f27d --- /dev/null +++ b/src/components/dashboard/PlanSection.vue @@ -0,0 +1,675 @@ + + + + + diff --git a/src/components/dashboard/StatsSection.vue b/src/components/dashboard/StatsSection.vue new file mode 100644 index 0000000..0498d18 --- /dev/null +++ b/src/components/dashboard/StatsSection.vue @@ -0,0 +1,135 @@ + + + + + diff --git a/src/pages/index.vue b/src/pages/index.vue index f8286aa..1d46ebc 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -1,601 +1,35 @@