Update hero button text to "Join the Next Embodiment Circle"
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
661f5fa601
commit
fc8a1b0103
|
|
@ -4,6 +4,7 @@ title: Finish Nusqool website replica
|
|||
status: To Do
|
||||
assignee: []
|
||||
created_date: '2025-12-26 15:31'
|
||||
updated_date: '2025-12-26 17:27'
|
||||
labels: []
|
||||
dependencies: []
|
||||
priority: medium
|
||||
|
|
@ -39,3 +40,10 @@ Remaining work:
|
|||
- [ ] #4 Newsletter signup connected to backend
|
||||
- [ ] #5 Deployed and accessible online
|
||||
<!-- AC:END -->
|
||||
|
||||
## Implementation Notes
|
||||
|
||||
<!-- SECTION:NOTES:BEGIN -->
|
||||
Staging site deployed: https://nusqool-staging.jeffemmett.com
|
||||
Deployed via Docker on Netcup RS 8000 with Traefik + Cloudflare tunnel
|
||||
<!-- SECTION:NOTES:END -->
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ function Hero() {
|
|||
A sanctuary for healing, growth, and reconnection in the heart of rural Ontario.
|
||||
</p>
|
||||
<a href="#adventure" className="btn-primary">
|
||||
Choose your own growth adventure
|
||||
Join the Next Embodiment Circle
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue