diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx
index 9666972..326d685 100644
--- a/src/pages/Index.tsx
+++ b/src/pages/Index.tsx
@@ -85,8 +85,8 @@ export default function IndexPage() {
{featuredCourses.map((c, i) => (
-
-
+
+
@@ -133,7 +133,7 @@ export default function IndexPage() {
{steps.map((s, i) => (
-
+
@@ -155,8 +155,8 @@ export default function IndexPage() {
{instructors.map((inst, i) => (
-
-
+
+
{inst.name.split(" ").map(n => n[0]).join("")}
{inst.name}
@@ -179,7 +179,7 @@ export default function IndexPage() {
{testimonials.map((t, i) => (
-
+
{t.text}