Skip to content

Commit 620aa5c

Browse files
committed
added instatlalion video
1 parent 7684a30 commit 620aa5c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/app/page.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,19 @@ export default function Home() {
7171
systems, web, and software development—so students can focus on learning, not setup.
7272
</p>
7373
</section>
74+
{/* Installation Help */}
75+
<p className="mt-3 text-sm text-slate-500">
76+
Need help installing?{" "}
77+
<a
78+
href="https://www.youtube.com/watch?v=AU_xhhFQX-0"
79+
target="_blank"
80+
rel="noopener noreferrer"
81+
className="text-green-400 hover:text-green-300 underline underline-offset-2"
82+
>
83+
Watch the installation walkthrough on YouTube
84+
</a>
85+
</p>
86+
7487

7588
{/* Footer */}
7689
<footer className="mt-24 mb-10 text-center text-slate-500 text-sm">

0 commit comments

Comments
 (0)