Update src/app/join/page.tsx

This commit is contained in:
2026-05-10 19:29:17 +00:00
parent 59cfe12dc4
commit d88edabe6b

View File

@@ -53,7 +53,7 @@ export default function JoinPage() {
layout="page"
title="Onboarding Process"
sections={[
{ heading: "How to join", content: { items: ["Sign up online", "Choose plan", "Start shipping"] } }
{ heading: "How to join", content: { type: "numbered-list", items: ["Sign up online", "Choose plan", "Start shipping"] } }
]}
/>
</div>