diff --git a/src/app/page.tsx b/src/app/page.tsx index 25eb0cc..7edeee8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Building2, Calendar, Smile } from "lucide-react"; +import { Building2, Calendar, Smile, Wifi, Car, Thermometer, Plane } from "lucide-react"; export default function LandingPage() { return ( @@ -28,431 +28,74 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
);