From 272d9f4de59251831797ecb2ff0ba40aaf4b663f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 13:19:38 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 344 +++++++++++++++++++++++----------------------------- 1 file changed, 151 insertions(+), 193 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index a13e413..6f0699d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,212 +8,170 @@ import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import NavbarCentered from '@/components/ui/NavbarCentered'; import ProductRatingCards from '@/components/sections/product/ProductRatingCards'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Activity, BookOpen, Calendar, Heart, Home, Users } from "lucide-react"; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + ); } -- 2.49.1