diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a7dde5..8c51f88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,8 +72,8 @@ export default function LandingPage() { title="Master Your Craft" description="Choose a category to start your journey into automated testing excellence." features={[ - { title: "Manual Testing", description: "Foundations of software quality assurance.", imageSrc: "http://img.b2bpic.net/free-photo/system-admin-working-diverse-computer-network-security-data-center_482257-118332.jpg", imageAlt: "Manual Testing" }, - { title: "Selenium", description: "Master web browser automation.", imageSrc: "http://img.b2bpic.net/free-photo/scripts-running-desktop-pc-monitors-upgrading-servers-data-center_482257-124076.jpg", imageAlt: "Selenium" }, + { title: "Manual Testing", description: "Foundations of software quality assurance.", imageSrc: "http://img.b2bpic.net/free-photo/system-admin-working-diverse-computer-network-security-data-center_482257-118332.jpg?_wi=1", imageAlt: "Manual Testing" }, + { title: "Selenium", description: "Master web browser automation.", imageSrc: "http://img.b2bpic.net/free-photo/scripts-running-desktop-pc-monitors-upgrading-servers-data-center_482257-124076.jpg?_wi=1", imageAlt: "Selenium" }, { title: "Java", description: "The backbone of robust test frameworks.", imageSrc: "http://img.b2bpic.net/free-photo/empty-it-department-office-used-building-machine-learning-software_482257-124290.jpg", imageAlt: "Java" }, { title: "Playwright", description: "Modern web automation for developers.", imageSrc: "http://img.b2bpic.net/free-photo/annoyed-worker-work-raging-after-losing-all-progress-due-computer-crash_482257-124211.jpg", imageAlt: "Playwright" }, { title: "JavaScript", description: "Learn scripting for automated tests.", imageSrc: "http://img.b2bpic.net/free-photo/data-center-manager-berating-employee-reproaching-performance-issues_482257-126743.jpg", imageAlt: "JavaScript" }, @@ -109,8 +109,8 @@ export default function LandingPage() { { id: "t1", name: "Sarah J.", role: "Senior QA", testimonial: "The structured path made learning Playwright incredibly fast.", imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-working-high-tech-server-hub_482257-124060.jpg" }, { id: "t2", name: "Mark D.", role: "Automation Lead", testimonial: "Best repository of Selenium interview questions I've found.", imageSrc: "http://img.b2bpic.net/free-photo/focus-lines-code-laptop-screen-used-by-data-center-engineers_482257-117920.jpg" }, { id: "t3", name: "Elena R.", role: "Software Engineer", testimonial: "I transitioned into testing thanks to these clear explanations.", imageSrc: "http://img.b2bpic.net/free-photo/hacker-girl-with-her-team-stealing-online-information-using-super-computers_482257-21774.jpg" }, - { id: "t4", name: "Kevin L.", role: "QA Analyst", testimonial: "API testing sections are top-tier.", imageSrc: "http://img.b2bpic.net/free-photo/system-admin-working-diverse-computer-network-security-data-center_482257-118332.jpg" }, - { id: "t5", name: "Nina P.", role: "DevOps Engineer", testimonial: "Practical and industry-relevant content.", imageSrc: "http://img.b2bpic.net/free-photo/scripts-running-desktop-pc-monitors-upgrading-servers-data-center_482257-124076.jpg" } + { id: "t4", name: "Kevin L.", role: "QA Analyst", testimonial: "API testing sections are top-tier.", imageSrc: "http://img.b2bpic.net/free-photo/system-admin-working-diverse-computer-network-security-data-center_482257-118332.jpg?_wi=2" }, + { id: "t5", name: "Nina P.", role: "DevOps Engineer", testimonial: "Practical and industry-relevant content.", imageSrc: "http://img.b2bpic.net/free-photo/scripts-running-desktop-pc-monitors-upgrading-servers-data-center_482257-124076.jpg?_wi=2" } ]} />