Skip to content

Commit 1e2d86c

Browse files
committed
update with video
1 parent 2e85f55 commit 1e2d86c

1 file changed

Lines changed: 26 additions & 3 deletions

File tree

src/app/digital-spring-cleaning/page.tsx

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff 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&apos;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

0 commit comments

Comments
 (0)