diff --git a/src/app/page.tsx b/src/app/page.tsx index f8100aa..9bff873 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Clock, Tool, Zap } from "lucide-react"; +import { Clock, Wrench, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -27,271 +27,115 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
-
+
+
-
- -
+
+ +
- +
);