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" 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" 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", }, ]} 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' }, '*'); })(); +` + }} + /> + +