Vankine

Insurance & Consulting Business NextJS Template

DOCUMENTATION

  • Doc version: 1.0
  • Created: 20 May 2023
  • Last update: 20 May 2023

OVERVIEW

Vankine is a new outstanding, extremely modern NextJS Template, designed for  startups, consultancy businesses and companies operating in the finance, consulting, investing company, legal, corporate, accounting, insurance industries and all modern technology company and software development websites.. This template comes with a creative 06 homepage design layouts, responsive and 30+ inner pages. The design is very elegant and modern, and also very easy to customise with 1170px grid. We hope so you will feel happy with them.

It will display your content nicely on Desktop, Laptop, iPad, iPhone, Android Mobile, or tablets. This is highly customizable & looks awesome modern react template. We have included the best web development practices – you can create a great website layout.

We have a dedicated support center for all of your support needs. It includes our Documentation and Ticket system for any questions you have.

Main Features

  • 100% Fluid Responsive – Fits any device perfectly
  • Tested on real devices
  • 06 Homepage Demos
  • Many inner pages
  • Creative and Unique Design
  • Handcrafted and carefully put together inner pages to choose from
  • React 18, NextJs 13
  • React countup
  • React scroll-up
  • React wow animation
  • React swiper slider
  • React Leaflet map
  • React scroll trigger
  • React tabs
  • Bunny Fonts
  • 100% Responsive
  • Nice and Clean Design
  • Clean and commented code
  • Valid Redux / Jsx Component / CSS3
  • Easy to customize
  • Flexible and multi-purpose
  • Built On Bootstrap 5
  • Detailed documentation
  • Lifetime Free Update
  • And much more…

What do you get?

  • NextJS Template source code
  • Documentation

Note

All images are just used for Preview Purpose Only. They are not part of the template and maybe NOT included in the final purchase files.

Change log

                                VERSION 1.0
                                - First release.
                            

GET STARTED

Folder Structure

  • /components
    • /elements
      • /BackToTop.js
      • /Countdown.js
      • /BlogMetroGrid.js
      • /...
    • /layout
      • /Footer.js
      • /Header.js
      • /Layout.js
      • /...
    • /sections
      • /About1.js
      • /About2.js
      • ...
  • /pages/
    • /_app.js
    • /_document.js
    • /index.js
    • /login.js
    • ........
  • /public
  • /.gitignore
  • /package.json
  • /package-lock.json
  • /README.md

Structure

_app.js Structure

                                
                            

Dependencies

package.json

                                "dependencies": {
                                    "eslint": "8.40.0",
                                    "eslint-config-next": "13.4.1",
                                    "isotope-layout": "^3.0.6",
                                    "next": "13.4.1",
                                    "react": "18.2.0",
                                    "react-countup": "^6.4.2",
                                    "react-dom": "18.2.0",
                                    "react-modal-video": "^2.0.0",
                                    "react-scroll-trigger": "^0.6.14",
                                    "react-slick": "^0.29.0",
                                    "sass": "^1.62.1",
                                    "slick-carousel": "^1.8.1",
                                    "swiper": "^9.3.1",
                                    "wowjs": "^1.1.3"
                                },
                                "devDependencies": {
                                    "@types/react-slick": "^0.23.10"
                                },
                                "resolutions": {
                                    "react-countup/countup.js": "2.5.0"
                                }
                            

Create a Page

Create page pages\blank.js

                                function Blank() {
                                    export function MyPage() {
                                      return(
                                       

Hello!

) } export default Blank;

Routing

The Next.js router allows you to do client-side route transitions between pages, similar to a single-page application

A React component called Link is provided to do this client-side route transition.

                                
                            

In the example above we have multiple links, each one maps a path (href) to a known page:

  • / → pages/index.js
  • /page-about → pages/page-about.js

Any in the viewport (initially or through scroll) will be prefetched by default (including the corresponding data) for pages using Static Generation. The corresponding data for server-rendered routes is not prefetched.

Deployment

If you haven’t already done so, push your Next.js app to a Git provider of your choice: GitHub, GitLab, or BitBucket. Your repository can be private or public.

Then, follow these steps:

  • Sign up to Vercel (no credit card is required).
  • After signing up, you’ll arrive on the “Import Project” page. Under “From Git Repository”, choose the Git provider you use and set up an integration. (Instructions: GitHub / GitLab / BitBucket).
  • Once that’s set up, click “Import Project From …” and import your Next.js app. It auto-detects that your app is using Next.js and sets up the build configuration for you. No need to change anything — everything should work just fine!
  • After importing, it’ll deploy your Next.js app and provide you with a deployment URL
  • To get more help on the deployment checkout

UPDATE

Important Note:

- Backup your website and template folders completely to make sure you have a restore point in case of any complications.

Update using FTP

  1. Download the latest version of the template to your device.
  2. Connect to your hosting via FTP software
  3. Upload the template folder you unzipped to your site folder
  4. You should be asked to confirm overwriting of this folder and its contents. Confirm the overwrite.

SOURCES & CREDITS

THANK YOU

Thank you so much for using this template.

- AliThemes Team -