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.
- Red:#e77460
- Orange:#f8c169
- Yellow: #FFEB82
- Green:#a4c972
- Green 2: #A1DFA4
- Pink: #e2b9d7
- Pink 2: #DF908D
- Blue: #5d8fc5
- Purple 1: #936685
- Purple 2: #7a4b6f
- White: #f3f6f4
- White 2: #DDE3F3
- Red 1: #a31414
- Red 2:#b24343
- Red 3: #7A2E2E
- Orange:#e48220
- Yellow 1: #DAB972
- Yellow 2: #e9e94b
- Green:#71b52c
- Pink 1: #7A2E54
- Pink 2: #d65897
- Blue: #327dca
- Purple: #4B2E44
- Black: #15211F
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!