This page has been created using v0. The project can be found on: https://v0.dev/r/KAq17dBYWv5
<Image />
from next/image
could've been used instead of <img>
(tweak in images.unoptimized: true
was required to deploy statically).Discord
(it generates really unknown logo), TikTok
(it generates YouTube
logo), and X
(it generates x itself).Download on App/Google store
images + the generated icons for stores aren't RWD.default
on export
while trying to make pages via routes out of this.globals.css
when trying to leverage pages
/add routing even though as per official docs it's looking correctly.Vercel
, should've been out-of-the-box, but in fact it requires tweaks with output: "export"
in the next.cponfig.mjs
for static deployment (eventually ditched the idea) and extra setup in Vercel
Project Settings for a normal one (selecting manually Next.js
as a framework, otherwise it deploys 404
).target="_blank"
(with rel="noopener"
) could've been generated for external-looking links.This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.