Added back only the fbq("track", "ViewContent") event. This event fires when the page loads or when currentStep changes. All other Facebook events (PageView, Lead, etc.) remain removed and will be handled exclusively through your GHL workflow.
Done. Removed the ViewContent event from page.tsx and added only the fbq('track', 'PageView') event to layout.tsx right after the pixel initialization. This is now the only Facebook tracking event on the site - all other events (Lead, etc.) will be handled through your GHL workflow.