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

@@ -1,6 +1,5 @@
import { H1, H4, H3, H5, Eyebrow } from "@/components/Texts"
import { H3, H5, Eyebrow } from "@/components/Texts"
import { Button } from "@/components/Button"
import { H3Icon } from "@heroicons/react/20/solid"
export function HomeAurora({ onGetStartedClick }: { onGetStartedClick: () => void }) {
return (