From 5fa7f0be0e850d9443b3e2a8685db88a06b4ce21 Mon Sep 17 00:00:00 2001 From: Chris Parsons Date: Thu, 23 Apr 2026 09:28:22 -0700 Subject: [PATCH] Glow on dots. --- app/components/marketing/LandingPage.tsx | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/app/components/marketing/LandingPage.tsx b/app/components/marketing/LandingPage.tsx index a6082c3..cb0d763 100644 --- a/app/components/marketing/LandingPage.tsx +++ b/app/components/marketing/LandingPage.tsx @@ -102,6 +102,7 @@ function BracketDecor({ flip = false, mobileTall = false }: { flip?: boolean; mo const gradId = `grad-${id}`; const glowId = `glow-${id}`; + const dotsGlowId = `dots-glow-${id}`; const finalsGlowId = `finals-glow-${id}`; const finalsHaloId = `finals-halo-${id}`; const finalsFadeMaskGradId = `finals-fade-mask-grad-${id}`; @@ -161,6 +162,14 @@ function BracketDecor({ flip = false, mobileTall = false }: { flip?: boolean; mo + + + + + + + + {r3Ys.map((midY) => ( @@ -177,26 +186,26 @@ function BracketDecor({ flip = false, mobileTall = false }: { flip?: boolean; mo {r1Ys.map((y) => ( - + ))} {r2Ys.map((midY, i) => ( - + ))} {r3Ys.map((midY, i) => ( - + ))} - +