diff --git a/src/app/page.tsx b/src/app/page.tsx index 0803586..38e8fb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Phone } from "lucide-react"; +import { Phone, Zap, Armchair, Shield, LayoutGrid, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -26,234 +26,91 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
);