From 22dc469b8c57e56a82bfe4a0c360812e0bb682c8 Mon Sep 17 00:00:00 2001
From: br0kenpixel <23280129+br0kenpixel@users.noreply.github.com>
Date: Tue, 14 Oct 2025 18:20:53 +0200
Subject: [PATCH] feat: add base `Footer`, `NavBar`, and `PageCard` components
---
frontend/app/components/Footer.vue | 9 +++++++++
frontend/app/components/NavBar.vue | 9 +++++++++
frontend/app/components/PageCard.vue | 9 +++++++++
3 files changed, 27 insertions(+)
create mode 100644 frontend/app/components/Footer.vue
create mode 100644 frontend/app/components/NavBar.vue
create mode 100644 frontend/app/components/PageCard.vue
diff --git a/frontend/app/components/Footer.vue b/frontend/app/components/Footer.vue
new file mode 100644
index 0000000..c6684e3
--- /dev/null
+++ b/frontend/app/components/Footer.vue
@@ -0,0 +1,9 @@
+
+
+
+
+ Component: Footer
+
+
+
+
diff --git a/frontend/app/components/NavBar.vue b/frontend/app/components/NavBar.vue
new file mode 100644
index 0000000..0978bac
--- /dev/null
+++ b/frontend/app/components/NavBar.vue
@@ -0,0 +1,9 @@
+
+
+
+
+ Component: NavBar
+
+
+
+
diff --git a/frontend/app/components/PageCard.vue b/frontend/app/components/PageCard.vue
new file mode 100644
index 0000000..2834e01
--- /dev/null
+++ b/frontend/app/components/PageCard.vue
@@ -0,0 +1,9 @@
+
+
+
+
+ Component: PageCard
+
+
+
+