Skip to content

Commit

Permalink
Add screenshot in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Mar 31, 2021
1 parent cf1fc70 commit f99848a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

Clone this project and use it to create your own [Next.js](https://nextjs.org) project. You can check a [Next js templates demo](https://creativedesignsguru.com/demo/Nextjs-Boilerplate/).

### DEMO

[![Nextjs Landing Page Template Screenshot](public/assets/images/nextjs-landing-page-screenshot.png?raw=true)](https://creativedesignsguru.com/demo/Nextjs-Boilerplate/)

### Features

Developer experience first:
Expand Down Expand Up @@ -37,6 +41,8 @@ Built-in feature from Next.js:
- CTA banner
- Footer

Find more components in our [premium NextJS themes](https://creativedesignsguru.com/category/nextjs/)

### Philosophy

- Minimal code
Expand Down
2 changes: 1 addition & 1 deletion src/templates/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const Footer = () => (
</li>
<li>
<Link href="/">
<a>Blog</a>
<a>GitHub</a>
</Link>
</li>
</CenteredFooter>
Expand Down
4 changes: 2 additions & 2 deletions src/templates/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Hero = () => (
<NavbarTwoColumns logo={<Logo xl />}>
<li>
<Link href="/">
<a>Docs</a>
<a>GitHub</a>
</Link>
</li>
<li>
Expand All @@ -38,7 +38,7 @@ const Hero = () => (
button={(
<Link href="/">
<a>
<Button xl>Start your 14-day Free Trial</Button>
<Button xl>Download Your Free Version</Button>
</a>
</Link>
)}
Expand Down

0 comments on commit f99848a

Please sign in to comment.