diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3434285..4527e13 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,14 +18,11 @@ export default function AboutPage() { ]; const navButton = { - text: "Upload Material", - href: "/upload", - }; + text: "Upload Material", href: "/upload"}; const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "Materials Library", href: "/materials" }, { label: "Categories", href: "/categories" }, @@ -33,8 +30,7 @@ export default function AboutPage() { ], }, { - title: "Account", - items: [ + title: "Account", items: [ { label: "My Account", href: "/account" }, { label: "My Downloads", href: "/account/downloads" }, { label: "Purchases", href: "/account/purchases" }, @@ -42,8 +38,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Blog", href: "/blog" }, @@ -51,8 +46,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -91,22 +85,13 @@ export default function AboutPage() { features={[ { id: 1, - title: "Quality Assurance", - description: "Every material on our platform is reviewed and rated by our community. We maintain high standards to ensure only quality educational content reaches students.", - imageSrc: "/placeholders/placeholder1.webp?_wi=4", - }, + title: "Quality Assurance", description: "Every material on our platform is reviewed and rated by our community. We maintain high standards to ensure only quality educational content reaches students.", imageSrc: "/placeholders/placeholder1.webp"}, { id: 2, - title: "Fair Compensation", - description: "Teachers and content creators are fairly compensated for their work. Transparent pricing and instant payments ensure educators are valued for their contributions.", - imageSrc: "/placeholders/placeholder1.webp?_wi=5", - }, + title: "Fair Compensation", description: "Teachers and content creators are fairly compensated for their work. Transparent pricing and instant payments ensure educators are valued for their contributions.", imageSrc: "/placeholders/placeholder1.webp"}, { id: 3, - title: "Secure Platform", - description: "Your transactions, personal data, and intellectual property are protected with enterprise-grade encryption and security measures.", - imageSrc: "/placeholders/placeholder1.webp?_wi=6", - }, + title: "Secure Platform", description: "Your transactions, personal data, and intellectual property are protected with enterprise-grade encryption and security measures.", imageSrc: "/placeholders/placeholder1.webp"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -120,32 +105,16 @@ export default function AboutPage() { description="The principles that guide everything we do at EduShare and define our commitment to our community." metrics={[ { - id: "1", - value: "100", - title: "%", - description: "Community-driven platform decisions and feedback", - icon: Heart, + id: "1", value: "100", title: "%", description: "Community-driven platform decisions and feedback", icon: Heart, }, { - id: "2", - value: "24", - title: "Hour", - description: "Support response time for all inquiries", - icon: Zap, + id: "2", value: "24", title: "Hour", description: "Support response time for all inquiries", icon: Zap, }, { - id: "3", - value: "99.9", - title: "%", - description: "Platform uptime and reliability guarantee", - icon: Globe, + id: "3", value: "99.9", title: "%", description: "Platform uptime and reliability guarantee", icon: Globe, }, { - id: "4", - value: "AES", - title: "256", - description: "Military-grade encryption for all data", - icon: Lock, + id: "4", value: "AES", title: "256", description: "Military-grade encryption for all data", icon: Lock, }, ]} gridVariant="uniform-all-items-equal" @@ -163,7 +132,7 @@ export default function AboutPage() { { text: "Get Started Today", href: "/materials" }, { text: "Share Your Materials", href: "/upload" }, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx index 393b09b..2f873e2 100644 --- a/src/app/account/page.tsx +++ b/src/app/account/page.tsx @@ -18,14 +18,11 @@ export default function AccountPage() { ]; const navButton = { - text: "Upload Material", - href: "/upload", - }; + text: "Upload Material", href: "/upload"}; const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "Materials Library", href: "/materials" }, { label: "Categories", href: "/categories" }, @@ -33,8 +30,7 @@ export default function AccountPage() { ], }, { - title: "Account", - items: [ + title: "Account", items: [ { label: "My Account", href: "/account" }, { label: "My Downloads", href: "/account/downloads" }, { label: "Purchases", href: "/account/purchases" }, @@ -42,8 +38,7 @@ export default function AccountPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Blog", href: "/blog" }, @@ -51,8 +46,7 @@ export default function AccountPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -91,22 +85,13 @@ export default function AccountPage() { features={[ { id: 1, - title: "My Downloads", - description: "Access all materials you have downloaded. View download history, ratings, and reviews. Quickly find previously purchased resources.", - imageSrc: "/placeholders/placeholder1.webp?_wi=1", - }, + title: "My Downloads", description: "Access all materials you have downloaded. View download history, ratings, and reviews. Quickly find previously purchased resources.", imageSrc: "/placeholders/placeholder1.webp"}, { id: 2, - title: "Purchase History", - description: "Review all your transactions, receipts, and spending. Track your purchases over time and manage payment methods securely.", - imageSrc: "/placeholders/placeholder1.webp?_wi=2", - }, + title: "Purchase History", description: "Review all your transactions, receipts, and spending. Track your purchases over time and manage payment methods securely.", imageSrc: "/placeholders/placeholder1.webp"}, { id: 3, - title: "My Materials", - description: "Manage materials you have uploaded. View earnings, ratings, and download statistics for each of your uploaded resources.", - imageSrc: "/placeholders/placeholder1.webp?_wi=3", - }, + title: "My Materials", description: "Manage materials you have uploaded. View earnings, ratings, and download statistics for each of your uploaded resources.", imageSrc: "/placeholders/placeholder1.webp"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -120,32 +105,16 @@ export default function AccountPage() { description="Track your activity and engagement on the EduShare platform at a glance." metrics={[ { - id: "1", - value: "24", - title: "Downloads", - description: "Materials downloaded by you", - icon: Download, + id: "1", value: "24", title: "Downloads", description: "Materials downloaded by you", icon: Download, }, { - id: "2", - value: "12", - title: "Purchases", - description: "Total materials purchased", - icon: ShoppingBag, + id: "2", value: "12", title: "Purchases", description: "Total materials purchased", icon: ShoppingBag, }, { - id: "3", - value: "8", - title: "Uploads", - description: "Materials you have shared", - icon: FileText, + id: "3", value: "8", title: "Uploads", description: "Materials you have shared", icon: FileText, }, { - id: "4", - value: "4.9", - title: "Rating", - description: "Your average seller rating", - icon: Settings, + id: "4", value: "4.9", title: "Rating", description: "Your average seller rating", icon: Settings, }, ]} gridVariant="uniform-all-items-equal" @@ -163,7 +132,7 @@ export default function AccountPage() { { text: "Upload New Material", href: "/upload" }, { text: "Browse More Materials", href: "/materials" }, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> 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() { diff --git a/src/app/materials/page.tsx b/src/app/materials/page.tsx index 63e5937..ba59add 100644 --- a/src/app/materials/page.tsx +++ b/src/app/materials/page.tsx @@ -34,9 +34,7 @@ export default function MaterialsPage() { ]} brandName="EduShare" button={{ - text: "Upload Material", - href: "/upload", - }} + text: "Upload Material", href: "/upload"}} animateOnLoad={true} /> @@ -50,47 +48,17 @@ export default function MaterialsPage() { tagIcon={Star} products={[ { - id: "1", - name: "Advanced Mathematics Lectures", - price: "3,500 сум", - imageSrc: "http://img.b2bpic.net/free-photo/tablet-books-arrangement_23-2149765756.jpg?_wi=2", - imageAlt: "Mathematics lecture materials", - }, + id: "1", name: "Advanced Mathematics Lectures", price: "3,500 сум", imageSrc: "http://img.b2bpic.net/free-photo/tablet-books-arrangement_23-2149765756.jpg", imageAlt: "Mathematics lecture materials"}, { - id: "2", - name: "Physics Lab Experiments Guide", - price: "2,800 сум", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-english-lessons-kids-youtube-channel-art_23-2149252646.jpg?_wi=2", - imageAlt: "Physics experiments guide", - }, + id: "2", name: "Physics Lab Experiments Guide", price: "2,800 сум", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-english-lessons-kids-youtube-channel-art_23-2149252646.jpg", imageAlt: "Physics experiments guide"}, { - id: "3", - name: "Chemistry Course Complete", - price: "4,200 сум", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-business-workshop-geometric-facebook-post_23-2149406379.jpg?_wi=2", - imageAlt: "Chemistry course materials", - }, + id: "3", name: "Chemistry Course Complete", price: "4,200 сум", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-business-workshop-geometric-facebook-post_23-2149406379.jpg", imageAlt: "Chemistry course materials"}, { - id: "4", - name: "Literature Essay Collection", - price: "2,000 сум", - imageSrc: "http://img.b2bpic.net/free-photo/technology-desk-concept-with-slate-bottom_23-2147731433.jpg?_wi=2", - imageAlt: "Literature essays", - }, + id: "4", name: "Literature Essay Collection", price: "2,000 сум", imageSrc: "http://img.b2bpic.net/free-photo/technology-desk-concept-with-slate-bottom_23-2147731433.jpg", imageAlt: "Literature essays"}, { - id: "5", - name: "History Timeline Presentation", - price: "1,500 сум", - imageSrc: "http://img.b2bpic.net/free-vector/back-school-objects_23-2147501391.jpg?_wi=2", - imageAlt: "History timeline presentation", - }, + id: "5", name: "History Timeline Presentation", price: "1,500 сум", imageSrc: "http://img.b2bpic.net/free-vector/back-school-objects_23-2147501391.jpg", imageAlt: "History timeline presentation"}, { - id: "6", - name: "Programming Fundamentals", - price: "5,000 сум", - imageSrc: "http://img.b2bpic.net/free-vector/online-education-infographics_1284-6999.jpg?_wi=2", - imageAlt: "Programming course", - }, + id: "6", name: "Programming Fundamentals", price: "5,000 сум", imageSrc: "http://img.b2bpic.net/free-vector/online-education-infographics_1284-6999.jpg", imageAlt: "Programming course"}, ]} gridVariant="bento-grid" animationType="slide-up" @@ -109,25 +77,16 @@ export default function MaterialsPage() { features={[ { id: 1, - title: "Exam Preparation", - description: - "Comprehensive exam guides, practice tests, and sample papers. Get ready for your exams with proven study materials.", - imageSrc: "http://img.b2bpic.net/free-vector/back-school-objects_23-2147501391.jpg?_wi=3", - }, + title: "Exam Preparation", description: + "Comprehensive exam guides, practice tests, and sample papers. Get ready for your exams with proven study materials.", imageSrc: "http://img.b2bpic.net/free-vector/back-school-objects_23-2147501391.jpg"}, { id: 2, - title: "Research Papers", - description: - "Academic research papers, theses, and scholarly articles across multiple disciplines for advanced study.", - imageSrc: "http://img.b2bpic.net/free-vector/set-back-school-cards-flat-style_23-2147847363.jpg?_wi=2", - }, + title: "Research Papers", description: + "Academic research papers, theses, and scholarly articles across multiple disciplines for advanced study.", imageSrc: "http://img.b2bpic.net/free-vector/set-back-school-cards-flat-style_23-2147847363.jpg"}, { id: 3, - title: "Project Templates", - description: - "Ready-made project templates, case studies, and implementation guides for real-world learning applications.", - imageSrc: "http://img.b2bpic.net/free-vector/online-education-infographics_1284-6999.jpg?_wi=3", - }, + title: "Project Templates", description: + "Ready-made project templates, case studies, and implementation guides for real-world learning applications.", imageSrc: "http://img.b2bpic.net/free-vector/online-education-infographics_1284-6999.jpg"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -144,7 +103,7 @@ export default function MaterialsPage() { { text: "Upload Your Material", href: "/upload" }, { text: "View Guidelines", href: "/" }, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -154,8 +113,7 @@ export default function MaterialsPage() { diff --git a/src/app/upload/page.tsx b/src/app/upload/page.tsx index 7411c9d..9d20130 100644 --- a/src/app/upload/page.tsx +++ b/src/app/upload/page.tsx @@ -35,9 +35,7 @@ export default function UploadPage() { navItems={navItems} brandName="EduShare" button={{ - text: "Upload Material", - href: "/upload", - }} + text: "Upload Material", href: "/upload"}} animateOnLoad={true} /> @@ -46,26 +44,11 @@ export default function UploadPage() { @@ -146,87 +108,51 @@ export default function UploadPage() {