File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { motion } from "framer-motion";
2
2
3
3
import feature5 from "../assets/images/template/feature5.jpg" ;
4
4
import feature6 from "../assets/images/template/feature6.jpg" ;
5
+ import hands from "../assets/images/stock/hands.webp" ;
5
6
import { GithubIcon } from "../assets/icons/GithubIcon" ;
6
7
7
8
export const Features2 = ( ) => (
@@ -17,15 +18,15 @@ export const Features2 = () => (
17
18
< div className = "w-11/12 sm:w-3/4 mx-auto lg:w-1/2 flex flex-wrap lg:-mx-4 sm:pr-8 justify-center order-last lg:order-first" >
18
19
< div className = "mb-8 lg:mb-0 w-full px-2 lg:pl-16 flex flex-col justify-center md:pl-8" >
19
20
< div className = "mb-4 py-3 md:pl-3 md:pr-20 lg:pr-12 rounded" >
20
- < img
21
- src = { feature5 . src }
22
- alt = "Feature image 5 "
23
- className = "rounded-xl main-border-gray"
24
- / >
21
+ < div className = "rounded-xl main-border-gray" >
22
+ < img src = "https://api.star-history.com/svg?repos=webx-net/webx & type = Date "
23
+ alt = "Star history "
24
+ className = "rounded-xl invert hue-rotate-180 contrast-[73%] saturate-150" />
25
+ </ div >
25
26
</ div >
26
27
< div className = "py-3 md:pl-20 lg:pl-12 md:pr-2 rounded " >
27
28
< img
28
- src = { feature6 . src }
29
+ src = { hands . src }
29
30
alt = "Feature image 6"
30
31
className = "rounded-xl main-border-gray"
31
32
/>
You can’t perform that action at this time.
0 commit comments