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.
5 lines
1.5 KiB
XML
5 lines
1.5 KiB
XML
<svg width="32" height="40" viewBox="0 0 32 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M10 6H6C4.93913 6 3.92172 6.42143 3.17157 7.17157C2.42143 7.92172 2 8.93913 2 10V34C2 35.0609 2.42143 36.0783 3.17157 36.8284C3.92172 37.5786 4.93913 38 6 38H26C27.0609 38 28.0783 37.5786 28.8284 36.8284C29.5786 36.0783 30 35.0609 30 34V10C30 8.93913 29.5786 7.92172 28.8284 7.17157C28.0783 6.42143 27.0609 6 26 6H22M10 6C10 7.06087 10.4214 8.07828 11.1716 8.82843C11.9217 9.57857 12.9391 10 14 10H18C19.0609 10 20.0783 9.57857 20.8284 8.82843C21.5786 8.07828 22 7.06087 22 6M10 6C10 4.93913 10.4214 3.92172 11.1716 3.17157C11.9217 2.42143 12.9391 2 14 2H18C19.0609 2 20.0783 2.42143 20.8284 3.17157C21.5786 3.92172 22 4.93913 22 6M16 20H22H16ZM16 28H22H16ZM10 20H10.02H10ZM10 28H10.02H10Z" fill="#E0F0DC"/>
|
|
<path d="M10 6H6C4.93913 6 3.92172 6.42143 3.17157 7.17157C2.42143 7.92172 2 8.93913 2 10V34C2 35.0609 2.42143 36.0783 3.17157 36.8284C3.92172 37.5786 4.93913 38 6 38H26C27.0609 38 28.0783 37.5786 28.8284 36.8284C29.5786 36.0783 30 35.0609 30 34V10C30 8.93913 29.5786 7.92172 28.8284 7.17157C28.0783 6.42143 27.0609 6 26 6H22M10 6C10 7.06087 10.4214 8.07828 11.1716 8.82843C11.9217 9.57857 12.9391 10 14 10H18C19.0609 10 20.0783 9.57857 20.8284 8.82843C21.5786 8.07828 22 7.06087 22 6M10 6C10 4.93913 10.4214 3.92172 11.1716 3.17157C11.9217 2.42143 12.9391 2 14 2H18C19.0609 2 20.0783 2.42143 20.8284 3.17157C21.5786 3.92172 22 4.93913 22 6M16 20H22M16 28H22M10 20H10.02M10 28H10.02" stroke="#289744" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
|
|
</svg>
|