File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
src/app/tutorial-hello-world Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11export default function TutorialHelloWorld ( ) {
22 return (
33 < div className = "min-h-screen bg-gray-50 p-8" >
4- { " " }
5- { /* Basic page styling */ }
6- < article className = "max-w-4xl mx-auto bg-white p-6 md:p-10 rounded-lg shadow-md space-y-6" >
7- { " " }
8- { /* Container */ }
4+ < article className = "max-w-5xl mx-auto bg-white p-6 md:p-10 rounded-lg shadow-md space-y-6" >
95 { /* Quest Title */ }
106 < h1 className = "text-3xl md:text-4xl font-bold text-indigo-700 border-b pb-2 mb-6" >
117 Quest: The Oracle's First Greeting - Whispering "Hello World"
128 </ h1 >
13- { /* Flavor Text / Introduction */ }
9+ { /* Flavor Text*/ }
1410 < p className = "text-lg italic text-gray-600" >
1511 Welcome, brave coder! Your journey into the mystical lands of programming begins now.
1612 Before you can conjure complex spells or build mighty digital fortresses, every adventurer
@@ -21,6 +17,7 @@ export default function TutorialHelloWorld() {
2117 < p className = "text-gray-700" >
2218 This quest will guide you through understanding and wielding this fundamental magic.
2319 </ p >
20+
2421 < hr className = "my-6" />
2522 { /* Section 1 */ }
2623 < section className = "space-y-3" >
@@ -42,6 +39,7 @@ export default function TutorialHelloWorld() {
4239 communicate your intentions to the machine and make it respond.
4340 </ p >
4441 </ section >
42+
4543 < hr className = "my-6" />
4644 { /* Section 2 */ }
4745 < section className = "space-y-3" >
You can’t perform that action at this time.
0 commit comments