diff --git a/components/avatarcustomization/avatar.ts b/components/avatarcustomization/avatar.ts new file mode 100644 index 0000000..e69de29 diff --git a/components/avatarcustomization/page.tsx b/components/avatarcustomization/page.tsx index 6996a25..490e336 100644 --- a/components/avatarcustomization/page.tsx +++ b/components/avatarcustomization/page.tsx @@ -32,15 +32,10 @@ import { import { toast } from "@/components/ui/use-toast"; const AvatarParts = [ - { label: "English", value: "en" }, - { label: "French", value: "fr" }, - { label: "German", value: "de" }, - { label: "Spanish", value: "es" }, - { label: "Portuguese", value: "pt" }, - { label: "Russian", value: "ru" }, - { label: "Japanese", value: "ja" }, - { label: "Korean", value: "ko" }, - { label: "Chinese", value: "zh" }, + { label: "Head", value: "avatarHead", src: "/path/to/head.png" }, + { label: "Body", value: "avatarBody", src: "/path/to/body.png" }, + { label: "Face", value: "avatarFace", src: "/path/to/face.png" }, + { label: "Back", value: "avatarBack", src: "/path/to/back.png" }, ] as const; const FormSchema = z.object({ @@ -75,250 +70,95 @@ export function AvatarCustomization() { } return ( -
- +