forked from emre/www_projectmycelium_com
refactor: add device icons to PodsFeatures cards and wrap PodsPage sections with AnimatedSection
- Added useId import for unique gradient IDs in SVG icons - Created six device icon components: DeviceArrowIcon, DeviceCardsIcon, DeviceClockIcon, DeviceListIcon, DeviceLockIcon, DeviceChartIcon - Mapped icons array to use cases with corresponding device icons - Updated PodsFeatures to render icons above card titles with h-8 w-8 sizing - Added mt-6 spacing to card titles for icon separation - Wrapped all
This commit is contained in:
@@ -29,8 +29,7 @@ export function PodsHow() {
|
||||
|
||||
return (
|
||||
<section className="relative w-full bg-[#121212] overflow-hidden">
|
||||
<div className="max-w-7xl bg-[#121212] mx-auto py-6 border border-t-0 border-b-0 border-gray-800"></div>
|
||||
<div className="w-full border-t border-l border-r border-gray-800" />
|
||||
|
||||
|
||||
<div className="max-w-7xl mx-auto px-6 lg:px-8 py-12 border border-t-0 border-b-0 border-gray-800 bg-[#111111] overflow-hidden">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user