'use client'; import { useColorShift } from "../logo"; export const ColorChangeName = () => { const { firstColor, secondColor, thirdColor } = useColorShift(14000); return ( <> Mikayla Dobson

Software Engineer

Pragmatic software design with style and artistry.

) }