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:
2025-11-17 14:43:39 +01:00
parent 57c39a8b2b
commit 3ab559aa84
5 changed files with 7 additions and 10 deletions

View File

@@ -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 */}