forked from emre/www_projectmycelium_com
refactor: remove unused imports across cloud page components
- Cleaned up unused component imports (CircleBackground, Button, Texts components) - Removed unused utility function classNames - Changed button color prop from "dark" to "white" in CallToAction component
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { H3, H5, Eyebrow, P } from "@/components/Texts"
|
||||
import { H3, Eyebrow } from "@/components/Texts"
|
||||
import { Button } from "@/components/Button"
|
||||
|
||||
export function CloudHeroNew({ onGetStartedClick = () => {} }: { onGetStartedClick?: () => void }) {
|
||||
|
||||
Reference in New Issue
Block a user