diff --git a/src/app/page.tsx b/src/app/page.tsx index 482b9aa..39a8f7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { BarChart2, Camera, CheckCircle, Cloud, Code, Globe, Home, Layout, MapPin, MessageCircle, Settings, Smartphone, Smile, Sparkles, Users, Window } from "lucide-react"; +import { AppWindow, BarChart2, Camera, CheckCircle, Cloud, Code, Globe, Home, Layout, MapPin, MessageCircle, Settings, Smartphone, Smile, Sparkles, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -155,7 +155,7 @@ export default function LandingPage() { alertIcon: MessageCircle, alertTitle: "New Sale!", alertMessage: "John just purchased a 'Pro Package'.", apps: [ { - name: "Dashboard", icon: Window, + name: "Dashboard", icon: AppWindow, }, { name: "Messages", icon: MessageCircle,