diff --git a/assets/svg/Email-campaign-bro.svg b/assets/svg/Email-campaign-bro.svg new file mode 100644 index 0000000..1d652ca --- /dev/null +++ b/assets/svg/Email-campaign-bro.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/components/Header.vue b/components/Header.vue index 605ae18..b6bfa42 100644 --- a/components/Header.vue +++ b/components/Header.vue @@ -81,7 +81,7 @@ export default { components: { DarkMode }, data() { return { - components_count: 52, + components_count: 58, SHARE_LINK: `https://twitter.com/intent/tweet?text=${encodeURIComponent( 'Check out Meraki UI Awesome @tailwindcss Components that support RTL and fully responsive by @khatabwedaa and @miaababikir 🔥.' )}&url=${encodeURIComponent('https://merakiui.com')}` diff --git a/components/Main.vue b/components/Main.vue index f9cb190..1ce843c 100644 --- a/components/Main.vue +++ b/components/Main.vue @@ -94,12 +94,16 @@ import FormsSimple from "./ui/Forms/Simple"; import FormsSearch from "./ui/Forms/Search"; import FormsContact from "./ui/Forms/Contact"; // Navbars +import NavbarsSimple from "./ui/Navbars/Simple"; import NavbarsECommerce from "./ui/Navbars/ECommerce"; import NavbarsWithAvatar from "./ui/Navbars/WithAvatar"; -import NavbarsWithCategories from "./ui/Navbars/WithCategories"; import NavbarsWithSearch from "./ui/Navbars/WithSearch"; +import NavbarsWithCategories from "./ui/Navbars/WithCategories"; +import NavbarsWithSocailMediaLinks from "./ui/Navbars/WithSocailMediaLinks"; // Heros import HerosECommerce from "./ui/Heros/ECommerce"; +import HerosWithNewsletterForm from "./ui/Heros/WithNewsletterForm"; +import HerosWithSlide from "./ui/Heros/WithSlide"; import HerosWithImage from "./ui/Heros/WithImage"; import HerosWithSideImage from "./ui/Heros/WithSideImage"; import HerosWithBGImage from "./ui/Heros/WithBGImage"; @@ -114,6 +118,8 @@ import SectionsOurTeam from "./ui/Sections/OurTeam"; import SectionsParagraphWithImage from "./ui/Sections/ParagraphWithImage"; // Pricing import PricingSimple from "./ui//Pricing/Simple"; +import PricingPopular from "./ui//Pricing/Popular"; +import PricingWithNavigation from "./ui//Pricing/WithNavigation"; // paginations import PaginationSimple from "./ui/Pagination/Simple"; // Footers @@ -158,11 +164,15 @@ export default { FormsSimple, FormsSearch, FormsContact, + NavbarsSimple, NavbarsECommerce, NavbarsWithAvatar, - NavbarsWithCategories, NavbarsWithSearch, + NavbarsWithSocailMediaLinks, + NavbarsWithCategories, HerosECommerce, + HerosWithNewsletterForm, + HerosWithSlide, HerosWithImage, HerosWithSideImage, HerosWithBGImage, @@ -174,6 +184,8 @@ export default { SectionsOurTeam, SectionsParagraphWithImage, PricingSimple, + PricingPopular, + PricingWithNavigation, PaginationSimple, FootersSimple, FootersWithDetails, diff --git a/components/ui/Heros/ECommerce.vue b/components/ui/Heros/ECommerce.vue index 38eb8af..0ca2941 100644 --- a/components/ui/Heros/ECommerce.vue +++ b/components/ui/Heros/ECommerce.vue @@ -48,7 +48,7 @@
- + Catalogue-pana.svg
@@ -115,7 +115,7 @@
- + Catalogue-pana.svg
diff --git a/components/ui/Heros/WithNewsletterForm.vue b/components/ui/Heros/WithNewsletterForm.vue new file mode 100644 index 0000000..0719669 --- /dev/null +++ b/components/ui/Heros/WithNewsletterForm.vue @@ -0,0 +1,95 @@ + + + \ No newline at end of file diff --git a/components/ui/Heros/WithSlide.vue b/components/ui/Heros/WithSlide.vue new file mode 100644 index 0000000..828ae67 --- /dev/null +++ b/components/ui/Heros/WithSlide.vue @@ -0,0 +1,113 @@ + + + \ No newline at end of file diff --git a/components/ui/Navbars/Simple.vue b/components/ui/Navbars/Simple.vue new file mode 100644 index 0000000..baeae41 --- /dev/null +++ b/components/ui/Navbars/Simple.vue @@ -0,0 +1,55 @@ + + + diff --git a/components/ui/Navbars/WithSocailMediaLinks.vue b/components/ui/Navbars/WithSocailMediaLinks.vue new file mode 100644 index 0000000..177b141 --- /dev/null +++ b/components/ui/Navbars/WithSocailMediaLinks.vue @@ -0,0 +1,154 @@ + + + diff --git a/components/ui/Pricing/Popular.vue b/components/ui/Pricing/Popular.vue new file mode 100644 index 0000000..73f04ae --- /dev/null +++ b/components/ui/Pricing/Popular.vue @@ -0,0 +1,471 @@ + + + diff --git a/components/ui/Pricing/Simple.vue b/components/ui/Pricing/Simple.vue index 46facec..dcc609c 100644 --- a/components/ui/Pricing/Simple.vue +++ b/components/ui/Pricing/Simple.vue @@ -1,7 +1,7 @@ diff --git a/components/ui/Pricing/WithNavigation.vue b/components/ui/Pricing/WithNavigation.vue new file mode 100644 index 0000000..20bdbe2 --- /dev/null +++ b/components/ui/Pricing/WithNavigation.vue @@ -0,0 +1,297 @@ + + + diff --git a/models/Components.js b/models/Components.js index 19363a1..6214c47 100644 --- a/models/Components.js +++ b/models/Components.js @@ -60,9 +60,11 @@ export default [ { name: "Navbars", components: [ + { name: "Simple" }, { name: "ECommerce" }, { name: "WithSearch" }, { name: "WithAvatar" }, + { name: "WithSocailMediaLinks" }, { name: "WithCategories" }, ], }, @@ -70,6 +72,8 @@ export default [ name: "Heros", components: [ { name: "ECommerce" }, + { name: "WithNewsletterForm" }, + { name: "WithSlide" }, { name: "WithImage" }, { name: "WithSideImage" }, { name: "WithBGImage" }, @@ -91,7 +95,7 @@ export default [ }, { name: "Pricing", - components: [{ name: "Simple" }], + components: [{ name: "Simple" }, { name: "Popular" }, { name: "WithNavigation" }], }, { name: "Pagination",