next-landing-vpn icon indicating copy to clipboard operation
next-landing-vpn copied to clipboard

An Open Source Landingpage For VPN or Apps. Build using NextJS 12 and Tailwind v3.0

Results 17 next-landing-vpn issues
Sort by recently updated
recently updated
newest added

- Show the year updated on the footer

- Added ESLint with script `lint:fix: "eslint . --fix"` which checks for linting problems. - Added Prettier with script `format: "prettier . --write"` which formats code according to config. closes...

For better standarization for Linter, we should add ESLINT and Prettier. So, this feature - Add in script to auto Lint for eslint and prettier - Use standard linter like...

enhancement
help wanted
good first issue
hacktoberfest

Reproduce: 1. cloned repo 2. `yarn install` 3. `yarn dev` error: ``` ano@anos-MacBook-Pro frontpage % yarn dev yarn run v1.22.19 $ next dev ready - started server on 0.0.0.0:3000, url:...

…ed the arrow keys, make footer responsive and put copyright note on end.

![image](https://user-images.githubusercontent.com/34413515/197766296-3b453b0f-4b12-4023-b14f-d83280bd903e.png) Can I add your https://twitter.com/f2aldi twitter link?

Added twitter URL in the twitter icon in footer and also made the social media icons as `` so they becomes clickable on hovering. It fixes the #24 issue.

Replaced the old twitter logo with the new logo. This PR fixes #31 Here is a comparison of before and after: **Before** ![image](https://github.com/naufaldi/next-landing-vpn/assets/33797909/13fd7902-5d74-4f85-a4b7-25130b539554) **After** ![image](https://github.com/naufaldi/next-landing-vpn/assets/33797909/ce5c208d-7061-4d0c-9367-2add6332e068)

The twitter logo in footer is still the old twitter logo. We can replace the old logo with new twitter X logo. ![image](https://github.com/naufaldi/next-landing-vpn/assets/33797909/2468c5a9-bdf4-4de1-9927-ebf1499dbf27)

The project looks very cool! My only issue is it is in JS...