From cb434dd80e625b13b107330bbc5d47d0d36c0a6f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 09:57:53 +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 8ba06d8..7395b3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { title="Master Digital Electronics" description="The professional simulator for logic design, combinational circuits, and digital architecture." buttons={[{ text: "Start Simulating", href: "#simulator" }]} - imageSrc="http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", alt: "Expert engineer profile" }, { src: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg", alt: "Senior architect profile" }, @@ -65,9 +65,9 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { title: "Interactive Gates", description: "Drag and drop logic gates with real-time propagation.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/astronaut-monitoring-system-diagnostics-isolated-screen-tablet-chatting-with-colleague_482257-136495.jpg", imageAlt: "Astronaut monitoring system diagnostics" }, - { title: "Circuit Builder", description: "Construct complex adders and ALUs effortlessly.", buttonIcon: Cpu, imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg", imageAlt: "Circuit builder tool" }, - { title: "Truth Tables", description: "Auto-generate tables as you modify your circuit.", buttonIcon: Table, imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection_23-2147865232.jpg", imageAlt: "Truth table generator" }, - { title: "Export Designs", description: "Save and load your schematics to the cloud.", buttonIcon: Download, imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-connections_23-2149174310.jpg", imageAlt: "Export schematic interface" }, + { title: "Circuit Builder", description: "Construct complex adders and ALUs effortlessly.", buttonIcon: Cpu, imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg?_wi=2", imageAlt: "Circuit builder tool" }, + { title: "Truth Tables", description: "Auto-generate tables as you modify your circuit.", buttonIcon: Table, imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection_23-2147865232.jpg?_wi=1", imageAlt: "Truth table generator" }, + { title: "Export Designs", description: "Save and load your schematics to the cloud.", buttonIcon: Download, imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-connections_23-2149174310.jpg?_wi=1", imageAlt: "Export schematic interface" }, ]} title="Platform Features" description="Engineered for clarity and performance." @@ -81,8 +81,8 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { id: "and-gate", name: "AND Gate", price: "Input: 2", imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection_23-2147865232.jpg" }, - { id: "or-gate", name: "OR Gate", price: "Input: 2", imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-connections_23-2149174310.jpg" }, + { id: "and-gate", name: "AND Gate", price: "Input: 2", imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection_23-2147865232.jpg?_wi=2" }, + { id: "or-gate", name: "OR Gate", price: "Input: 2", imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-connections_23-2149174310.jpg?_wi=2" }, { id: "not-gate", name: "NOT Gate", price: "Input: 1", imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204917.jpg" }, { id: "nand-gate", name: "NAND Gate", price: "Input: 2", imageSrc: "http://img.b2bpic.net/free-vector/symmetry-background-design_1040-1117.jpg" }, { id: "nor-gate", name: "NOR Gate", price: "Input: 2", imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection_23-2147865233.jpg" }, -- 2.49.1