feat: landing page mvp

This commit is contained in:
Nik L
2026-03-09 13:39:15 -04:00
commit 4a1d666ee2
28 changed files with 3441 additions and 0 deletions

BIN
public/apple-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

0
public/favicon.ico Normal file
View File

BIN
public/greyproxy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

BIN
public/icon-dark-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

BIN
public/icon-light-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 B

24
public/icon.svg Normal file
View File

@@ -0,0 +1,24 @@
<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- Shield shape -->
<path
d="M16 2L4 7V15C4 22.18 9.11 28.79 16 30C22.89 28.79 28 22.18 28 15V7L16 2Z"
fill="#D95E2A"
/>
<!-- Inner geometric pattern -->
<path
d="M16 6L8 9.5V15C8 20.05 11.42 24.68 16 26C20.58 24.68 24 20.05 24 15V9.5L16 6Z"
fill="#161614"
/>
<!-- Data nodes -->
<circle cx="16" cy="12" r="2" fill="#D95E2A" />
<circle cx="12" cy="17" r="1.5" fill="#D95E2A" />
<circle cx="20" cy="17" r="1.5" fill="#D95E2A" />
<circle cx="16" cy="21" r="1.5" fill="#D95E2A" />
<!-- Connection lines -->
<path
d="M16 14V19.5M14 16L12.5 17M18 16L19.5 17"
stroke="#D95E2A"
stroke-width="1"
stroke-linecap="round"
/>
</svg>

After

Width:  |  Height:  |  Size: 756 B