diff --git a/components/Footer.vue b/components/Footer.vue new file mode 100644 index 0000000..1373a1f --- /dev/null +++ b/components/Footer.vue @@ -0,0 +1,9 @@ + + + + + © {{ (new Date().getFullYear()) }} by Baka Team + + + + \ No newline at end of file diff --git a/components/ui/Cards/Testimonial.vue b/components/ui/Cards/Testimonial.vue index 1ec08cf..77fc2cf 100644 --- a/components/ui/Cards/Testimonial.vue +++ b/components/ui/Cards/Testimonial.vue @@ -1,7 +1,7 @@ - + @@ -24,7 +24,7 @@ return { name: 'Testimonial', code: ` - + diff --git a/components/ui/Heros/ECommerce.vue b/components/ui/Heros/ECommerce.vue index b11bac5..e622d22 100644 --- a/components/ui/Heros/ECommerce.vue +++ b/components/ui/Heros/ECommerce.vue @@ -6,7 +6,7 @@ - Brand + Brand @@ -71,12 +71,12 @@ - Brand + Brand - + diff --git a/components/ui/Heros/WithBGImage.vue b/components/ui/Heros/WithBGImage.vue index a8d582e..cdb76a3 100644 --- a/components/ui/Heros/WithBGImage.vue +++ b/components/ui/Heros/WithBGImage.vue @@ -7,7 +7,7 @@ - Brand + Brand @@ -55,7 +55,7 @@ - Brand + Brand diff --git a/components/ui/Heros/WithImage.vue b/components/ui/Heros/WithImage.vue index fa882d8..fdc9476 100644 --- a/components/ui/Heros/WithImage.vue +++ b/components/ui/Heros/WithImage.vue @@ -6,7 +6,7 @@ - Brand + Brand @@ -113,7 +113,7 @@ - Brand + Brand diff --git a/components/ui/Heros/WithSideImage.vue b/components/ui/Heros/WithSideImage.vue index aa74308..34a7434 100644 --- a/components/ui/Heros/WithSideImage.vue +++ b/components/ui/Heros/WithSideImage.vue @@ -6,7 +6,7 @@ - Brand + Brand @@ -65,7 +65,7 @@ - Brand + Brand diff --git a/components/ui/Navbars/ECommerce.vue b/components/ui/Navbars/ECommerce.vue index e15be63..3122e78 100644 --- a/components/ui/Navbars/ECommerce.vue +++ b/components/ui/Navbars/ECommerce.vue @@ -5,7 +5,7 @@ - Brand + Brand @@ -52,7 +52,7 @@ - Brand + Brand diff --git a/components/ui/Navbars/WithAvatar.vue b/components/ui/Navbars/WithAvatar.vue index 0b65328..d9cd47f 100644 --- a/components/ui/Navbars/WithAvatar.vue +++ b/components/ui/Navbars/WithAvatar.vue @@ -6,7 +6,7 @@ - Brand + Brand @@ -37,7 +37,7 @@ - + Khatab wedaa @@ -63,7 +63,7 @@ - Brand + Brand diff --git a/components/ui/Navbars/WithCategories.vue b/components/ui/Navbars/WithCategories.vue index 4c85bfb..6d4c3b6 100644 --- a/components/ui/Navbars/WithCategories.vue +++ b/components/ui/Navbars/WithCategories.vue @@ -6,7 +6,7 @@ - Brand + Brand @@ -109,7 +109,7 @@ - Brand + Brand diff --git a/components/ui/Navbars/WithSearch.vue b/components/ui/Navbars/WithSearch.vue index c90f652..e327357 100644 --- a/components/ui/Navbars/WithSearch.vue +++ b/components/ui/Navbars/WithSearch.vue @@ -5,7 +5,7 @@ - Brand + Brand @@ -53,7 +53,7 @@ - Brand + Brand diff --git a/pages/index.vue b/pages/index.vue index 461d138..91ae4c8 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,8 +1,9 @@ - - + + + @@ -28,10 +29,11 @@ import AppButton from "~/components/utilities/AppButton.vue"; import HeaderComponent from "~/components/Header"; import MainComponent from "~/components/Main"; +import FooterComponent from "~/components/Footer"; import BackToTop from "vue-backtotop"; export default { - components: { AppButton, HeaderComponent, MainComponent, BackToTop }, + components: { AppButton, HeaderComponent, MainComponent, FooterComponent, BackToTop }, data() { return { @@ -42,7 +44,6 @@ export default { watch: { darkMode() { localStorage.setItem("darkMode", this.darkMode); - console.log('Night Mode: ' + this.darkMode); } }, };
© {{ (new Date().getFullYear()) }} by Baka Team