diff --git a/src/app/page.tsx b/src/app/page.tsx index 57fcb0f..dc29688 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Diamond, Leaf, PenTool, ShieldCheck, Truck } from "lucide-react"; +import { Award, Diamond, Leaf, PenTool, ShieldCheck, Truck, Search, Users, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -28,330 +28,140 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);