feat: implement HomeHero component with image carousel and news cards
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<svg width="320" height="220" viewBox="0 0 320 220" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="bgA" x1="26" y1="14" x2="291" y2="198" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#202733"/>
|
||||
<stop offset="1" stop-color="#0B0F15"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="glowA" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(82 66) rotate(43) scale(98 92)">
|
||||
<stop stop-color="#FFC857" stop-opacity="0.95"/>
|
||||
<stop offset="1" stop-color="#FFC857" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
<rect width="320" height="220" rx="12" fill="url(#bgA)"/>
|
||||
<circle cx="82" cy="66" r="98" fill="url(#glowA)"/>
|
||||
<path d="M28 182L98 121L140 154L222 84L292 148" stroke="#F7FAFC" stroke-opacity="0.8" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<rect x="26" y="24" width="72" height="22" rx="11" fill="#F7FAFC" fill-opacity="0.12"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 966 B |
Reference in New Issue
Block a user