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 ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + ); }