@@ -4,6 +4,7 @@ import FixTabPanel from '@stateless/FixTabPanel'
44import AnimationTabs from '@stateless/AnimationTabs'
55import LogoSlider from '@stateless/LogoSlider'
66import FloatingIcon , { SocialIcon } from '@stateless/FloatingIcon'
7+ import GradientTracing from '@stateless/GradientTracing'
78import Footer from '@stateless/Footer'
89import StarBack from '@stateless/StarBackground'
910
@@ -128,34 +129,50 @@ const ProDemo = () => {
128129 </ div >
129130
130131 < LogoSlider companies = { companies } />
132+
133+ < section className = "flex flex-row items-center justify-center gap-5" >
134+ < GradientTracing width = { 300 } height = { 100 } path = "M0,50 Q150,0 300,50" />
135+ < GradientTracing
136+ width = { 200 }
137+ height = { 200 }
138+ path = "M100,0 L75,75 L125,75 L50,200 L100,100 L50,100 L100,0"
139+ gradientColors = { [ '#F1C40F' , '#F1C40F' , '#E67E22' ] }
140+ />
141+ < GradientTracing
142+ width = { 200 }
143+ height = { 200 }
144+ path = "M100,100 m0,-75 a75,75 0 1,1 -0.1,0 z"
145+ gradientColors = { [ '#7B68EE' , '#7B68EE' , '#3498DB' ] }
146+ />
147+ </ section >
148+
131149 < div className = "b relative mx-auto flex h-[20rem] w-full max-w-5xl flex-col items-start justify-start [perspective:1000px]" >
132150 < AnimationTabs tabs = { tabs } />
133151 </ div >
134152
135153 < Table columns = { columns } dataSource = { [ ] } pagination = { { pageSize : 50 } } scroll = { { y : 240 } } />
136154
137- < section class = "m-10 flex items-center justify-center gap-5" >
138- < div class = "mb-5 inline-block rounded-xl bg-gradient-to-tl from-blue-600 via-transparent to-purple-400 p-px" >
139- < div class = "min-w-20 rounded-xl bg-white px-3 py-1.5 text-3xl font-bold md:text-4xl lg:text-5xl lg:leading-tight dark:bg-neutral-900" >
140- < span class = "bg-gradient-to-tl from-blue-600 to-purple-400 bg-clip-text text-transparent" > 200+</ span >
155+ < section className = "m-10 flex items-center justify-center gap-5" >
156+ < div className = "mb-5 inline-block rounded-xl bg-gradient-to-tl from-blue-600 via-transparent to-purple-400 p-px" >
157+ < div className = "min-w-20 rounded-xl bg-white px-3 py-1.5 text-3xl font-bold md:text-4xl lg:text-5xl lg:leading-tight dark:bg-neutral-900" >
158+ < span className = "bg-gradient-to-tl from-blue-600 to-purple-400 bg-clip-text text-transparent" > 200+</ span >
141159 </ div >
142160 </ div >
143- < div class = "mb-5 inline-block rounded-xl bg-gradient-to-tl from-blue-600 via-transparent to-purple-400 p-px" >
144- < div class = "min-w-20 rounded-xl bg-white px-3 py-1.5 text-3xl font-bold md:text-4xl lg:text-5xl lg:leading-tight dark:bg-neutral-900" >
145- < span class = "bg-gradient-to-tl from-blue-600 to-purple-400 bg-clip-text text-transparent" > 400+</ span >
161+ < div className = "mb-5 inline-block rounded-xl bg-gradient-to-tl from-blue-600 via-transparent to-purple-400 p-px" >
162+ < div className = "min-w-20 rounded-xl bg-white px-3 py-1.5 text-3xl font-bold md:text-4xl lg:text-5xl lg:leading-tight dark:bg-neutral-900" >
163+ < span className = "bg-gradient-to-tl from-blue-600 to-purple-400 bg-clip-text text-transparent" > 400+</ span >
146164 </ div >
147165 </ div >
148- < div class = "mb-5 inline-block rounded-xl bg-gradient-to-tl from-blue-600 via-transparent to-purple-400 p-px" >
149- < div class = "min-w-20 rounded-xl bg-white px-3 py-1.5 text-3xl font-bold md:text-4xl lg:text-5xl lg:leading-tight dark:bg-neutral-900" >
150- < span class = "bg-gradient-to-tl from-blue-600 to-purple-400 bg-clip-text text-transparent" > 1200+</ span >
166+ < div className = "mb-5 inline-block rounded-xl bg-gradient-to-tl from-blue-600 via-transparent to-purple-400 p-px" >
167+ < div className = "min-w-20 rounded-xl bg-white px-3 py-1.5 text-3xl font-bold md:text-4xl lg:text-5xl lg:leading-tight dark:bg-neutral-900" >
168+ < span className = "bg-gradient-to-tl from-blue-600 to-purple-400 bg-clip-text text-transparent" > 1200+</ span >
151169 </ div >
152170 </ div >
153- < div class = "mb-5 inline-block rounded-xl bg-gradient-to-tl from-blue-600 via-transparent to-purple-400 p-px" >
154- < div class = "min-w-20 rounded-xl bg-white px-3 py-1.5 text-3xl font-bold md:text-4xl lg:text-5xl lg:leading-tight dark:bg-neutral-900" >
155- < span class = "bg-gradient-to-tl from-blue-600 to-purple-400 bg-clip-text text-transparent" > 2000+</ span >
171+ < div className = "mb-5 inline-block rounded-xl bg-gradient-to-tl from-blue-600 via-transparent to-purple-400 p-px" >
172+ < div className = "min-w-20 rounded-xl bg-white px-3 py-1.5 text-3xl font-bold md:text-4xl lg:text-5xl lg:leading-tight dark:bg-neutral-900" >
173+ < span className = "bg-gradient-to-tl from-blue-600 to-purple-400 bg-clip-text text-transparent" > 2000+</ span >
156174 </ div >
157175 </ div >
158- < setion > </ setion >
159176 </ section >
160177 < Footer />
161178 </ FixTabPanel >
0 commit comments