Nusqool.com website replica - Next.js + Tailwind CSS
Go to file
Jeff Emmett 4c94511a5a feat: add all subpages, shared components, and real images
- Created shared Navigation, Footer, and Newsletter components
- Added 13 images from nusqool.com (portraits, sessions, retreats)
- Created subpages: About Thu, Growth Adventure, TRE, Coaching,
  Testimonials, Work with Chris, Events, Peace Pole, Contact Thu,
  Contact Chris, Care Tent
- Updated homepage with real images and working navigation links
- Updated embodiment-circle page to use shared navigation
- All nav links now route to proper subpages

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 14:52:50 +00:00
backlog Update hero button text to "Join the Next Embodiment Circle" 2025-12-26 12:30:51 -05:00
public feat: add all subpages, shared components, and real images 2026-02-09 14:52:50 +00:00
src feat: add all subpages, shared components, and real images 2026-02-09 14:52:50 +00:00
.gitignore Initial Nusqool website replica with Next.js and Tailwind CSS 2025-12-26 10:29:58 -05:00
Dockerfile Add Docker configuration for deployment 2025-12-26 12:17:53 -05:00
docker-compose.yml Update hostname to dandylion.nusqool.com 2026-02-01 19:16:20 +00:00
next.config.ts Add 12-week Embodiment Circle page 2025-12-26 12:45:14 -05:00
package-lock.json Initial Nusqool website replica with Next.js and Tailwind CSS 2025-12-26 10:29:58 -05:00
package.json Initial Nusqool website replica with Next.js and Tailwind CSS 2025-12-26 10:29:58 -05:00
postcss.config.mjs Initial Nusqool website replica with Next.js and Tailwind CSS 2025-12-26 10:29:58 -05:00
tailwind.config.ts Initial Nusqool website replica with Next.js and Tailwind CSS 2025-12-26 10:29:58 -05:00
tsconfig.json Initial Nusqool website replica with Next.js and Tailwind CSS 2025-12-26 10:29:58 -05:00