From da11277787dcccb3bba9c6b1df30fc92398609bf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:33:08 +0000 Subject: [PATCH 1/7] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cad78d4..3434285 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -93,19 +93,19 @@ export default function AboutPage() { 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", + imageSrc: "/placeholders/placeholder1.webp?_wi=4", }, { 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", + imageSrc: "/placeholders/placeholder1.webp?_wi=5", }, { 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", + imageSrc: "/placeholders/placeholder1.webp?_wi=6", }, ]} animationType="blur-reveal" -- 2.49.1 From 499be1b50e919cb89326480497c232f625bc62bc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:33:08 +0000 Subject: [PATCH 2/7] Update src/app/account/page.tsx --- src/app/account/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx index a5d7748..393b09b 100644 --- a/src/app/account/page.tsx +++ b/src/app/account/page.tsx @@ -93,19 +93,19 @@ export default function AccountPage() { 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", + imageSrc: "/placeholders/placeholder1.webp?_wi=1", }, { 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", + imageSrc: "/placeholders/placeholder1.webp?_wi=2", }, { 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", + imageSrc: "/placeholders/placeholder1.webp?_wi=3", }, ]} animationType="blur-reveal" -- 2.49.1 From 7a68eea6f0a9e3b39f49e0b538246f7d9775055f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:33:09 +0000 Subject: [PATCH 3/7] Update src/app/categories/page.tsx --- src/app/categories/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/categories/page.tsx b/src/app/categories/page.tsx index a163677..01fba6c 100644 --- a/src/app/categories/page.tsx +++ b/src/app/categories/page.tsx @@ -56,28 +56,28 @@ export default function CategoriesPage() { 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", + imageSrc: "http://img.b2bpic.net/free-vector/back-school-objects_23-2147501391.jpg?_wi=4", 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", + imageSrc: "http://img.b2bpic.net/free-vector/set-back-school-cards-flat-style_23-2147847363.jpg?_wi=3", 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", + imageSrc: "http://img.b2bpic.net/free-vector/online-education-infographics_1284-6999.jpg?_wi=4", 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", + imageSrc: "http://img.b2bpic.net/free-vector/modern-education-concept-with-flat-design_23-2147915761.jpg?_wi=2", imageAlt: "diploma thesis icon academic graduation", }, ]} -- 2.49.1 From 9386e33877c1089afd47d6346630a80be80c866f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:33:09 +0000 Subject: [PATCH 4/7] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index db07fc7..b6847b5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1417,6 +1417,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +