diff --git a/src/app/page.tsx b/src/app/page.tsx index 36f3344..3eb2c48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, CheckCircle, Clock } from "lucide-react"; +import { Award, CheckCircle, Clock, MapPin, Phone, Globe } from "lucide-react"; export default function LandingPage() { return ( @@ -33,59 +33,26 @@ export default function LandingPage() {
@@ -94,313 +61,57 @@ export default function LandingPage() {
-
- -
-
- -
- -
- -
- -
- -
- -
- -
-
); -} +} \ No newline at end of file