From 3c7d9c42a213e3e243d8a8db2de2a7e441d4d525 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:35:20 +0000 Subject: [PATCH] Update src/app/categories/page.tsx --- src/app/categories/page.tsx | 139 +++++++++--------------------------- 1 file changed, 32 insertions(+), 107 deletions(-) diff --git a/src/app/categories/page.tsx b/src/app/categories/page.tsx index 01fba6c..ef91682 100644 --- a/src/app/categories/page.tsx +++ b/src/app/categories/page.tsx @@ -42,9 +42,7 @@ export default function CategoriesPage() { navItems={navItems} brandName="EduShare" button={{ - text: "Upload Material", - href: "/upload", - }} + text: "Upload Material", href: "/upload"}} animateOnLoad={true} /> @@ -54,32 +52,16 @@ export default function CategoriesPage() { features={[ { id: 1, - title: "Slides & Presentations", - description: "Professional presentation slides and lecture materials from expert educators. Covers diverse subjects and education levels.", - imageSrc: "http://img.b2bpic.net/free-vector/back-school-objects_23-2147501391.jpg?_wi=4", - imageAlt: "presentation slides icon educational category", - }, + title: "Slides & Presentations", description: "Professional presentation slides and lecture materials from expert educators. Covers diverse subjects and education levels.", imageSrc: "http://img.b2bpic.net/free-vector/back-school-objects_23-2147501391.jpg", imageAlt: "presentation slides icon educational category"}, { id: 2, - title: "Course Works", - description: "Comprehensive coursework assignments, projects, and study guides. Perfect reference materials for academic success.", - imageSrc: "http://img.b2bpic.net/free-vector/set-back-school-cards-flat-style_23-2147847363.jpg?_wi=3", - imageAlt: "coursework materials icon academic symbol", - }, + title: "Course Works", description: "Comprehensive coursework assignments, projects, and study guides. Perfect reference materials for academic success.", imageSrc: "http://img.b2bpic.net/free-vector/set-back-school-cards-flat-style_23-2147847363.jpg", imageAlt: "coursework materials icon academic symbol"}, { id: 3, - title: "Presentations", - description: "Business and academic presentations with professional designs. Ready-to-use templates and completed materials.", - imageSrc: "http://img.b2bpic.net/free-vector/online-education-infographics_1284-6999.jpg?_wi=4", - imageAlt: "presentation icon educational materials category", - }, + title: "Presentations", description: "Business and academic presentations with professional designs. Ready-to-use templates and completed materials.", imageSrc: "http://img.b2bpic.net/free-vector/online-education-infographics_1284-6999.jpg", imageAlt: "presentation icon educational materials category"}, { id: 4, - title: "Diploma Works", - description: "Thesis and diploma project examples, research papers, and academic writing samples for higher education.", - imageSrc: "http://img.b2bpic.net/free-vector/modern-education-concept-with-flat-design_23-2147915761.jpg?_wi=2", - imageAlt: "diploma thesis icon academic graduation", - }, + title: "Diploma Works", description: "Thesis and diploma project examples, research papers, and academic writing samples for higher education.", imageSrc: "http://img.b2bpic.net/free-vector/modern-education-concept-with-flat-design_23-2147915761.jpg", imageAlt: "diploma thesis icon academic graduation"}, ]} animationType="blur-reveal" title="Popular Categories" @@ -95,32 +77,16 @@ export default function CategoriesPage() { @@ -159,87 +120,51 @@ export default function CategoriesPage() {