Update src/app/learn/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<ContactSplitForm
|
||||
title="Ready to Learn Python?"
|
||||
description="Get started with PyLearn today. Access all our tutorials, challenges, and the interactive interpreter. Join thousands of beginners learning to code."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B6sh1xZKNJYDe63NCnshCWKiPL/a-modern-code-editor-interface-displayin-1773824099697-e11e3078.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B6sh1xZKNJYDe63NCnshCWKiPL/a-modern-code-editor-interface-displayin-1773824099697-e11e3078.png?_wi=2"
|
||||
imageAlt="Python learning interface"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user