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:
@@ -64,7 +64,7 @@ export function StorageFeatures() {
|
||||
<section id="storage-features" className="bg-white py-24 sm:py-32">
|
||||
<Container>
|
||||
<div className="mx-auto max-w-3xl text-center">
|
||||
<Eyebrow>
|
||||
<Eyebrow className="text-cyan-500 uppercase tracking-[0.16em]">
|
||||
Core Features
|
||||
</Eyebrow>
|
||||
<SectionHeader as="h2" className="mt-6 text-gray-900">
|
||||
|
||||
Reference in New Issue
Block a user