We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb3269 commit a079fa3Copy full SHA for a079fa3
web-ui/my-app/src/robotics-odyssey.tsx
@@ -124,7 +124,13 @@ function RoboticsOdyssey() {
124
<div className="text-gray-950 antialiased bg-slate-900">
125
<div className="overflow-hidden flex justify-center items-center min-h-screen">
126
<main>
127
- {/* <LlamaGrid /> */}
+ <h1 className="text-4xl font-bold text-center text-white">Robotics Odyssey - become a Robotics Odyssey</h1>
128
+
129
+ <div> by adnan wahab </div>
130
+ <h3 className="text-xl font-bold text-center text-white">93 hours of video to go from absolute beginner to advanced AI+Robotics Engineer</h3>
131
+ <div className="text-center text-white">40 students already enrolled</div>
132
+ <div>5 stars on trust pilot</div>
133
+ <LlamaGrid />
134
135
136
<Sisterschools />
0 commit comments