Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-05 22:19:22 +00:00

View File

@@ -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" },
]
},
]}