diff --git a/src/App.tsx b/src/App.tsx index f0eb56f..65ff11e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,324 +9,160 @@ import NavbarCentered from '@/components/ui/NavbarCentered'; import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; import TeamDetailedCards from '@/components/sections/team/TeamDetailedCards'; import TestimonialAvatarCard from '@/components/sections/testimonial/TestimonialAvatarCard'; -import { CheckCircle, Github, Linkedin, Server, Shield, Twitter, Zap } from "lucide-react"; +import { CheckCircle, Linkedin, Server, Twitter, Github, Zap, Shield } from "lucide-react"; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- + -
+ icon: "Zap", title: "Data Analytics", description: "Actionable insights from your complex data.", mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-digital-age-futuristic-lock-illustration_23-2151998475.jpg" } + ] + } + ]} + /> + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + ); -} +} \ No newline at end of file