diff --git a/eatdoge/src/App.tsx b/eatdoge/src/App.tsx index 9399282f..02c4706f 100644 --- a/eatdoge/src/App.tsx +++ b/eatdoge/src/App.tsx @@ -111,6 +111,18 @@ export default function App({ dogeSrc }: { dogeSrc: string }) { })), [], ) + const loaderParticles = useMemo( + () => + Array.from({ length: 18 }, (_, index) => ({ + id: index, + size: 4 + ((index * 3) % 8), + left: `${8 + ((index * 17.5) % 84)}%`, + top: `${10 + ((index * 21.3) % 80)}%`, + delay: index * 0.12, + duration: 2.8 + (index % 5) * 0.6, + })), + [], + ) return (
+ EatDoge +
+very snack • much wow
+