From a1ddcc5cdc85c27d8e5d367c847c3275301a9b0b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 22:19:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eab3966..d224e2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { description="Search by subject name or CAIE code. Past papers, topicals, mark schemes — plus AI that spots your weak topics and sends you to the right lesson." tag="Cambridge CIE A-Level Resources" buttons={[{ text: "Browse Resources", href: "#resources" }]} - imageSrc="http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg?_wi=1" showBlur={true} textPosition="bottom" avatars={[ @@ -70,22 +70,22 @@ export default function LandingPage() { { title: "Mathematics", description: "Pure Math, Mechanics, and Statistics resources (9709).", icon: BarChart2, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg", imageAlt: "Math resources" }, - { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg", imageAlt: "Math papers" }, + { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg?_wi=2", imageAlt: "Math resources" }, + { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg?_wi=3", imageAlt: "Math papers" }, ] }, { title: "Physics", description: "Electricity, Waves, and Quantum modules (9702).", icon: BookOpen, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg", imageAlt: "Physics resources" }, - { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg", imageAlt: "Physics papers" }, + { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg?_wi=4", imageAlt: "Physics resources" }, + { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg?_wi=5", imageAlt: "Physics papers" }, ] }, { title: "Chemistry", description: "Organic and Physical chemistry practice sets (9701).", icon: GraduationCap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg", imageAlt: "Chemistry resources" }, - { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg", imageAlt: "Chemistry papers" }, + { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg?_wi=6", imageAlt: "Chemistry resources" }, + { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg?_wi=7", imageAlt: "Chemistry papers" }, ] }, ]} -- 2.49.1