refactor: replace team member section with feature cards and add associated SVG icons
This commit is contained in:
4
public/assets/icons/clean-honest-platform-icon.svg
Normal file
4
public/assets/icons/clean-honest-platform-icon.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#e58625" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M12 2l8 4v6c0 5-3.5 9-8 10-4.5-1-8-5-8-10V6l8-4z"/>
|
||||
<path d="M9 12l2 2 4-4"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 277 B |
7
public/assets/icons/equal-playing-field-icon.svg
Normal file
7
public/assets/icons/equal-playing-field-icon.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#e58625" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M12 3v18"/>
|
||||
<path d="M6 21h12"/>
|
||||
<path d="M5 7l-3 7a4 4 0 0 0 6 0l-3-7z"/>
|
||||
<path d="M19 7l-3 7a4 4 0 0 0 6 0l-3-7z"/>
|
||||
<path d="M5 7h14"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 343 B |
4
public/assets/icons/no-lead-funnels-icon.svg
Normal file
4
public/assets/icons/no-lead-funnels-icon.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#e58625" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M3 4h18l-7 9v7l-4-2v-5L3 4z"/>
|
||||
<line x1="3" y1="21" x2="21" y2="3"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 268 B |
Reference in New Issue
Block a user