diff --git a/src/app/page.tsx b/src/app/page.tsx index 947a593..0776546 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardThree from "@/components/sections/product/ProductCardThree"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Hammer, Building, CheckCircle, DollarSign, Clock, MapPin, Wrench, Image, Phone, Star } from "lucide-react"; +import { Hammer, Building, CheckCircle, DollarSign, Clock, MapPin, Wrench, Image, Phone, Star, Hammer as HammerIcon, Droplet, UtensilsCrossed, Drill, Brush, Paintbrush, Waves, DoorOpen, AlertTriangle } from "lucide-react"; export default function LandingPage() { return ( @@ -92,22 +92,64 @@ export default function LandingPage() { + + +
+ +
+ +
+ +
+ + + + ); +}