From 0e4d540ad3a775434b3eee061b47890bb7558042 Mon Sep 17 00:00:00 2001 From: jyswee Date: Thu, 23 Jul 2026 22:58:38 +0000 Subject: [PATCH] Seed: education template (18 files) --- src/pages/Index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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}