From 26eb406ba7b9f955eed6c927ed453563e4edc7ea Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:01:25 +0000 Subject: [PATCH 1/5] 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 2f06b9b..39736fb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -58,7 +58,7 @@ export default function AboutPage() { title: "Lessons & Exercises", }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/interactive-mathematics-learning-tools-v-1772946039944-8c7b64d0.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/interactive-mathematics-learning-tools-v-1772946039944-8c7b64d0.png?_wi=3" imageAlt="Interactive mathematics tools" mediaAnimation="slide-up" useInvertedBackground={false} @@ -81,7 +81,7 @@ export default function AboutPage() { "Engage with real-time feedback as you solve problems step-by-step. Our AI-powered system identifies your learning gaps and provides targeted practice.", tags: ["Learning", "Interactive"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/interactive-mathematics-learning-tools-v-1772946039944-8c7b64d0.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/interactive-mathematics-learning-tools-v-1772946039944-8c7b64d0.png?_wi=4", imageAlt: "Interactive problem solving", }, { @@ -92,7 +92,7 @@ export default function AboutPage() { "Whether you're a beginner or advanced learner, our adaptive curriculum adjusts to your pace and style. Progress through topics at your own speed with comprehensive guidance.", tags: ["Personalized", "Adaptive"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/a-screenshot-or-mockup-of-a-modern-mathe-1772946041721-f7ac2949.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/a-screenshot-or-mockup-of-a-modern-mathe-1772946041721-f7ac2949.png?_wi=3", imageAlt: "Learning path customization", }, ]} -- 2.49.1 From 47d9ff5ffaaa28130fef0d35b4ee9efd08be7e04 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:01:26 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4764749..3d93f69 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -88,28 +88,28 @@ export default function ContactPage() { id: "1", name: "Sarah Johnson", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/portrait-of-a-young-student-confident-an-1772946038377-79202c98.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/portrait-of-a-young-student-confident-an-1772946038377-79202c98.png?_wi=2", imageAlt: "Sarah Johnson", }, { id: "2", name: "Michael Chen", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/portrait-of-another-diverse-young-studen-1772946040031-8a0d09c5.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/portrait-of-another-diverse-young-studen-1772946040031-8a0d09c5.png?_wi=2", imageAlt: "Michael Chen", }, { id: "3", name: "Emily Rodriguez", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/portrait-of-a-third-student-with-diverse-1772946038932-5570ad22.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/portrait-of-a-third-student-with-diverse-1772946038932-5570ad22.png?_wi=2", imageAlt: "Emily Rodriguez", }, { id: "4", name: "David Kim", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/portrait-of-another-student-happy-and-su-1772946038750-da8f36d3.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/portrait-of-another-student-happy-and-su-1772946038750-da8f36d3.png?_wi=2", imageAlt: "David Kim", }, ]} -- 2.49.1 From b99f053f31e6d6de7d13f8bbe687a2fe52883c2d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:01:27 +0000 Subject: [PATCH 3/5] Update src/app/courses/page.tsx --- src/app/courses/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index 537b437..3da9e12 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -56,7 +56,7 @@ export default function CoursesPage() { name: "Algebra Fundamentals", price: "Free", variant: "Beginner • 24 Lessons", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/a-course-card-or-thumbnail-for-an-algebr-1772946038996-6e74196b.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/a-course-card-or-thumbnail-for-an-algebr-1772946038996-6e74196b.png?_wi=2", imageAlt: "Algebra course", }, { @@ -64,7 +64,7 @@ export default function CoursesPage() { name: "Geometry Essentials", price: "Free", variant: "Beginner • 20 Lessons", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/a-course-card-for-geometry-featuring-geo-1772946039410-53ee85cc.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/a-course-card-for-geometry-featuring-geo-1772946039410-53ee85cc.png?_wi=2", imageAlt: "Geometry course", }, { @@ -72,7 +72,7 @@ export default function CoursesPage() { name: "Calculus Advanced", price: "Premium", variant: "Advanced • 32 Lessons", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/a-calculus-course-card-showing-derivativ-1772946041446-7788440d.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeH4ugdtMqy72pjayyaJFdLcKs/a-calculus-course-card-showing-derivativ-1772946041446-7788440d.png?_wi=2", imageAlt: "Calculus course", }, ]} -- 2.49.1 From f778628eee235c49f5c50069007aee8aec3d86df Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:01:28 +0000 Subject: [PATCH 4/5] 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 1fa5fd8..39402f9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1435,6 +1435,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +