diff --git a/src/app/page.tsx b/src/app/page.tsx index 6504d27..6d22a91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Activity, CheckCircle, Clock, Heart, Lightbulb, Move3d, PlugZap, Send, Shield, Star, TrendingUp, Workflow, Zap, Canvas, Grid3x3, Layers, Workflow as WorkflowIcon } from 'lucide-react'; +import { Activity, CheckCircle, Clock, Heart, Lightbulb, Move3d, PlugZap, Send, Shield, Star, TrendingUp, Workflow, Zap, Grid3x3, Layers } from 'lucide-react'; export default function LandingPage() { return ( @@ -67,7 +67,7 @@ export default function LandingPage() { tagIcon={Zap} features={[ { - icon: Canvas, + icon: Grid3x3, title: "Infinite Canvas", description: "Unlimited workspace to design workflows of any scale. Pan, zoom, and organize nodes freely without boundaries." }, {