diff --git a/src/app/page.tsx b/src/app/page.tsx index 1390de4..ec25b4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Building, HelpCircle, Lightbulb, Phone, ShieldCheck, Sparkles, Star, Tag, Tool, Trophy, Users, Zap } from "lucide-react"; +import { Award, Building, HelpCircle, Lightbulb, Phone, ShieldCheck, Sparkles, Star, Tag, Trophy, Users, Wrench, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -34,42 +34,24 @@ export default function LandingPage() { @@ -78,71 +60,44 @@ export default function LandingPage() {
@@ -239,50 +165,26 @@ export default function LandingPage() {