- Introduced RobotProductCard component for displaying robot details. - Added WhyUs component highlighting key reasons for choosing our robotics solutions. - Implemented CursorSpotlight for enhanced user interaction. - Created GlassPanel for a stylish UI element. - Developed MotionSection for animated section visibility. - Added PremiumButton for versatile button options. - Established data structures for industries and robots, including detailed specifications and use cases. - Included utility functions for retrieving robots by slug and category.
36 lines
1.9 KiB
XML
36 lines
1.9 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600" role="img" aria-label="Pudu KettyBot service robot silhouette">
|
|
<defs>
|
|
<radialGradient id="bg" cx="50%" cy="45%" r="60%">
|
|
<stop offset="0%" stop-color="#c4a265" stop-opacity="0.32"/>
|
|
<stop offset="60%" stop-color="#0a0907" stop-opacity="0"/>
|
|
</radialGradient>
|
|
<linearGradient id="body" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#f5f1e8"/>
|
|
<stop offset="100%" stop-color="#94908a"/>
|
|
</linearGradient>
|
|
<linearGradient id="screen" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#0a0907"/>
|
|
<stop offset="100%" stop-color="#3a2f1c"/>
|
|
</linearGradient>
|
|
<linearGradient id="accent" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#e0c896"/>
|
|
<stop offset="100%" stop-color="#c4a265"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="600" height="600" fill="url(#bg)"/>
|
|
<g transform="translate(300 110)">
|
|
<rect x="-110" y="0" width="220" height="280" rx="28" fill="url(#body)" stroke="#3a2f1c" stroke-width="2"/>
|
|
<rect x="-92" y="22" width="184" height="240" rx="18" fill="url(#screen)"/>
|
|
<g transform="translate(0 110)">
|
|
<circle cx="-30" cy="0" r="12" fill="url(#accent)"/>
|
|
<circle cx="30" cy="0" r="12" fill="url(#accent)"/>
|
|
<path d="M -22 30 Q 0 18 22 30" stroke="url(#accent)" stroke-width="3" fill="none" stroke-linecap="round"/>
|
|
</g>
|
|
<rect x="-130" y="300" width="260" height="14" rx="6" fill="#5a4a30"/>
|
|
<path d="M -120 320 L 120 320 L 100 460 L -100 460 Z" fill="url(#body)" stroke="#3a2f1c" stroke-width="2"/>
|
|
<circle cx="-70" cy="460" r="22" fill="#0a0907" stroke="#5a4a30" stroke-width="2"/>
|
|
<circle cx="70" cy="460" r="22" fill="#0a0907" stroke="#5a4a30" stroke-width="2"/>
|
|
</g>
|
|
<text x="50%" y="96%" text-anchor="middle" fill="#94908a" font-family="Inter, sans-serif" font-size="20" letter-spacing="6">PUDU KETTYBOT</text>
|
|
</svg>
|