Merge version_1 into main #2
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<MetricCardOne
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "50000",
|
||||
title: "Materials",
|
||||
description: "Comprehensive collection of quality educational resources",
|
||||
icon: BookOpen,
|
||||
id: "1", value: "50000", title: "Materials", description: "Comprehensive collection of quality educational resources", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "25000",
|
||||
title: "Active Users",
|
||||
description: "Students and teachers using our platform daily",
|
||||
icon: Users,
|
||||
id: "2", value: "25000", title: "Active Users", description: "Students and teachers using our platform daily", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "4.8",
|
||||
title: "Rating",
|
||||
description: "Average platform satisfaction from user reviews",
|
||||
icon: Star,
|
||||
id: "3", value: "4.8", title: "Rating", description: "Average platform satisfaction from user reviews", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "99",
|
||||
title: "% Secure",
|
||||
description: "Encrypted payments and protected user data",
|
||||
icon: Shield,
|
||||
id: "4", value: "99", title: "% Secure", description: "Encrypted payments and protected user data", icon: Shield,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -140,17 +106,12 @@ export default function CategoriesPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Exploring",
|
||||
href: "/materials",
|
||||
},
|
||||
text: "Start Exploring", href: "/materials"},
|
||||
{
|
||||
text: "Become Creator",
|
||||
href: "/upload",
|
||||
},
|
||||
text: "Become Creator", href: "/upload"},
|
||||
]}
|
||||
background={{
|
||||
variant: "circleGradient",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,87 +120,51 @@ export default function CategoriesPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Materials Library",
|
||||
href: "/materials",
|
||||
},
|
||||
label: "Materials Library", href: "/materials"},
|
||||
{
|
||||
label: "Categories",
|
||||
href: "/categories",
|
||||
},
|
||||
label: "Categories", href: "/categories"},
|
||||
{
|
||||
label: "Upload Material",
|
||||
href: "/upload",
|
||||
},
|
||||
label: "Upload Material", href: "/upload"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Account",
|
||||
items: [
|
||||
title: "Account", items: [
|
||||
{
|
||||
label: "My Account",
|
||||
href: "/account",
|
||||
},
|
||||
label: "My Account", href: "/account"},
|
||||
{
|
||||
label: "My Downloads",
|
||||
href: "/account/downloads",
|
||||
},
|
||||
label: "My Downloads", href: "/account/downloads"},
|
||||
{
|
||||
label: "Purchases",
|
||||
href: "/account/purchases",
|
||||
},
|
||||
label: "Purchases", href: "/account/purchases"},
|
||||
{
|
||||
label: "My Materials",
|
||||
href: "/account/materials",
|
||||
},
|
||||
label: "My Materials", href: "/account/materials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "/support",
|
||||
},
|
||||
label: "Support", href: "/support"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -16,8 +16,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Materials Library", href: "/materials" },
|
||||
{ label: "Categories", href: "/categories" },
|
||||
@@ -25,8 +24,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Account",
|
||||
items: [
|
||||
title: "Account", items: [
|
||||
{ label: "My Account", href: "/account" },
|
||||
{ label: "My Downloads", href: "/account/downloads" },
|
||||
{ label: "Purchases", href: "/account/purchases" },
|
||||
@@ -34,8 +32,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -43,8 +40,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -83,7 +79,7 @@ export default function ContactPage() {
|
||||
{ text: "Send Message", href: "#" },
|
||||
{ text: "View FAQ", href: "#" },
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -34,9 +34,7 @@ export default function MaterialsPage() {
|
||||
]}
|
||||
brandName="EduShare"
|
||||
button={{
|
||||
text: "Upload Material",
|
||||
href: "/upload",
|
||||
}}
|
||||
text: "Upload Material", href: "/upload"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,8 +113,7 @@ export default function MaterialsPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Materials Library", href: "/materials" },
|
||||
{ label: "Categories", href: "/" },
|
||||
@@ -163,8 +121,7 @@ export default function MaterialsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Account",
|
||||
items: [
|
||||
title: "Account", items: [
|
||||
{ label: "My Account", href: "/" },
|
||||
{ label: "My Downloads", href: "/" },
|
||||
{ label: "Purchases", href: "/" },
|
||||
@@ -172,8 +129,7 @@ export default function MaterialsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Contact", href: "/" },
|
||||
{ label: "Blog", href: "/" },
|
||||
@@ -181,8 +137,7 @@ export default function MaterialsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
|
||||
133
src/app/page.tsx
133
src/app/page.tsx
@@ -10,7 +10,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import Link from "next/link";
|
||||
import { Star, Folders, CheckCircle, BookOpen, Users, Shield } from "lucide-react";
|
||||
import { Star, Folders, CheckCircle, BookOpen, Users, Shield, MessageSquare } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -22,8 +22,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Materials Library", href: "/materials" },
|
||||
{ label: "Categories", href: "/categories" },
|
||||
@@ -31,8 +30,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Account",
|
||||
items: [
|
||||
title: "Account", items: [
|
||||
{ label: "My Account", href: "/account" },
|
||||
{ label: "My Downloads", href: "/account/downloads" },
|
||||
{ label: "Purchases", href: "/account/purchases" },
|
||||
@@ -40,8 +38,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -49,8 +46,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -90,7 +86,7 @@ export default function HomePage() {
|
||||
{ text: "Upload Material", href: "/upload" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tablet-books-arrangement_23-2149765756.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tablet-books-arrangement_23-2149765756.jpg"
|
||||
imageAlt="Modern educational marketplace platform interface"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="browser"
|
||||
@@ -106,26 +102,11 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Advanced Biology Slides 2025",
|
||||
price: "2,500 сум",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-english-lessons-kids-youtube-channel-art_23-2149252646.jpg?_wi=1",
|
||||
imageAlt: "Advanced Biology presentation slides",
|
||||
},
|
||||
id: "1", name: "Advanced Biology Slides 2025", price: "2,500 сум", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-english-lessons-kids-youtube-channel-art_23-2149252646.jpg", imageAlt: "Advanced Biology presentation slides"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Business Strategy Presentation",
|
||||
price: "3,000 сум",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-business-workshop-geometric-facebook-post_23-2149406379.jpg?_wi=1",
|
||||
imageAlt: "Business strategy presentation materials",
|
||||
},
|
||||
id: "2", name: "Business Strategy Presentation", price: "3,000 сум", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-business-workshop-geometric-facebook-post_23-2149406379.jpg", imageAlt: "Business strategy presentation materials"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Complete Economics Coursework",
|
||||
price: "4,500 сум",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-desk-concept-with-slate-bottom_23-2147731433.jpg?_wi=1",
|
||||
imageAlt: "Economics coursework complete package",
|
||||
},
|
||||
id: "3", name: "Complete Economics Coursework", price: "4,500 сум", imageSrc: "http://img.b2bpic.net/free-photo/technology-desk-concept-with-slate-bottom_23-2147731433.jpg", imageAlt: "Economics coursework complete package"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -143,28 +124,16 @@ export default function HomePage() {
|
||||
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=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"},
|
||||
{
|
||||
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=1",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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=1",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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=1",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
@@ -180,32 +149,16 @@ export default function HomePage() {
|
||||
tagIcon={CheckCircle}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "50000",
|
||||
title: "Materials",
|
||||
description: "Comprehensive collection of quality educational resources",
|
||||
icon: BookOpen,
|
||||
id: "1", value: "50000", title: "Materials", description: "Comprehensive collection of quality educational resources", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "25000",
|
||||
title: "Active Users",
|
||||
description: "Students and teachers using our platform daily",
|
||||
icon: Users,
|
||||
id: "2", value: "25000", title: "Active Users", description: "Students and teachers using our platform daily", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "4.8",
|
||||
title: "Rating",
|
||||
description: "Average platform satisfaction from user reviews",
|
||||
icon: Star,
|
||||
id: "3", value: "4.8", title: "Rating", description: "Average platform satisfaction from user reviews", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "99",
|
||||
title: "% Secure",
|
||||
description: "Encrypted payments and protected user data",
|
||||
icon: Shield,
|
||||
id: "4", value: "99", title: "% Secure", description: "Encrypted payments and protected user data", icon: Shield,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -220,56 +173,20 @@ export default function HomePage() {
|
||||
title="Student & Teacher Reviews"
|
||||
description="Hear from our community members about their experience with EduShare"
|
||||
tag="Testimonials"
|
||||
tagIcon={undefined}
|
||||
tagIcon={MessageSquare}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alexei Petrov",
|
||||
handle: "@alexei_study",
|
||||
testimonial: "EduShare completely changed how I prepare for exams. The quality of materials is outstanding and prices are very reasonable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-scientist_23-2148820194.jpg",
|
||||
imageAlt: "Alexei Petrov student",
|
||||
},
|
||||
id: "1", name: "Alexei Petrov", handle: "@alexei_study", testimonial: "EduShare completely changed how I prepare for exams. The quality of materials is outstanding and prices are very reasonable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-scientist_23-2148820194.jpg", imageAlt: "Alexei Petrov student"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marina Sokolova",
|
||||
handle: "@prof_marina",
|
||||
testimonial: "As a teacher, I use EduShare to share my course materials with students. The platform is intuitive and secure for transactions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-woman-glasses-holding-book_171337-19316.jpg",
|
||||
imageAlt: "Marina Sokolova teacher",
|
||||
},
|
||||
id: "2", name: "Marina Sokolova", handle: "@prof_marina", testimonial: "As a teacher, I use EduShare to share my course materials with students. The platform is intuitive and secure for transactions.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-woman-glasses-holding-book_171337-19316.jpg", imageAlt: "Marina Sokolova teacher"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dmitri Volkov",
|
||||
handle: "@dmitri_learn",
|
||||
testimonial: "The search system is powerful and fast. I found exactly what I needed for my diploma project in minutes. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-dark-haired-serious-girl-jeans-jacket-glasses-reads-book-against-summer-green-park_231208-4230.jpg",
|
||||
imageAlt: "Dmitri Volkov student",
|
||||
},
|
||||
id: "3", name: "Dmitri Volkov", handle: "@dmitri_learn", testimonial: "The search system is powerful and fast. I found exactly what I needed for my diploma project in minutes. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/happy-dark-haired-serious-girl-jeans-jacket-glasses-reads-book-against-summer-green-park_231208-4230.jpg", imageAlt: "Dmitri Volkov student"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ekaterina Dmitriyeva",
|
||||
handle: "@kate_educator",
|
||||
testimonial: "Best platform for academic resource sharing. The rating system ensures only quality materials are promoted. Great community!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-outdoors_23-2149915911.jpg",
|
||||
imageAlt: "Ekaterina Dmitriyeva educator",
|
||||
},
|
||||
id: "4", name: "Ekaterina Dmitriyeva", handle: "@kate_educator", testimonial: "Best platform for academic resource sharing. The rating system ensures only quality materials are promoted. Great community!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-outdoors_23-2149915911.jpg", imageAlt: "Ekaterina Dmitriyeva educator"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ivan Nikolaev",
|
||||
handle: "@ivan_success",
|
||||
testimonial: "Purchased several coursework guides and they helped me tremendously. Excellent value for money and quick downloads.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-attractive-caucasian-girl-jacket-standing-university-library-with-worksheets-books-smiling-happy-look-away-dreamy-studying-project-courses-pose-hall_197531-30586.jpg",
|
||||
imageAlt: "Ivan Nikolaev student",
|
||||
},
|
||||
id: "5", name: "Ivan Nikolaev", handle: "@ivan_success", testimonial: "Purchased several coursework guides and they helped me tremendously. Excellent value for money and quick downloads.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-attractive-caucasian-girl-jacket-standing-university-library-with-worksheets-books-smiling-happy-look-away-dreamy-studying-project-courses-pose-hall_197531-30586.jpg", imageAlt: "Ivan Nikolaev student"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Olga Smirnova",
|
||||
handle: "@olga_teaching",
|
||||
testimonial: "The payment integration with Click and Payme is smooth. My students find it easy to purchase materials. Very satisfied with the service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-young-woman-holding-books-hand-looking-camera_23-2148066806.jpg",
|
||||
imageAlt: "Olga Smirnova teacher",
|
||||
},
|
||||
id: "6", name: "Olga Smirnova", handle: "@olga_teaching", testimonial: "The payment integration with Click and Payme is smooth. My students find it easy to purchase materials. Very satisfied with the service.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-young-woman-holding-books-hand-looking-camera_23-2148066806.jpg", imageAlt: "Olga Smirnova teacher"},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
@@ -286,7 +203,7 @@ export default function HomePage() {
|
||||
{ text: "Start Exploring", href: "/materials" },
|
||||
{ text: "Become Creator", href: "/upload" },
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -46,26 +44,11 @@ export default function UploadPage() {
|
||||
<ProductCardOne
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Advanced Biology Slides 2025",
|
||||
price: "2,500 сум",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-english-lessons-kids-youtube-channel-art_23-2149252646.jpg?_wi=3",
|
||||
imageAlt: "Advanced Biology presentation slides",
|
||||
},
|
||||
id: "1", name: "Advanced Biology Slides 2025", price: "2,500 сум", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-english-lessons-kids-youtube-channel-art_23-2149252646.jpg", imageAlt: "Advanced Biology presentation slides"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Business Strategy Presentation",
|
||||
price: "3,000 сум",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-business-workshop-geometric-facebook-post_23-2149406379.jpg?_wi=3",
|
||||
imageAlt: "Business strategy presentation materials",
|
||||
},
|
||||
id: "2", name: "Business Strategy Presentation", price: "3,000 сум", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-business-workshop-geometric-facebook-post_23-2149406379.jpg", imageAlt: "Business strategy presentation materials"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Complete Economics Coursework",
|
||||
price: "4,500 сум",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-desk-concept-with-slate-bottom_23-2147731433.jpg?_wi=3",
|
||||
imageAlt: "Economics coursework complete package",
|
||||
},
|
||||
id: "3", name: "Complete Economics Coursework", price: "4,500 сум", imageSrc: "http://img.b2bpic.net/free-photo/technology-desk-concept-with-slate-bottom_23-2147731433.jpg", imageAlt: "Economics coursework complete package"},
|
||||
]}
|
||||
title="Featured Materials"
|
||||
description="Trending and top-rated educational resources curated for you. Browse our most popular slides, presentations, and academic materials."
|
||||
@@ -82,32 +65,16 @@ export default function UploadPage() {
|
||||
<MetricCardOne
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "50000",
|
||||
title: "Materials",
|
||||
description: "Comprehensive collection of quality educational resources",
|
||||
icon: BookOpen,
|
||||
id: "1", value: "50000", title: "Materials", description: "Comprehensive collection of quality educational resources", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "25000",
|
||||
title: "Active Users",
|
||||
description: "Students and teachers using our platform daily",
|
||||
icon: Users,
|
||||
id: "2", value: "25000", title: "Active Users", description: "Students and teachers using our platform daily", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "4.8",
|
||||
title: "Rating",
|
||||
description: "Average platform satisfaction from user reviews",
|
||||
icon: Star,
|
||||
id: "3", value: "4.8", title: "Rating", description: "Average platform satisfaction from user reviews", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "99",
|
||||
title: "% Secure",
|
||||
description: "Encrypted payments and protected user data",
|
||||
icon: Shield,
|
||||
id: "4", value: "99", title: "% Secure", description: "Encrypted payments and protected user data", icon: Shield,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -127,17 +94,12 @@ export default function UploadPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Exploring",
|
||||
href: "/materials",
|
||||
},
|
||||
text: "Start Exploring", href: "/materials"},
|
||||
{
|
||||
text: "Become Creator",
|
||||
href: "/upload",
|
||||
},
|
||||
text: "Become Creator", href: "/upload"},
|
||||
]}
|
||||
background={{
|
||||
variant: "circleGradient",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,87 +108,51 @@ export default function UploadPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Materials Library",
|
||||
href: "/materials",
|
||||
},
|
||||
label: "Materials Library", href: "/materials"},
|
||||
{
|
||||
label: "Categories",
|
||||
href: "/categories",
|
||||
},
|
||||
label: "Categories", href: "/categories"},
|
||||
{
|
||||
label: "Upload Material",
|
||||
href: "/upload",
|
||||
},
|
||||
label: "Upload Material", href: "/upload"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Account",
|
||||
items: [
|
||||
title: "Account", items: [
|
||||
{
|
||||
label: "My Account",
|
||||
href: "/account",
|
||||
},
|
||||
label: "My Account", href: "/account"},
|
||||
{
|
||||
label: "My Downloads",
|
||||
href: "/account/downloads",
|
||||
},
|
||||
label: "My Downloads", href: "/account/downloads"},
|
||||
{
|
||||
label: "Purchases",
|
||||
href: "/account/purchases",
|
||||
},
|
||||
label: "Purchases", href: "/account/purchases"},
|
||||
{
|
||||
label: "My Materials",
|
||||
href: "/account/materials",
|
||||
},
|
||||
label: "My Materials", href: "/account/materials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "/support",
|
||||
},
|
||||
label: "Support", href: "/support"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user