diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 5737248..4b81984 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -110,9 +110,9 @@ export default function IndexPage() {
{featured.map((p, i) => ( - + -
+
{p.status}
@@ -143,7 +143,7 @@ export default function IndexPage() {
{stats.map((s, i) => ( -
+
{s.val}
{s.label}
@@ -162,7 +162,7 @@ export default function IndexPage() {
{steps.map((s, i) => ( -
+
@@ -184,7 +184,7 @@ export default function IndexPage() {
{testimonials.map((t, i) => ( - +
{Array.from({ length: 5 }).map((_, j) => )}

“{t.text}”