forked from emre/www_projectmycelium_com
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:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user