Akureyri landscape
INSPIRED
BY
AKUREYRI'S
A beautiful city in Iceland
HEART
SHAPED
TRAFFIC
LIGHTS
Pulsing
LIGHT
MODE
Thinking
DARK
MODE
ABOUT
Thinking
1

Copy the RippleHeartAnimation.tsx component to your project

2

Add the .pixelated CSS class to your global styles

Import RippleHeartAnimation.tsx
import RippleHeartAnimation from "@/components/RippleHeartAnimation"

export default function MyComponent() {
  return (
    <div>
      <RippleHeartAnimation
        dotColor="#000000" // Black color
        duration={2000}
        width="20px"
        height="17px"
      />
    </div>
  )
}