diff --git a/src/app/page.tsx b/src/app/page.tsx index b4fe7f9..172c0a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Archive, Building2, Clock, Diff, Eye, GitBranch, Github, Heart, Lightbulb, Linkedin, Lock, MessageSquare, RotateCcw, Settings, Share2, Shield, Sparkles, Star, Trending Up, Twitter, Users, Zap } from 'lucide-react'; +import { Archive, Building2, Clock, Diff, Eye, GitBranch, Github, Heart, Lightbulb, Linkedin, Lock, MessageSquare, RotateCcw, Settings, Share2, Shield, Sparkles, Star, TrendingUp, Twitter, Users, Zap } from 'lucide-react'; export default function LandingPage() { return (