forked from emre/www_projectmycelium_com
refactor: remove unused imports across multiple components
- Fixed CloudPros export name from AgentPro to CloudPros - Removed unused H1, H4, and H3Icon imports from HomeAurora - Removed unused H3, P, and Eyebrow imports from NetworkDownload - Changed motion.H3 and motion.P to lowercase motion.h3 and motion.p in NetworkDownload - Removed unused Small import from PodsFeatures - Removed unused IconClockHour5 import from PodsHow
This commit is contained in:
@@ -27,7 +27,7 @@ const highlights = [
|
||||
},
|
||||
];
|
||||
|
||||
export function AgentPro() {
|
||||
export function CloudPros() {
|
||||
return (
|
||||
<section className="relative w-full bg-[#FDFDFD] overflow-hidden">
|
||||
{/* Top spacing line */}
|
||||
|
||||
Reference in New Issue
Block a user