feat: enhance globe component with interactive controls and global markers
This commit is contained in:
@@ -6,7 +6,7 @@ import { SectionHeader } from '@/components/Texts'
|
||||
interface CountUpNumberProps {
|
||||
end: number
|
||||
className?: string
|
||||
color?: 'light' | 'primary' | 'secondary'
|
||||
color?: 'light' | 'primary' | 'secondary' | 'white'
|
||||
}
|
||||
|
||||
export function CountUpNumber({ end, className, color }: CountUpNumberProps) {
|
||||
|
||||
Reference in New Issue
Block a user