@@ -156,7 +156,7 @@ const ProDemo = () => {
156156 < GradientTracing
157157 width = { 250 }
158158 height = { 200 }
159- path = "M 50,20 L 50,120 L 50,60 L 200,60"
159+ path = "M 50,20 L 50,60 L 80,80 L 200,60"
160160 gradientColors = { [ '#FFA07A' , '#FFA07A' , '#FF6347' ] }
161161 />
162162 < GradientTracing
@@ -170,27 +170,21 @@ const ProDemo = () => {
170170 < GradientTracing
171171 width = { 200 }
172172 height = { 200 }
173- path = "M 20 ,20 L 20,120 L 170,120 "
173+ path = "M 50 ,20 L 100,20 L 60, 25 L 180, 25 "
174174 gradientColors = { [ '#FF69B4' , '#FF69B4' , '#8A2BE2' ] }
175175 />
176176 < GradientTracing
177177 width = { 200 }
178178 height = { 200 }
179- path = "M 150 ,20 L 150,120 L 20,120 "
179+ path = "M 50 ,20 L 100,20 L 100,30 L 150, 30 "
180180 gradientColors = { [ '#FF1493' , '#FF1493' , '#9400D3' ] }
181181 />
182182 < GradientTracing
183183 width = { 200 }
184184 height = { 200 }
185- path = "M 20,180 L 20,80 L 170,80 "
185+ path = "M 20,30 L 40,30 L 40,10 L 180, 10 "
186186 gradientColors = { [ '#FFA500' , '#FFA500' , '#FF4500' ] }
187187 />
188- < GradientTracing
189- width = { 200 }
190- height = { 200 }
191- path = "M 180,180 L 180,80 L 30,80"
192- gradientColors = { [ '#00BFFF' , '#00BFFF' , '#1E90FF' ] }
193- />
194188 </ section >
195189 < div className = "b relative mx-auto flex h-[20rem] w-full max-w-5xl flex-col items-start justify-start [perspective:1000px]" >
196190 < AnimationTabs tabs = { tabs } />
0 commit comments