Update src/app/page.tsx

This commit is contained in:
2026-05-18 09:57:03 +00:00
parent b42c3612a0
commit 8b7705a301

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
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",
@@ -109,21 +109,21 @@ export default function LandingPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg?_wi=2",
imageAlt: "Astronaut monitoring system diagnostics on isolated screen tablet chatting with colleague during",
},
{
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",
imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection_23-2147865232.jpg?_wi=1",
imageAlt: "Astronaut monitoring system diagnostics on isolated screen tablet chatting with colleague during",
},
{
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",
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-connections_23-2149174310.jpg?_wi=1",
imageAlt: "Astronaut monitoring system diagnostics on isolated screen tablet chatting with colleague during",
},
]}
@@ -143,13 +143,13 @@ export default function LandingPage() {
id: "and-gate",
name: "AND Gate",
price: "Input: 2",
imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection_23-2147865232.jpg",
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",
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-connections_23-2149174310.jpg?_wi=2",
},
{
id: "not-gate",