We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7684a30 commit 620aa5cCopy full SHA for 620aa5c
1 file changed
src/app/page.tsx
@@ -71,6 +71,19 @@ export default function Home() {
71
systems, web, and software development—so students can focus on learning, not setup.
72
</p>
73
</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
+
87
88
{/* Footer */}
89
<footer className="mt-24 mb-10 text-center text-slate-500 text-sm">
0 commit comments