@@ -72,7 +72,7 @@ const toolCards = [
7272 <section class =" band band-hero" >
7373 <div class =" band-shell" >
7474 <div style =" position: relative; padding: clamp(16px, 4vw, 48px); border-radius: clamp(16px, 4vw, 32px); border: 1px solid rgba(255, 255, 255, 0.05); overflow: hidden; box-shadow: var(--shadow); box-sizing: border-box;" >
75- <div style ={ ` position: absolute; inset: 0; background-image: url(${withBase (" /images/hero_modular_cables.png" )}); background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 0; ` } ></div >
75+ <div class = " bg-breathe " style ={ ` position: absolute; inset: 0; background-image: url(${withBase (" /images/hero_modular_cables.png" )}); background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 0; ` } ></div >
7676 <div style =" position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,13,20,0.5) 0%, rgba(4,10,16,0.95) 100%); z-index: 1;" ></div >
7777 <div class =" display-grid" style =" position: relative; z-index: 2;" >
7878 <div >
@@ -186,7 +186,7 @@ const toolCards = [
186186 <section class =" band band-alt" >
187187 <div class =" band-shell" >
188188 <div style =" position: relative; padding: clamp(16px, 4vw, 48px); border-radius: clamp(16px, 4vw, 32px); border: 1px solid rgba(255, 255, 255, 0.05); overflow: hidden; box-shadow: var(--shadow); box-sizing: border-box;" >
189- <div style ={ ` position: absolute; inset: 0; background-image: url(${withBase (" /images/generative_abstract_mesh.png" )}); background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 0; ` } ></div >
189+ <div class = " bg-breathe " style ={ ` position: absolute; inset: 0; background-image: url(${withBase (" /images/generative_abstract_mesh.png" )}); background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 0; ` } ></div >
190190 <div style =" position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,10,16,0.95) 0%, rgba(6,13,20,0.4) 100%); z-index: 1;" ></div >
191191 <div class =" split-hero" style =" position: relative; z-index: 2;" >
192192 <div class =" feature-card" style =" background: rgba(3, 9, 15, 0.65); backdrop-filter: blur(12px); border-color: rgba(255, 255, 255, 0.08);" >
0 commit comments