@@ -7,7 +7,8 @@ import FloatingIcon, { SocialIcon } from '@stateless/FloatingIcon'
77import GradientTracing from '@stateless/GradientTracing'
88import Footer from '@stateless/Footer'
99import StarBack from '@stateless/StarBackground'
10- import OrbitingCirclesDemo from '@stateless/OrbitingCircles'
10+ // import OrbitingCirclesDemo from '@stateless/OrbitingCircles'
11+ import FixTabs from '@stateless/FixTabs'
1112
1213import StickyCard from '@stateless/StickyCard'
1314import SpringPng from '@assets/images/spring.png'
@@ -16,9 +17,9 @@ import SongPng from '@assets/images/song.png'
1617import XuePng from '@assets/images/xue.png'
1718
1819import { Command , Cannabis , Beer , Mail } from 'lucide-react'
19- import ScriptView from '@stateless/ScriptView'
20- import AnimatedList from '@stateless/AnimatedList'
21- import { DraggableList , DraggableItem } from '@stateless/DraggableList'
20+ // import ScriptView from '@stateless/ScriptView'
21+ // import AnimatedList from '@stateless/AnimatedList'
22+ // import { DraggableList, DraggableItem } from '@stateless/DraggableList'
2223import FixCarousel from '@stateless/FixCarouse'
2324import styles from './index.module.less'
2425
@@ -107,17 +108,18 @@ const dateDifference = (date1, date2) => {
107108}
108109
109110const ProDemo = ( ) => {
110- const [ items , setItems ] = useState ( [
111- { id : '1' , content : < DraggableItem > First Item</ DraggableItem > } ,
112- { id : '2' , content : < DraggableItem > Second Item</ DraggableItem > } ,
113- { id : '3' , content : < DraggableItem > Third Item</ DraggableItem > } ,
114- ] )
115- const handleReorder = ( newItems ) => {
116- setItems ( newItems )
117- }
111+ // const [items, setItems] = useState([
112+ // { id: '1', content: <DraggableItem>First Item</DraggableItem> },
113+ // { id: '2', content: <DraggableItem>Second Item</DraggableItem> },
114+ // { id: '3', content: <DraggableItem>Third Item</DraggableItem> },
115+ // ])
116+ // const handleReorder = (newItems) => {
117+ // setItems(newItems)
118+ // }
118119
119120 return (
120121 < FixTabPanel >
122+ < FixTabs />
121123 < FixCarousel />
122124 { /* <OrbitingCirclesDemo /> */ }
123125 { /* <ScriptView showMultiplePackageOptions={true} codeLanguage="shell" commandMap={customCommandMap} /> */ }
0 commit comments