From 4dd716899ec48e8657a98cfdba9e1227478d453f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:54:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e25f5dd..b1a50b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@med_educator", testimonial: "The interactive layers make teaching complex systems effortless and highly engaging for my students.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg?_wi=1", imageAlt: "dark medical technology background grid", }, { @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@bio_student", testimonial: "This model helped me visualize the nervous system in ways textbooks simply couldn't. Incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg?_wi=2", imageAlt: "dark medical technology background grid", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@anatomy_expert", testimonial: "Unparalleled clarity in a browser. A massive leap forward for digital anatomy education.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg?_wi=3", imageAlt: "dark medical technology background grid", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@med_tech", testimonial: "Excellent interface and smooth performance. The layer toggle system is perfectly intuitive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg?_wi=4", imageAlt: "dark medical technology background grid", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@biology_pro", testimonial: "Fast, accurate, and easy to use. The best web anatomy tool I've come across so far.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg?_wi=5", imageAlt: "dark medical technology background grid", }, ]} @@ -101,7 +101,7 @@ export default function LandingPage() { href: "#anatomy-viewer", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg?_wi=6" mediaAnimation="blur-reveal" avatars={[ { @@ -158,7 +158,7 @@ export default function LandingPage() { description="The viewer enables real-time interaction with the human model. Rotate, zoom, and pan using standard mouse controls. Toggle visibility for Bones, Muscles, and Nerves to study the body as distinct, color-coded systems." subdescription="Click any model component to reveal clinical names and structural details in the real-time info panel." icon={Box} - imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg?_wi=7" mediaAnimation="slide-up" /> @@ -203,14 +203,14 @@ export default function LandingPage() { value: "95%", title: "Accuracy Rating", description: "Validated by medical professionals.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg?_wi=8", }, { id: "m2", value: "10k+", title: "Active Users", description: "Medical students using our tool daily.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg?_wi=9", }, ]} /> -- 2.49.1