Skip to content

Commit

Permalink
UI improved
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanmahe committed Nov 7, 2024
1 parent a69e48a commit bf3ef1f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 4 additions & 4 deletions src/components/LandingComp/Steps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ const CardSlider = () => {
{
title: "Gather Hardware",
description: "Take a development board, BioAmp hardware, cables & electrodes. Make the connections.",
image: "/steps/step1.webp",
image: "/steps/step1.png",
},
{
title: "Upload The Code",
description: "Upload the provided code to your development board using Arduino IDE.",
image: "/steps/step2.webp",
image: "/steps/step2.png",
},
{
title: "Start Visualizing",
description: "Open Chords, click connect, choose COM port and start visualizing the signals.",
image: "/steps/step3.webp",
image: "/steps/step3.png",
},
{
title: "Monitor Performance",
description: "Keep an eye on the system performance and make necessary adjustments.",
image: "/steps/step4.webp",
image: "/steps/step4.png",
},
];

Expand Down

0 comments on commit bf3ef1f

Please sign in to comment.