diff --git a/components/sections/EffaceIntro.tsx b/components/sections/EffaceIntro.tsx index 2987303..d71dfc2 100644 --- a/components/sections/EffaceIntro.tsx +++ b/components/sections/EffaceIntro.tsx @@ -12,11 +12,11 @@ const MONO = "'JetBrains Mono', ui-monospace, monospace"; const CLUTTER = [ { src: "/clutter/c01.png", left: "6%", top: "8%", rot: -8, w: 96, dur: 5.4, delay: -0.2 }, { src: "/clutter/c02.png", left: "74%", top: "6%", rot: 10, w: 104, dur: 6, delay: -1.4 }, - { src: "/clutter/c03.png", left: "30%", top: "12%", rot: 6, w: 72, dur: 5, delay: -2.2 }, + { src: "/clutter/n01-notebook.png", left: "30%", top: "12%", rot: 6, w: 96, dur: 5, delay: -2.2 }, { src: "/clutter/c04.png", left: "88%", top: "24%", rot: -6, w: 64, dur: 5.8, delay: -0.8 }, - { src: "/clutter/c05.png", left: "11%", top: "30%", rot: -5, w: 110, dur: 6.4, delay: -3 }, + { src: "/clutter/n02-hashtag.png", left: "11%", top: "30%", rot: -5, w: 84, dur: 6.4, delay: -3 }, { src: "/clutter/c06.png", left: "52%", top: "18%", rot: 4, w: 78, dur: 5.2, delay: -1.9 }, - { src: "/clutter/c07.png", left: "5%", top: "60%", rot: 8, w: 86, dur: 5.6, delay: -0.5 }, + { src: "/clutter/n03-writing.png", left: "5%", top: "60%", rot: 8, w: 100, dur: 5.6, delay: -0.5 }, { src: "/clutter/c08.png", left: "90%", top: "52%", rot: -10, w: 70, dur: 5.1, delay: -2.6 }, { src: "/clutter/c09.png", left: "82%", top: "72%", rot: 7, w: 88, dur: 6.2, delay: -1.1 }, { src: "/clutter/c10.png", left: "15%", top: "78%", rot: -7, w: 78, dur: 5.7, delay: -3.4 }, diff --git a/public/clutter/n01-notebook.png b/public/clutter/n01-notebook.png new file mode 100644 index 0000000..9b53ea0 Binary files /dev/null and b/public/clutter/n01-notebook.png differ diff --git a/public/clutter/n02-hashtag.png b/public/clutter/n02-hashtag.png new file mode 100644 index 0000000..107571d Binary files /dev/null and b/public/clutter/n02-hashtag.png differ diff --git a/public/clutter/n03-writing.png b/public/clutter/n03-writing.png new file mode 100644 index 0000000..9618fec Binary files /dev/null and b/public/clutter/n03-writing.png differ