feat: Introduce InstallSection component and refine existing UI for the marketing page, layout, and various components.

This commit is contained in:
2026-02-08 16:50:30 +00:00
parent 80aaf16bba
commit 4ec9355510
10 changed files with 231 additions and 56 deletions

View File

@@ -42,6 +42,10 @@ const WaitlistModal: React.FC<WaitlistModalProps> = ({ isOpen, onClose }) => {
action="https://getlaunchlist.com/s/pAqdup"
method="POST"
className="space-y-4"
onSubmit={() => {
(window as { umami?: { track?: (eventName: string, data?: Record<string, unknown>) => void } })
.umami?.track?.('waitlist_submitted', { location: 'waitlist_modal' });
}}
>
<div className="relative">
<Mail className="absolute left-4 top-1/2 -translate-y-1/2 text-gray-500" size={20} />