refactor: remove unused props and imports, standardize Eyebrow styling in SecondaryFeatures and StorageFeatures

- Removed unused onGetStartedClick prop from CloudHeroNew component
- Removed unused H3 and P imports from NetworkDownload
- Added H3, P, and Eyebrow imports to SecondaryFeatures
- Replaced generic elements with typography components (Eyebrow, H3, P) in SecondaryFeatures
- Changed Eyebrow styling to text-cyan-500 uppercase tracking-[0.16em] in SecondaryFeatures
- Updated description text
This commit is contained in:
2025-11-18 14:36:58 +01:00
parent d2e2e87a0c
commit da5cf2d4a2
4 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
import { H3, Eyebrow, P } from "@/components/Texts"
import { Button } from "@/components/Button"
export function CloudHeroNew({ onGetStartedClick = () => {} }: { onGetStartedClick?: () => void }) {
export function CloudHeroNew() {
return (
<div className="">
{/* Boxed container */}