diff --git a/apps/web/pages/signup.tsx b/apps/web/pages/signup.tsx index 1db8ec948a..9abe9fa6a5 100644 --- a/apps/web/pages/signup.tsx +++ b/apps/web/pages/signup.tsx @@ -44,10 +44,9 @@ export default function Signup({ prepopulateFormValues, token, orgSlug }: Signup const { t, i18n } = useLocale(); const router = useRouter(); const flags = useFlagMap(); - const formMethods = useForm({ - mode: "onChange", + const formMethods = useForm({ resolver: zodResolver(signupSchema), - defaultValues: prepopulateFormValues satisfies FormValues, + // defaultValues: prepopulateFormValues satisfies FormValues, }); const { register, @@ -125,10 +124,7 @@ export default function Signup({ prepopulateFormValues, token, orgSlug }: Signup {/* Form Container */}
-
console.log(values)}> + {/* Username */}
- <> +
+ {/*
+ Product of the Day + Product of the Week + Product of the Month +
*/} + {/*
+ 4.3 Stars on Trustpilot + 4.5 Stars on G2 + 5 Stars on ProductHunt +
*/} +
+ #
{/*

diff --git a/apps/web/public/mock-event-type-list.svg b/apps/web/public/mock-event-type-list.svg new file mode 100644 index 0000000000..30fffc75e7 --- /dev/null +++ b/apps/web/public/mock-event-type-list.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/web/public/product-cards/g2.svg b/apps/web/public/product-cards/g2.svg new file mode 100644 index 0000000000..7be7a5dd80 --- /dev/null +++ b/apps/web/public/product-cards/g2.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/apps/web/public/product-cards/product-of-the-day.svg b/apps/web/public/product-cards/product-of-the-day.svg new file mode 100644 index 0000000000..845ac605a2 --- /dev/null +++ b/apps/web/public/product-cards/product-of-the-day.svg @@ -0,0 +1 @@ + diff --git a/apps/web/public/product-cards/product-of-the-month.svg b/apps/web/public/product-cards/product-of-the-month.svg new file mode 100644 index 0000000000..49144428d3 --- /dev/null +++ b/apps/web/public/product-cards/product-of-the-month.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/web/public/product-cards/product-of-the-week.svg b/apps/web/public/product-cards/product-of-the-week.svg new file mode 100644 index 0000000000..8401d086cb --- /dev/null +++ b/apps/web/public/product-cards/product-of-the-week.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/web/public/product-cards/producthunt.svg b/apps/web/public/product-cards/producthunt.svg new file mode 100644 index 0000000000..444f225dfe --- /dev/null +++ b/apps/web/public/product-cards/producthunt.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/apps/web/public/product-cards/trustpilot.svg b/apps/web/public/product-cards/trustpilot.svg new file mode 100644 index 0000000000..be763fc43c --- /dev/null +++ b/apps/web/public/product-cards/trustpilot.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + +