We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ec8e5 commit e28192fCopy full SHA for e28192f
1 file changed
src/App.tsx
@@ -4,25 +4,18 @@ import { motion } from 'framer-motion';
4
import {
5
Brain,
6
Database,
7
- Lock,
8
- Zap,
9
Clock,
10
- Settings,
11
ArrowRight,
12
Github,
13
- Download,
14
Code,
15
Layers,
16
Cpu,
17
Shield,
18
Terminal,
19
- ChevronRight,
20
Command
21
} from 'lucide-react';
22
import './App.css';
23
import img0 from './assets/img0.png';
24
-import img1 from './assets/img1.png';
25
-import img3 from './assets/img3.png';
26
27
function App() {
28
const [isNavVisible, setIsNavVisible] = useState(true);
0 commit comments