diff --git a/apps/marketing/src/components/(marketing)/callout.tsx b/apps/marketing/src/components/(marketing)/callout.tsx
index dfd358c71..5e786abb4 100644
--- a/apps/marketing/src/components/(marketing)/callout.tsx
+++ b/apps/marketing/src/components/(marketing)/callout.tsx
@@ -34,17 +34,18 @@ export const Callout = ({ starCount }: CalloutProps) => {
return (
-
+
+
+
{
const heroMarketingCTA = getFlag('marketing_landing_hero_cta');
- const onSignUpClick = () => {
- const el = document.getElementById('email');
-
- if (el) {
- const { top } = el.getBoundingClientRect();
-
- window.scrollTo({
- top: top - 120,
- behavior: 'smooth',
- });
-
- requestAnimationFrame(() => {
- el.focus();
- });
- }
- };
-
return (
@@ -123,18 +106,18 @@ export const Hero = ({ className, ...props }: HeroProps) => {
animate="animate"
className="mt-8 flex flex-wrap items-center justify-center gap-x-6 gap-y-4"
>
-
-
+
+
+
event('view-github')}>