This is the GitHub repo for the Transformation Place website.
You can edit the pages by going into the page.tsx files in the app router (src/app/).
For example to edit the about page you would edit src/app/about/page.tsx.
Then you can run the development server to see your changes. To run the dev server, use any of the following commands in your terminal depending on your package manager:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
This website utilises Next.js 16 with Tailwind CSS version 4, using framer-motion for more animations and Headless UI to help with components.
To learn more about these technologies, visit the websites below:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Tailwind CSS Documentation - learn about Tailwind CSS and how to use it.
- Simple Icons - All of the brand icons needed.
- Headless UI Documentation - This is the docs section for Headless UI, to create the components needed.