feat: redesign homepage and early access page
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.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<svg width="1440" height="3637" viewBox="0 0 1440 3637" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_4328_7407)">
|
||||
<path d="M169.999 1702.5C36.5901 1957.69 24.0911 2029.52 -0.000610352 2155V902H1440C1418 980.333 1308.5 1102.59 1119 1191.5C979.321 1257.03 302 1450 169.999 1702.5Z" fill="#E5EFFF"/>
|
||||
<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="M-0.0898438 758.5C23 694.5 113.955 575.063 257.5 522C457.611 448.027 746.117 430 774 183.5C782.071 112.149 783.203 66.1507 777.779 0" stroke="#B4D1FF"/>
|
||||
<path d="M954 143.5V0H1440V902H0C22 823.667 131.5 703.409 321 614.5C460.679 548.966 954 489 954 143.5Z" fill="#E5EFFF"/>
|
||||
<path d="M1126 153.5V0H1440V902H552C601.5 782.5 611.5 695.083 806.5 582.5C921.531 516.087 1126 409 1126 153.5Z" fill="url(#paint0_linear_4328_7407)"/>
|
||||
<path d="M1296 203.5V0H1440V902H786.5C928 813.5 1009 752.5 1143 614.5C1234 506 1296 383.5 1296 203.5Z" fill="url(#paint1_linear_4328_7407)"/>
|
||||
<path d="M1440 2327C1440 3462.32 479.165 3696.63 0 3671.7V3869H1440C1439.16 2882.06 1440 2869.79 1440 2327Z" fill="#E5EFFF"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_4328_7407" x1="996" y1="648" x2="996" y2="879" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#B4D1FF"/>
|
||||
<stop offset="1" stop-color="#E5EFFF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_4328_7407" x1="1196" y1="666.5" x2="1196" y2="902" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#0164FF"/>
|
||||
<stop offset="1" stop-color="#E5EFFF"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_4328_7407">
|
||||
<rect width="1440" height="3637" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user