From f55b9c9c7d1585b4a94fda20db1337e0b9d45005 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 19:50:07 +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 70dcb75..f5e97c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,11 +44,11 @@ export default function LandingPage() { description="An innovative open-source polar coordinates plotter designed for precision and educational excellence." buttons={[{ text: "View Technical Specs", href: "#system" }]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/view-3d-penguin-bird-with-nature-landscape_23-2151159526.jpg", 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", imageAlt: "Arduino Setup" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545636.jpg", imageAlt: "Stepper Motor Assembly" }, - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-professional-tattoo-artist-assembling-tattoo-machine_181624-15770.jpg", imageAlt: "Pen Mechanism" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-3d-penguin-bird-with-nature-landscape_23-2151159526.jpg", imageAlt: "Full System Overview" } + { 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?_wi=1", imageAlt: "Arduino Setup" }, + { 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?_wi=1", imageAlt: "Pen Mechanism" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-3d-penguin-bird-with-nature-landscape_23-2151159526.jpg?_wi=2", imageAlt: "Full System Overview" } ]} /> @@ -69,11 +69,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} features={[ - { 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", 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", 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", 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", 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", titleIconSrc: "Wrench", buttonText: "Learn More" } + { 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?_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?_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?_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?_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?_wi=3", titleIconSrc: "Wrench", buttonText: "Learn More" } ]} title="System Architecture" description="A high-performance polar coordinate system utilizing circular motion for optimal circular drawing." @@ -114,7 +114,7 @@ export default function LandingPage() {