From 5a6300788bace944a30fd18bcdd5b2aff710aa71 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:57:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 20203a3..fe567a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,9 +45,9 @@ export default function LandingPage() { description="Master modern programming through practical, project-based education. Start your journey today with world-class mentors." buttons={[{ text: "Get Started", href: "#pricing" }, { text: "Learn More", href: "#about" }]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/coder-workstation-programming-computer-writing-lines-code-close-up_482257-118817.jpg", imageAlt: "Developer Workspace" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-business-executive-using-virtual-reality-headset_1170-1985.jpg", imageAlt: "Students Collaborating" }, - { imageSrc: "http://img.b2bpic.net/free-photo/computers-data-center-running-server-rigs-diagnostic-tests_482257-118495.jpg", imageAlt: "Programming Syntax" }, + { imageSrc: "http://img.b2bpic.net/free-photo/coder-workstation-programming-computer-writing-lines-code-close-up_482257-118817.jpg?_wi=1", imageAlt: "Developer Workspace" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-business-executive-using-virtual-reality-headset_1170-1985.jpg?_wi=1", imageAlt: "Students Collaborating" }, + { imageSrc: "http://img.b2bpic.net/free-photo/computers-data-center-running-server-rigs-diagnostic-tests_482257-118495.jpg?_wi=1", imageAlt: "Programming Syntax" }, { imageSrc: "http://img.b2bpic.net/free-photo/blue-light-with-bokeh-effect_1208-207.jpg", imageAlt: "Network Connection" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg", imageAlt: "Data Analytics" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-black-working-laptop-cafe_23-2147962625.jpg", imageAlt: "IT Instructor" }, @@ -119,8 +119,8 @@ export default function LandingPage() { { id: "1", name: "Alex Riv", role: "Full-Stack Dev", company: "Techify", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-is-working-laptop-girl-with-laptop-emotion-concept_169016-64695.jpg" }, { id: "2", name: "Sarah Lee", role: "UI Designer", company: "DesignCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-hacker_23-2148165939.jpg" }, { id: "3", name: "Mark Kim", role: "Backend Eng", company: "ScaleUp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/building-with-multiple-floors_250224-43.jpg" }, - { id: "4", name: "Emma W", role: "Junior Dev", company: "StartCode", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coder-workstation-programming-computer-writing-lines-code-close-up_482257-118817.jpg" }, - { id: "5", name: "David Z", role: "DevOps", company: "CloudSys", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-business-executive-using-virtual-reality-headset_1170-1985.jpg" }, + { id: "4", name: "Emma W", role: "Junior Dev", company: "StartCode", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coder-workstation-programming-computer-writing-lines-code-close-up_482257-118817.jpg?_wi=2" }, + { id: "5", name: "David Z", role: "DevOps", company: "CloudSys", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-business-executive-using-virtual-reality-headset_1170-1985.jpg?_wi=2" }, ]} kpiItems={[ { value: "500+", label: "Graduates" }, @@ -139,7 +139,7 @@ export default function LandingPage() { tag="Ready to code?" title="Start your journey" description="Sign up for a free consultation and let's find the best path for your tech career goals." - imageSrc="http://img.b2bpic.net/free-photo/computers-data-center-running-server-rigs-diagnostic-tests_482257-118495.jpg" + imageSrc="http://img.b2bpic.net/free-photo/computers-data-center-running-server-rigs-diagnostic-tests_482257-118495.jpg?_wi=2" mediaAnimation="opacity" /> -- 2.49.1