diff --git a/src/app/page.tsx b/src/app/page.tsx index 67ec293..d7419e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import { Bot, BrainCircuit, Workflow, Zap, ArrowUpRight } from "lucide-react"; +import { Bot, BrainCircuit, Workflow, Zap, ArrowUpRight, Cpu, Network, Database } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -41,20 +41,20 @@ export default function WebAgency2Page() {