Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -13,7 +13,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
|||||||
alertIcon: MessageCircle,
|
alertIcon: MessageCircle,
|
||||||
alertTitle: "New Sale!", alertMessage: "John just purchased a 'Pro Package'.", apps: [
|
alertTitle: "New Sale!", alertMessage: "John just purchased a 'Pro Package'.", apps: [
|
||||||
{
|
{
|
||||||
name: "Dashboard", icon: Window,
|
name: "Dashboard", icon: AppWindow,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Messages", icon: MessageCircle,
|
name: "Messages", icon: MessageCircle,
|
||||||
|
|||||||
Reference in New Issue
Block a user