From 74467624c69bc8e62f5ff798d6d7c8f871cfc9a1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 16:04:54 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 311 +++++++++++++++++++++++++--------------------------- 1 file changed, 149 insertions(+), 162 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index f33ca1b..ef7d2e9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,181 +8,168 @@ import NavbarCentered from '@/components/ui/NavbarCentered'; import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards'; import TeamDetailedCards from '@/components/sections/team/TeamDetailedCards'; import TestimonialAvatarCard from '@/components/sections/testimonial/TestimonialAvatarCard'; -import { Clock, Heart, Wheat, Instagram } from "lucide-react"; +import { Clock, Heart, Wheat } from "lucide-react"; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + ); } -- 2.49.1