forked from emre/www_projectmycelium_com
refactor: standardize background color to #121212
- Replaced inconsistent gray-900 and #171717 background colors with unified #121212 across all pages - Removed unused imports from multiple component files - Cleaned up trailing spaces in className attributes
This commit is contained in:
@@ -3,7 +3,7 @@ import MessageBus from './animations/MessageBus'
|
||||
import ProxyDetection from './animations/ProxyDetection'
|
||||
import ProxyForwarding from './animations/ProxyForwarding'
|
||||
import ContentDistribution from './animations/ContentDistribution'
|
||||
import { H2, P, H3, CT, CP, Eyebrow } from '@/components/Texts'
|
||||
import { P, H3, Eyebrow } from '@/components/Texts'
|
||||
|
||||
export function Features() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user