aad539e1a6
This commit introduces a comprehensive redesign of the homepage and refactors the "Contact Us" page into a dedicated "Get Early Access" page.
Key changes include:
- **Homepage:** A complete overhaul with new sections, including a hero, feature highlights, and a problem/solution section to better communicate the product's value proposition.
- **Early Access Page:** The former "Contact Us" page is now repurposed for early access sign-ups, with updated copy and a more focused call-to-action.
- **Component Refactoring:**
- The `InputGroup` component has been extracted from the form into a reusable component (`app/_components/InputGroup.tsx`) for better modularity.
- The `CenterFrame` component has been updated to support images and new props (`src`, `title`, `alt`) to fit the new homepage design.
- **Layout Improvements:** The early access form now uses a two-column grid layout on larger screens for improved user experience.
12 lines
566 B
XML
12 lines
566 B
XML
<svg width="1440" height="1542" viewBox="0 0 1440 1542" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<g clip-path="url(#clip0_4328_7697)">
|
|
<path d="M-5.36442e-06 2386C-5.36442e-06 2268.83 40 2055.21 154.824 1874.05C311.59 1626.71 1006.42 1474.12 1137.88 1412.44C1316.24 1328.77 1419.29 1213.72 1440 1140" stroke="#B4D1FF"/>
|
|
<path d="M1440 0C1440 1135.32 479.165 1369.63 0 1344.7V1542H1440C1439.16 555.062 1440 542.795 1440 0Z" fill="#E5EFFF"/>
|
|
</g>
|
|
<defs>
|
|
<clipPath id="clip0_4328_7697">
|
|
<rect width="1440" height="1542" fill="white"/>
|
|
</clipPath>
|
|
</defs>
|
|
</svg>
|