diff --git a/attached_assets/image_1772636445481.png b/attached_assets/image_1772636445481.png new file mode 100644 index 0000000..1cd1028 Binary files /dev/null and b/attached_assets/image_1772636445481.png differ diff --git a/client/src/components/artist-pattern-bg.tsx b/client/src/components/artist-pattern-bg.tsx index fd32128..a62e540 100644 --- a/client/src/components/artist-pattern-bg.tsx +++ b/client/src/components/artist-pattern-bg.tsx @@ -35,9 +35,9 @@ export default function ArtistPatternBg({ children, className = "", seed = 42 }: name: ARTISTS[Math.floor(rng() * ARTISTS.length)], x: rng() * 100, y: (i / count) * 100 + (rng() - 0.5) * 8, - size: 10 + rng() * 10, - opacity: 0.06 + rng() * 0.09, - rotation: -12 + rng() * 24, + size: 11 + rng() * 11, + opacity: 0.08 + rng() * 0.12, + rotation: -15 + rng() * 30, italic: rng() > 0.6, }); } @@ -50,7 +50,7 @@ export default function ArtistPatternBg({ children, className = "", seed = 42 }: {items.map((item, i) => (