diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fb3d5f..0600ac6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import { Zap, Shield, CheckCircle, Star, Award } from 'lucide-react'; export default function LandingPage() { return ( @@ -26,336 +27,137 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file