Skip to content

Commit c6df247

Browse files
author
LorenzoTettamanti
committed
added cfcli webpimage
1 parent 3bf4ca8 commit c6df247

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/components/HomePage/technology_features.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import React from "react";
22

3+
import cfcli from "../assets/img/cfcli.webp"
4+
35
const TechFeatures = () => {
46
return (
57
<div
@@ -17,7 +19,7 @@ const TechFeatures = () => {
1719
>
1820
<div className="flex justify-center">
1921
<img
20-
src="https://www.cortexflow.org/example.gif"
22+
src={cfcli}
2123
alt="Product screenshot"
2224
className="w-[48rem] max-w-none rounded-xl shadow-xl ring-1 ring-gray-400/10
2325
sm:hidden md:-ml-4 lg:-ml-[300px]
649 KB
Loading

0 commit comments

Comments
 (0)