From 31285b1c0cee8c7f99c7076d3d718eb30b1344db Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 18:48:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } -- 2.49.1