From cba3bc1794be9c24546096250213e1d718a77cdb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 11:59:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aabf517..a0ab7ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,19 +49,19 @@ export default function LandingPage() { testimonials={[ { name: "Alex Rivier", handle: "@alexcode", testimonial: "I transitioned into tech in under six months thanks to these courses. The platform is incredibly intuitive!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062210.jpg", imageAlt: "coding learning interface"}, + imageSrc: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062210.jpg?_wi=1", imageAlt: "coding learning interface"}, { name: "Sarah Miller", handle: "@sarahcodes", testimonial: "Everything is free and perfectly structured. It saved me thousands in bootcamps.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-laptop_23-2151004304.jpg", imageAlt: "modular coding lesson icon"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-laptop_23-2151004304.jpg?_wi=1", imageAlt: "modular coding lesson icon"}, { name: "John Doe", handle: "@johndev", testimonial: "The hands-on projects were the highlight of my learning journey. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-paint-spray-painting-wood_1157-35622.jpg", imageAlt: "hands on coding practice"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-paint-spray-painting-wood_1157-35622.jpg?_wi=1", imageAlt: "hands on coding practice"}, { name: "Emily Chen", handle: "@ec_dev", testimonial: "The depth of the curriculum is unmatched. A game changer for self-taught developers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/family-concept-with-icons-wooden-cubes-red-table-flat-lay_176474-9436.jpg", imageAlt: "community mentorship icon"}, + imageSrc: "http://img.b2bpic.net/free-photo/family-concept-with-icons-wooden-cubes-red-table-flat-lay_176474-9436.jpg?_wi=1", imageAlt: "community mentorship icon"}, { name: "Marcus Thorne", handle: "@mthorne", testimonial: "Community feedback saved me hours of frustration. Truly a premium experience for free.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/white-geometrical-shapes-background_23-2148811541.jpg", imageAlt: "coding symbols background pattern"}, + imageSrc: "http://img.b2bpic.net/free-photo/white-geometrical-shapes-background_23-2148811541.jpg?_wi=1", imageAlt: "coding symbols background pattern"}, ]} buttons={[ { @@ -69,7 +69,7 @@ export default function LandingPage() { { text: "Learn More", href: "#faq"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062210.jpg" + imageSrc="http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062210.jpg?_wi=2" imageAlt="Coding platform interface" avatars={[ { @@ -97,27 +97,27 @@ export default function LandingPage() { title: "Expert Curriculum", description: "Courses built by senior engineers from top tech companies.", icon: Code, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-laptop_23-2151004304.jpg", imageAlt: "Curriculum"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-laptop_23-2151004304.jpg?_wi=2", imageAlt: "Curriculum"}, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-laptop_23-2151004304.jpg", imageAlt: "Curriculum"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-laptop_23-2151004304.jpg?_wi=3", imageAlt: "Curriculum"}, ], }, { title: "Interactive Labs", description: "Apply your knowledge immediately with our in-browser coding environments.", icon: Terminal, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-paint-spray-painting-wood_1157-35622.jpg", imageAlt: "Labs"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-paint-spray-painting-wood_1157-35622.jpg?_wi=2", imageAlt: "Labs"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-paint-spray-painting-wood_1157-35622.jpg", imageAlt: "Labs"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-paint-spray-painting-wood_1157-35622.jpg?_wi=3", imageAlt: "Labs"}, ], }, { title: "Community Support", description: "Get help anytime from our vibrant student and mentor community.", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/family-concept-with-icons-wooden-cubes-red-table-flat-lay_176474-9436.jpg", imageAlt: "Support"}, + imageSrc: "http://img.b2bpic.net/free-photo/family-concept-with-icons-wooden-cubes-red-table-flat-lay_176474-9436.jpg?_wi=2", imageAlt: "Support"}, { - imageSrc: "http://img.b2bpic.net/free-photo/family-concept-with-icons-wooden-cubes-red-table-flat-lay_176474-9436.jpg", imageAlt: "Support"}, + imageSrc: "http://img.b2bpic.net/free-photo/family-concept-with-icons-wooden-cubes-red-table-flat-lay_176474-9436.jpg?_wi=3", imageAlt: "Support"}, ], }, ]} @@ -172,7 +172,7 @@ export default function LandingPage() {