From 91aa300f40d3fcc91314a0f677c853790ac0e64d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 08:55:47 +0000 Subject: [PATCH] Update src/app/learn/page.tsx --- src/app/learn/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/learn/page.tsx b/src/app/learn/page.tsx index 58f52db..96f6b2e 100644 --- a/src/app/learn/page.tsx +++ b/src/app/learn/page.tsx @@ -52,7 +52,7 @@ export default function LearnPage() { { text: "View All Topics", href: "/learn" } ]} buttonAnimation="blur-reveal" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B6sh1xZKNJYDe63NCnshCWKiPL/an-educational-lesson-interface-showing--1773824099800-8c0e260b.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B6sh1xZKNJYDe63NCnshCWKiPL/an-educational-lesson-interface-showing--1773824099800-8c0e260b.png?_wi=2" imageAlt="Python learning lessons" mediaAnimation="slide-up" /> @@ -74,7 +74,7 @@ export default function LearnPage() { title: "Python Basics Module", subtitle: "Variables, Data Types, and Operations", description: "Start your Python journey with the fundamentals. Learn about variables, different data types (strings, integers, floats), basic operations, and how Python interprets your code. Perfect foundation for beginners.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B6sh1xZKNJYDe63NCnshCWKiPL/a-welcoming-introduction-scene-to-python-1773824099453-712f97b3.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B6sh1xZKNJYDe63NCnshCWKiPL/a-welcoming-introduction-scene-to-python-1773824099453-712f97b3.png?_wi=2", imageAlt: "Python basics introduction" }, { @@ -83,7 +83,7 @@ export default function LearnPage() { title: "Loops and Conditionals", subtitle: "Decision Making and Iteration", description: "Master if-else statements for decision making and loops for iteration. Learn about for loops, while loops, and how to control program flow. Build the logic skills needed for real programs.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B6sh1xZKNJYDe63NCnshCWKiPL/an-intermediate-python-programmer-workin-1773824099739-6f478f46.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B6sh1xZKNJYDe63NCnshCWKiPL/an-intermediate-python-programmer-workin-1773824099739-6f478f46.png?_wi=2", imageAlt: "Python control flow" }, { @@ -92,7 +92,7 @@ export default function LearnPage() { title: "Functions and Data Structures", subtitle: "Lists, Dictionaries, and Reusable Code", description: "Learn to write reusable functions, organize your code efficiently, and manage complex data with lists and dictionaries. Understand how to structure Python programs professionally.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B6sh1xZKNJYDe63NCnshCWKiPL/a-coding-challenges-platform-showing-beg-1773824100597-aef15a40.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B6sh1xZKNJYDe63NCnshCWKiPL/a-coding-challenges-platform-showing-beg-1773824100597-aef15a40.png?_wi=2", imageAlt: "Python functions and structures" } ]} @@ -103,7 +103,7 @@ export default function LearnPage() {