diff --git a/examples/with-next-i18next/pages/index.tsx b/examples/with-next-i18next/pages/index.tsx
index a014377..a325ead 100644
--- a/examples/with-next-i18next/pages/index.tsx
+++ b/examples/with-next-i18next/pages/index.tsx
@@ -8,6 +8,10 @@ import {
Select,
InputGroup,
InputLeftAddon,
+ Container,
+ Flex,
+ Heading,
+ Spacer,
} from "@chakra-ui/react";
import { zodResolver } from "@hookform/resolvers/zod";
import z from "zod";
@@ -58,24 +62,30 @@ export default function HookForm() {
);
return (
- <>
-
-
-
-
+
+
+
+
+ zod-i18n-map
+
+
+
+ 🌐
+
+
+
- >
+
);
}