From 9674a167455f1f1218b722c394a899b2d56a7cef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 12:40:33 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 165 +++++++++++++++++++++------------------------------- 1 file changed, 67 insertions(+), 98 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index b504b41..eb60422 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,111 +3,80 @@ import FeaturesMediaCarousel from '@/components/sections/features/FeaturesMediaC import FeaturesTaggedCards from '@/components/sections/features/FeaturesTaggedCards'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarCentered from '@/components/ui/NavbarCentered'; +import { Zap, Shield, Database } from 'lucide-react'; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
); -} +} \ No newline at end of file -- 2.49.1