From 940b0bc2c09c3e1409812d7100660ddb3887c4a2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 19:49:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c25342e..ed6c245 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,23 +61,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-penguin-bird-with-nature-landscape_23-2151159526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-3d-penguin-bird-with-nature-landscape_23-2151159526.jpg?_wi=1", imageAlt: "Polar CNC Plotter Prototype", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-concentrated-electronics-engineer-with-magnifying-glass-his-head_176532-8199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-concentrated-electronics-engineer-with-magnifying-glass-his-head_176532-8199.jpg?_wi=1", imageAlt: "Arduino Setup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545636.jpg?_wi=1", imageAlt: "Stepper Motor Assembly", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-professional-tattoo-artist-assembling-tattoo-machine_181624-15770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-professional-tattoo-artist-assembling-tattoo-machine_181624-15770.jpg?_wi=1", imageAlt: "Pen Mechanism", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-penguin-bird-with-nature-landscape_23-2151159526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-3d-penguin-bird-with-nature-landscape_23-2151159526.jpg?_wi=2", imageAlt: "Full System Overview", }, ]} @@ -108,35 +108,35 @@ export default function LandingPage() { { title: "Arduino Brain", description: "Processing G-code and managing coordinate transformation efficiently.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-concentrated-electronics-engineer-with-magnifying-glass-his-head_176532-8199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-concentrated-electronics-engineer-with-magnifying-glass-his-head_176532-8199.jpg?_wi=2", titleIconSrc: "Cpu", buttonText: "Learn More", }, { title: "Stepper Control", description: "Precise angular and radial movement for high accuracy plotting.", - imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545636.jpg?_wi=2", titleIconSrc: "Settings", buttonText: "Learn More", }, { title: "Precision Lift", description: "Servo-controlled pen up and pen down mechanism for complex patterns.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-professional-tattoo-artist-assembling-tattoo-machine_181624-15770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-professional-tattoo-artist-assembling-tattoo-machine_181624-15770.jpg?_wi=2", titleIconSrc: "PenTool", buttonText: "Learn More", }, { title: "Custom Firmware", description: "Optimized software stack for polar geometry calculations.", - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-penguin-bird-with-nature-landscape_23-2151159526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-3d-penguin-bird-with-nature-landscape_23-2151159526.jpg?_wi=3", titleIconSrc: "Code", buttonText: "Learn More", }, { title: "Aluminum Frame", description: "Rigid structural design ensuring minimal vibration during operation.", - imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545636.jpg?_wi=3", titleIconSrc: "Wrench", buttonText: "Learn More", }, @@ -233,7 +233,7 @@ export default function LandingPage() {