diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c519dc..0e86e66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ import { Linkedin, Github, Twitter, - MailBox as Balance + Mailbox } from "lucide-react"; export default function LandingPage() { @@ -527,7 +527,7 @@ export default function LandingPage() { }, { title: "Popular Examples", description: "Common uses of natural language processing", bentoComponent: "3d-task-list", items: [ - { icon: Mail, label: "Email Spam Filters", time: "Common" }, + { icon: Mailbox, label: "Email Spam Filters", time: "Common" }, { icon: Languages, label: "Machine Translation", time: "Essential" }, { icon: MessageCircle, label: "Chatbots", time: "Growing" } ] @@ -622,7 +622,7 @@ export default function LandingPage() { logoText="AI Education Hub" copyrightText="© 2024 Unit 1: AI Project Cycle & Ethical Frameworks | Educational Content" socialLinks={[ - { icon: Mail, href: "mailto:education@aiproject.com", ariaLabel: "Email us" }, + { icon: Mailbox, href: "mailto:education@aiproject.com", ariaLabel: "Email us" }, { icon: Linkedin, href: "#linkedin", ariaLabel: "LinkedIn" }, { icon: Github, href: "#github", ariaLabel: "GitHub" }, { icon: Twitter, href: "#twitter", ariaLabel: "Twitter" }