- Introduced FounderSection component to highlight leadership and vision. - Created ServicesGrid component to display various robotics services offered. - Developed RoboticsScrollShowcase for showcasing robots with interactive elements. - Implemented RoboticsSplineShowcase featuring a 3D Spline scene for enhanced user experience. - Added reusable Card component for consistent styling across sections. - Integrated ContainerScroll for animated scrolling effects in the showcase. - Built SplineScene component for lazy loading Spline 3D scenes. - Added Spotlight component for interactive hover effects. - Created utility function for class name merging to streamline styling.
30 lines
1.7 KiB
XML
30 lines
1.7 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600" role="img" aria-label="Pudu D-Series industrial delivery robot silhouette">
|
|
<defs>
|
|
<radialGradient id="bg" cx="50%" cy="55%" r="60%">
|
|
<stop offset="0%" stop-color="#3a55c4" stop-opacity="0.32"/>
|
|
<stop offset="60%" stop-color="#0a0a0c" stop-opacity="0"/>
|
|
</radialGradient>
|
|
<linearGradient id="body" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#FBFBFD"/>
|
|
<stop offset="100%" stop-color="#6a73a5"/>
|
|
</linearGradient>
|
|
<linearGradient id="accent" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#DEE0F0"/>
|
|
<stop offset="100%" stop-color="#3a55c4"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="600" height="600" fill="url(#bg)"/>
|
|
<g transform="translate(300 380)">
|
|
<ellipse cx="0" cy="120" rx="200" ry="18" fill="#000" opacity="0.55"/>
|
|
<rect x="-180" y="-220" width="360" height="320" rx="36" fill="url(#body)" stroke="#3a3d52" stroke-width="2"/>
|
|
<rect x="-160" y="-200" width="320" height="40" rx="10" fill="#0a0a0c"/>
|
|
<rect x="-160" y="-140" width="320" height="80" rx="12" fill="#1c1b21"/>
|
|
<rect x="-160" y="-40" width="320" height="80" rx="12" fill="#1c1b21"/>
|
|
<rect x="-160" y="60" width="320" height="30" rx="10" fill="url(#accent)" opacity="0.85"/>
|
|
<rect x="-180" y="100" width="360" height="20" rx="8" fill="#0a0a0c"/>
|
|
<circle cx="-130" cy="120" r="26" fill="#0a0a0c" stroke="#5a5e7a" stroke-width="2"/>
|
|
<circle cx="130" cy="120" r="26" fill="#0a0a0c" stroke="#5a5e7a" stroke-width="2"/>
|
|
</g>
|
|
<text x="50%" y="96%" text-anchor="middle" fill="#8891C7" font-family="Inter, sans-serif" font-size="20" letter-spacing="6">PUDU D-SERIES</text>
|
|
</svg>
|