From 5c3cc7ff107ae8b89a952d4ec89d2836d7dd490a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:38:10 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 302 +++++++++++++++++++++++++--------------------------- 1 file changed, 147 insertions(+), 155 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index cc323a8..735123a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,174 +8,166 @@ import HeroBrandCarousel from '@/components/sections/hero/HeroBrandCarousel'; import MetricsMinimalCards from '@/components/sections/metrics/MetricsMinimalCards'; import NavbarCentered from '@/components/ui/NavbarCentered'; import TestimonialMetricsCards from '@/components/sections/testimonial/TestimonialMetricsCards'; -import { Book, Code, Github, Users, Zap } from "lucide-react"; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + ); } \ No newline at end of file -- 2.49.1