diff --git a/src/app/page.tsx b/src/app/page.tsx index 6daea7c..0d7364f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award } from "lucide-react"; +import { Award, MapPin, Phone, Mail, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -31,22 +31,10 @@ export default function LandingPage() { - -
- -
- -
-
@@ -370,36 +106,8 @@ export default function LandingPage() {