diff --git a/src/app/page.tsx b/src/app/page.tsx index 86f00c1..7dff317 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Heart, MapPin, Sparkles } from "lucide-react"; +import { Heart, MapPin, Sparkles, Droplets, Truck, Users, Mail, Instagram, Facebook } from "lucide-react"; export default function LandingPage() { return ( @@ -26,115 +26,114 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
-
+
+
-
- -
+
+ +
-
- -
+
+ +
- +
);