This is a landing page project built with Next.js, designed to provide small businesses with a clean and professional online presence. The landing page is easily customizable and can be configured using YAML files, making it simple to update and maintain.
Next.js is a powerful framework that offers many advantages, including easy setup, optimized performance, built-in SEO support, and high customizability and extensibility. Additionally, the landing page uses static site generation, resulting in faster load times, improved SEO, and reduced server load.
We believe this landing page project will be a valuable asset for small businesses seeking to establish an online presence.
To see a live demo of the Next Landing website, please visit https://next-landing-blue.vercel.app/. Please note that this is a demo website and not a official website. If you have any questions or feedback, please feel free to contact us!
- Clone the repository.
- Install dependencies by running
npm install
. - Configure the title and metatags of the website using the
/config/config.yaml
file. - Configure the menu with the
/config/menu.yaml
file. - Configure the content of the sections of the landing page by editing the
YAML files inside the
/data
directory.
To run the development version of the landing page locally, use the following command:
npm run dev
This will start the development server at http://localhost:3000/
.
To run the production version of the landing page locally, use the following commands:
npm run build
npm run start
This will build the production version of the landing page and start the server
at http://localhost:3000/
.
To deploy the landing page to Vercel, follow these steps:
- Create an account on Vercel.
- Install the Vercel CLI by running
npm install -g vercel
. - Run
vercel login
and follow the prompts to authenticate your account. - Run
vercel
to deploy the project to Vercel. - Follow the prompts to configure your deployment settings.
Once the deployment is complete, your landing page will be live at the URL provided by Vercel.
Thank you for choosing this landing page project!