File tree Expand file tree Collapse file tree
src/app/digital-spring-cleaning Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,12 +131,35 @@ export default function DigitalSpringCleaningPage() {
131131 < p className = "text-brand-green-dark mb-2" >
132132 < strong > Spring Cleaning Your Digital Life</ strong > — Sunday, April 26, 2026
133133 </ p >
134- < p className = "text-brand-green-dark text-sm mb-3 " >
134+ < p className = "text-brand-green-dark text-sm mb-4 " >
135135 A live walk-through of the Grit Framework in practice, the NAA reset, and building a maintenance plan
136136 that doesn't collapse at the first unexpected life event.
137137 </ p >
138- { /* TODO: Replace with replay URL once available after the April 26 event */ }
139- < p className = "text-brand-green-dark/60 text-sm italic" > Replay coming soon — check back after the event.</ p >
138+ < div className = "w-full" >
139+ < iframe
140+ width = "100%"
141+ height = "315"
142+ src = "https://www.youtube.com/embed/54NqQqnlmzI"
143+ title = "Spring Cleaning Your Digital Life — April 26, 2026"
144+ frameBorder = "0"
145+ allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
146+ referrerPolicy = "strict-origin-when-cross-origin"
147+ allowFullScreen
148+ style = { { borderRadius : '12px' } }
149+ />
150+ </ div >
151+ < p className = "text-brand-green-dark text-sm mt-4" >
152+ Want to follow along with the slides?{ ' ' }
153+ < a
154+ href = "https://canva.link/fkioq84i0qwjd28"
155+ target = "_blank"
156+ rel = "noopener noreferrer"
157+ className = "underline hover:text-brand-purple-dark font-semibold"
158+ >
159+ View the live presentation on Canva
160+ </ a >
161+ .
162+ </ p >
140163 </ div >
141164 </ section >
142165
You can’t perform that action at this time.
0 commit comments