From f416a013a1ddc327b6f911b9166506bccdaac61b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 10:35:22 +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 a4117d0..8fcea88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,11 +71,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-flowing-cyber-particles_1048-13211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-flowing-cyber-particles_1048-13211.jpg?_wi=1", imageAlt: "abstract geometric dark background", }, { - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-boho-frame-pack_23-2149014818.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-boho-frame-pack_23-2149014818.jpg?_wi=1", imageAlt: "abstract geometric dark background", }, { @@ -104,7 +104,7 @@ export default function LandingPage() { title="Driven to build the future." description="I'm a 17-year-old student in Mumbai, juggling five A Level subjects including Further Maths and Chemistry. I started coding with Python, found my way to web design, and now I'm building things that matter." subdescription="Outside academics, I game competitively and play sports. I believe the same mindset that wins games wins problems. My goal: join a top CS program and work on meaningful AI." - imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-one-line-art-illustration_23-2149265565.jpg" + imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-one-line-art-illustration_23-2149265565.jpg?_wi=1" icon={Code2} imageAlt="abstract geometric dark background" mediaAnimation="slide-up" @@ -126,7 +126,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-flowing-cyber-particles_1048-13211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-flowing-cyber-particles_1048-13211.jpg?_wi=2", imageAlt: "Hand drawn abstract shapes cover collection", }, { @@ -138,7 +138,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-boho-frame-pack_23-2149014818.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-boho-frame-pack_23-2149014818.jpg?_wi=2", imageAlt: "Hand drawn abstract shapes cover collection", }, { @@ -150,7 +150,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-one-line-art-illustration_23-2149265565.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-one-line-art-illustration_23-2149265565.jpg?_wi=2", imageAlt: "Hand drawn abstract shapes cover collection", }, ]}