diff --git a/src/app/page.tsx b/src/app/page.tsx index a373eb8..d5753bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Sparkles, Monitor, Bot, MessageSquare, TrendingUp, Zap } from "lucide-react"; +import { Sparkles, Bot, TrendingUp, Zap } from "lucide-react"; export default function VantageDigitalPage() { return ( @@ -30,10 +30,10 @@ export default function VantageDigitalPage() {