diff --git a/app/(auth)/change-password/page.tsx b/app/(auth)/change-password/page.tsx index 7e04152..5c75ac2 100644 --- a/app/(auth)/change-password/page.tsx +++ b/app/(auth)/change-password/page.tsx @@ -13,17 +13,17 @@ const CoverLockScreen = () => {
image
-
- image - image - image - image +
+ image + image + image + image
- Logo + Logo
Cover Image @@ -33,7 +33,7 @@ const CoverLockScreen = () => {
{/*
- Logo + Logo
*/} diff --git a/app/(auth)/forgot-password/page.tsx b/app/(auth)/forgot-password/page.tsx index 9b16056..efd9fa3 100644 --- a/app/(auth)/forgot-password/page.tsx +++ b/app/(auth)/forgot-password/page.tsx @@ -17,17 +17,17 @@ export default function CoverForgotPassword() {
image
-
- image - image - image - image +
+ image + image + image + image
- Logo + Logo
Cover Image @@ -39,7 +39,7 @@ export default function CoverForgotPassword() {
- Logo + Logo
diff --git a/app/(auth)/login/page.tsx b/app/(auth)/login/page.tsx index cffe39b..30a47ef 100644 --- a/app/(auth)/login/page.tsx +++ b/app/(auth)/login/page.tsx @@ -19,17 +19,17 @@ const CoverLogin = () => {
image
-
- image - image - image - image +
+ image + image + image + image
- Logo + Logo
Cover Image @@ -39,7 +39,7 @@ const CoverLogin = () => {
- Logo + Logo {/* */}
diff --git a/app/(auth)/register/page.tsx b/app/(auth)/register/page.tsx index 9df1d7a..753482a 100644 --- a/app/(auth)/register/page.tsx +++ b/app/(auth)/register/page.tsx @@ -19,17 +19,17 @@ const CoverRegister = () => {
image
-
- image - image - image - image +
+ image + image + image + image
- Logo + Logo
Cover Image @@ -39,7 +39,7 @@ const CoverRegister = () => {
- Logo + Logo {/* */}
diff --git a/app/(auth)/reset-password/page.tsx b/app/(auth)/reset-password/page.tsx index 25f8d7e..235c250 100644 --- a/app/(auth)/reset-password/page.tsx +++ b/app/(auth)/reset-password/page.tsx @@ -18,17 +18,17 @@ export default function CoverForgotPassword() {
image
-
- image - image - image - image +
+ image + image + image + image
- Logo + Logo
Cover Image @@ -40,7 +40,7 @@ export default function CoverForgotPassword() {
- Logo + Logo
diff --git a/app/icon.png b/app/icon.png index 40658d6..c384cfb 100644 Binary files a/app/icon.png and b/app/icon.png differ diff --git a/app/icon2.png b/app/icon2.png new file mode 100644 index 0000000..40658d6 Binary files /dev/null and b/app/icon2.png differ diff --git a/components/layouts/loading.tsx b/components/layouts/loading.tsx index 8370bfd..6842cd7 100644 --- a/components/layouts/loading.tsx +++ b/components/layouts/loading.tsx @@ -2,7 +2,7 @@ import React from 'react'; const Loading = () => { return ( -
+
{/* @@ -11,7 +11,7 @@ const Loading = () => { */} - logo + logo
); }; diff --git a/components/layouts/sidebar.tsx b/components/layouts/sidebar.tsx index 1e261c9..6431d9d 100644 --- a/components/layouts/sidebar.tsx +++ b/components/layouts/sidebar.tsx @@ -104,34 +104,13 @@ const Sidebar = () => {
    -
  • - - - -
      -
    • - {t('sales')} -
    • - {/*
    • - {t('analytics')} -
    • -
    • - {t('finance')} -
    • -
    • - {t('crypto')} -
    • */} -
    -
    +
  • @@ -141,11 +120,31 @@ const Sidebar = () => {
    • -
    • - + {/*
    • + + + +
        +
      • + {t('Comment Crawl')} +
      • +
      +
      +
    • */} +
    • + +
      + + {t('Blog')}
    • @@ -232,6 +231,32 @@ const Sidebar = () => {

      + + {t('domains')} +

      + +
    • +
        +
      • + +
        + + {t('Reverse Proxy')} +
        + +
      • +
      • + +
        + + {t('SSL Checker')} +
        + +
      • +
      +
    • + + {/*

      {t('user_interface')}

      @@ -368,7 +393,7 @@ const Sidebar = () => { -
    • + {/*
    • @@ -402,9 +427,9 @@ const Sidebar = () => { {t('drag_and_drop')}
      -
    • + */} -

      + {/*

      {t('tables_and_forms')}

      @@ -530,9 +555,9 @@ const Sidebar = () => {
    -
  • + */} -

    + {/*

    {t('user_and_pages')}

    @@ -604,9 +629,8 @@ const Sidebar = () => {
  • */} -

    + + {/*

    {t('supports')}

    @@ -714,7 +739,7 @@ const Sidebar = () => { {t('documentation')}
- + */}
diff --git a/public/assets/images/auth/1.png b/public/assets/images/auth/1.png new file mode 100644 index 0000000..c8e9339 Binary files /dev/null and b/public/assets/images/auth/1.png differ diff --git a/public/assets/images/auth/2.png b/public/assets/images/auth/2.png new file mode 100644 index 0000000..4c73102 Binary files /dev/null and b/public/assets/images/auth/2.png differ diff --git a/public/assets/images/auth/3.png b/public/assets/images/auth/3.png new file mode 100644 index 0000000..e078a7c Binary files /dev/null and b/public/assets/images/auth/3.png differ diff --git a/public/assets/images/auth/4.png b/public/assets/images/auth/4.png new file mode 100644 index 0000000..951e43a Binary files /dev/null and b/public/assets/images/auth/4.png differ diff --git a/public/assets/images/auth/5.png b/public/assets/images/auth/5.png new file mode 100644 index 0000000..18a1873 Binary files /dev/null and b/public/assets/images/auth/5.png differ diff --git a/public/assets/images/auth/bg-gradient.png b/public/assets/images/auth/bg-gradient.png index feb32ef..9ea0c72 100644 Binary files a/public/assets/images/auth/bg-gradient.png and b/public/assets/images/auth/bg-gradient.png differ diff --git a/public/assets/images/favicon.png b/public/assets/images/favicon.png index 40658d6..c384cfb 100644 Binary files a/public/assets/images/favicon.png and b/public/assets/images/favicon.png differ diff --git a/public/assets/images/loader-logo.png b/public/assets/images/loader-logo.png new file mode 100644 index 0000000..c384cfb Binary files /dev/null and b/public/assets/images/loader-logo.png differ diff --git a/public/assets/images/logo.png b/public/assets/images/logo.png new file mode 100644 index 0000000..eeb9940 Binary files /dev/null and b/public/assets/images/logo.png differ diff --git a/public/favicon.png b/public/favicon.png index 9ee75c5..4ea0504 100644 Binary files a/public/favicon.png and b/public/favicon.png differ diff --git a/public/locales/en.json b/public/locales/en.json index f18e6a7..dbd973a 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -1,5 +1,6 @@ { "dashboard": "Dashboard", + "add_blog": "Add Blog", "sales": "Sales", "analytics": "Analytics", "apps": "Apps", @@ -23,6 +24,10 @@ "finance": "Finance", "crypto": "Crypto", "chat": "Chat", + "blog": "Blog", + "domains": "Domains", + "reverse_proxy": "Reverse Proxy", + "ssl_checker": "SSL Checker", "mailbox": "Mailbox", "todo_list": "Todo List", "notes": "Notes", @@ -125,4 +130,4 @@ "coming_soon_cover": "Coming Soon Cover", "contact_us_boxed": "Contact Us Boxed", "contact_us_cover": "Contact Us Cover" -} +} \ No newline at end of file