diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f08d8a..dfa9f16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,10 +67,10 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Real-time Collaboration", description: "Work together seamlessly with instant updates and live cursors", imageSrc: "http://img.b2bpic.net/free-photo/group-asia-businessman-businesswoman-using-computer-presentation-communication-meeting-brainstorming-ideas_7861-3140.jpg", imageAlt: "Real-time collaboration interface", buttonIcon: ArrowRight, + title: "Real-time Collaboration", description: "Work together seamlessly with instant updates and live cursors", imageSrc: "http://img.b2bpic.net/free-photo/group-asia-businessman-businesswoman-using-computer-presentation-communication-meeting-brainstorming-ideas_7861-3140.jpg?_wi=1", imageAlt: "Real-time collaboration interface", buttonIcon: ArrowRight, buttonHref: "#"}, { - title: "Smart Templates", description: "Pre-built templates for every project type and workflow", imageSrc: "http://img.b2bpic.net/free-photo/brown-desktop-with-coffee-cup-laptop-office-supplies_23-2147979161.jpg", imageAlt: "Template library showcase", buttonIcon: ArrowRight, + title: "Smart Templates", description: "Pre-built templates for every project type and workflow", imageSrc: "http://img.b2bpic.net/free-photo/brown-desktop-with-coffee-cup-laptop-office-supplies_23-2147979161.jpg?_wi=1", imageAlt: "Template library showcase", buttonIcon: ArrowRight, buttonHref: "#"}, { title: "AI-Powered Assistant", description: "Intelligent automation that learns your preferences", imageSrc: "http://img.b2bpic.net/free-photo/data-center-employee-deploying-ai-solutions-optimizing-equipment_482257-130473.jpg", imageAlt: "AI assistant interface", buttonIcon: ArrowRight, @@ -79,10 +79,10 @@ export default function LandingPage() { title: "Universal Sync", description: "Access your workspace anywhere, anytime, on any device", imageSrc: "http://img.b2bpic.net/free-photo/software-developers-using-laptop-data-center-managing-server-virtualization_482257-122525.jpg", imageAlt: "Cross-platform synchronization", buttonIcon: ArrowRight, buttonHref: "#"}, { - title: "Advanced Analytics", description: "Deep insights into your workspace usage and team activity", imageSrc: "http://img.b2bpic.net/free-photo/group-asia-businessman-businesswoman-using-computer-presentation-communication-meeting-brainstorming-ideas_7861-3140.jpg", imageAlt: "Analytics dashboard", buttonIcon: ArrowRight, + title: "Advanced Analytics", description: "Deep insights into your workspace usage and team activity", imageSrc: "http://img.b2bpic.net/free-photo/group-asia-businessman-businesswoman-using-computer-presentation-communication-meeting-brainstorming-ideas_7861-3140.jpg?_wi=2", imageAlt: "Analytics dashboard", buttonIcon: ArrowRight, buttonHref: "#"}, { - title: "Enterprise Security", description: "Bank-level encryption and compliance with global standards", imageSrc: "http://img.b2bpic.net/free-photo/brown-desktop-with-coffee-cup-laptop-office-supplies_23-2147979161.jpg", imageAlt: "Security features", buttonIcon: ArrowRight, + title: "Enterprise Security", description: "Bank-level encryption and compliance with global standards", imageSrc: "http://img.b2bpic.net/free-photo/brown-desktop-with-coffee-cup-laptop-office-supplies_23-2147979161.jpg?_wi=2", imageAlt: "Security features", buttonIcon: ArrowRight, buttonHref: "#"}, ]} textboxLayout="default" @@ -174,16 +174,16 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Project Management Hub", price: "$29/mo", variant: "Team Workspace • Included", imageSrc: "http://img.b2bpic.net/free-photo/call-center-manager-supervises-agents-logging-clients-interactions-csm-system_482257-117880.jpg", imageAlt: "Project management workspace", isFavorited: false, + id: "1", name: "Project Management Hub", price: "$29/mo", variant: "Team Workspace • Included", imageSrc: "http://img.b2bpic.net/free-photo/call-center-manager-supervises-agents-logging-clients-interactions-csm-system_482257-117880.jpg?_wi=1", imageAlt: "Project management workspace", isFavorited: false, }, { - id: "2", name: "Knowledge Base Master", price: "$29/mo", variant: "Documentation • Included", imageSrc: "http://img.b2bpic.net/free-photo/call-center-manager-supervises-agents-logging-clients-interactions-csm-system_482257-117880.jpg", imageAlt: "Knowledge base workspace", isFavorited: false, + id: "2", name: "Knowledge Base Master", price: "$29/mo", variant: "Documentation • Included", imageSrc: "http://img.b2bpic.net/free-photo/call-center-manager-supervises-agents-logging-clients-interactions-csm-system_482257-117880.jpg?_wi=2", imageAlt: "Knowledge base workspace", isFavorited: false, }, { - id: "3", name: "Creative Studio Pro", price: "$29/mo", variant: "Design Teams • Included", imageSrc: "http://img.b2bpic.net/free-photo/call-center-manager-supervises-agents-logging-clients-interactions-csm-system_482257-117880.jpg", imageAlt: "Creative studio workspace", isFavorited: false, + id: "3", name: "Creative Studio Pro", price: "$29/mo", variant: "Design Teams • Included", imageSrc: "http://img.b2bpic.net/free-photo/call-center-manager-supervises-agents-logging-clients-interactions-csm-system_482257-117880.jpg?_wi=3", imageAlt: "Creative studio workspace", isFavorited: false, }, { - id: "4", name: "CRM Operations Suite", price: "$49/mo", variant: "Enterprise • Premium", imageSrc: "http://img.b2bpic.net/free-photo/call-center-manager-supervises-agents-logging-clients-interactions-csm-system_482257-117880.jpg", imageAlt: "CRM workspace", isFavorited: false, + id: "4", name: "CRM Operations Suite", price: "$49/mo", variant: "Enterprise • Premium", imageSrc: "http://img.b2bpic.net/free-photo/call-center-manager-supervises-agents-logging-clients-interactions-csm-system_482257-117880.jpg?_wi=4", imageAlt: "CRM workspace", isFavorited: false, }, ]} gridVariant="uniform-all-items-equal"