We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf4ca8 commit c6df247Copy full SHA for c6df247
src/components/HomePage/technology_features.jsx
@@ -1,5 +1,7 @@
1
import React from "react";
2
3
+import cfcli from "../assets/img/cfcli.webp"
4
+
5
const TechFeatures = () => {
6
return (
7
<div
@@ -17,7 +19,7 @@ const TechFeatures = () => {
17
19
>
18
20
<div className="flex justify-center">
21
<img
- src="https://www.cortexflow.org/example.gif"
22
+ src={cfcli}
23
alt="Product screenshot"
24
className="w-[48rem] max-w-none rounded-xl shadow-xl ring-1 ring-gray-400/10
25
sm:hidden md:-ml-4 lg:-ml-[300px]
src/components/assets/img/cfcli.webp
649 KB
0 commit comments