From 258f943c4c784e245cd85aa91ec8049880ee78cc Mon Sep 17 00:00:00 2001 From: Sabrina Hennrich Date: Sat, 7 Jun 2025 14:49:23 +0200 Subject: [PATCH] new Nav --- components/template/NavBar.vue | 313 ++++++++++++++++++ components/template/NavigationBar.vue | 436 ++++++++++++++++++++++++++ components/template/PageHeader.vue | 384 +---------------------- i18n/i18n-pages.ts | 8 + i18n/locales/de.json | 23 +- layouts/default.vue | 2 +- pages/sectors/film/index.vue | 303 ++++++++++++++++++ 7 files changed, 1085 insertions(+), 384 deletions(-) create mode 100644 components/template/NavBar.vue create mode 100644 components/template/NavigationBar.vue create mode 100644 pages/sectors/film/index.vue diff --git a/components/template/NavBar.vue b/components/template/NavBar.vue new file mode 100644 index 0000000..850b74d --- /dev/null +++ b/components/template/NavBar.vue @@ -0,0 +1,313 @@ + + + + + + + \ No newline at end of file diff --git a/components/template/NavigationBar.vue b/components/template/NavigationBar.vue new file mode 100644 index 0000000..039818a --- /dev/null +++ b/components/template/NavigationBar.vue @@ -0,0 +1,436 @@ + + + + + \ No newline at end of file diff --git a/components/template/PageHeader.vue b/components/template/PageHeader.vue index 7cae56e..065b529 100644 --- a/components/template/PageHeader.vue +++ b/components/template/PageHeader.vue @@ -22,94 +22,7 @@ - @@ -117,65 +30,11 @@ + + + \ No newline at end of file