Update src/app/page.tsx

This commit is contained in:
2026-05-31 05:21:41 +00:00
parent 70508076b8
commit c671ff156b

View File

@@ -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,