Update src/app/page.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user