@@ -3,6 +3,7 @@ import { motion } from "framer-motion";
3
3
import feature5 from "../assets/images/template/feature5.jpg" ;
4
4
import feature6 from "../assets/images/template/feature6.jpg" ;
5
5
import hands from "../assets/images/stock/hands.webp" ;
6
+ import stars from "../assets/images/stargazers/graph.png" ;
6
7
import { GithubIcon } from "../assets/icons/GithubIcon" ;
7
8
8
9
export const Features2 = ( ) => (
@@ -15,22 +16,24 @@ export const Features2 = () => (
15
16
transition = { { duration : 0.5 , delay : 0.2 } }
16
17
>
17
18
< div className = "flex flex-wrap items-center 2xl:w-[1450px] xl:w-[1300px] w-11/12 mx-auto md:pl-4 xl:pr-16 xl:pl-16" >
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" >
19
+ < div className = "w-11/12 sm:w-3/4 mx-auto lg:w-1/2 flex-wrap lg:-mx-4 sm:pr-8 justify-center order-last lg:order-first hidden sm:flex " >
19
20
< div className = "mb-8 lg:mb-0 w-full px-2 lg:pl-16 flex flex-col justify-center md:pl-8" >
20
21
< div className = "mb-4 py-3 md:pl-3 md:pr-20 lg:pr-12 rounded" >
21
22
< div className = "rounded-xl main-border-gray" >
22
- < img src = "https://api.star-history.com/svg?repos=webx-net/webx& type = Date "
23
+ < h4 className = "text-center text-secondaryText font-bold text-lg py-4" >
24
+ Our stargazers
25
+ </ h4 >
26
+ { /* <img src="https://api.star-history.com/svg?repos=webx-net/webx&type=Date"
23
27
alt="Star history"
24
- className = "rounded-xl invert hue-rotate-180 contrast-[73%] saturate-150" />
28
+ className="rounded-xl invert hue-rotate-180 contrast-[73%] saturate-150" /> */ }
29
+ { /* <img src="https://starchart.cc/webx-net/webx.svg?variant=adaptive"
30
+ alt="Star history"
31
+ className="rounded-xl pb-14 px-4" /> */ }
32
+ < img src = { stars . src }
33
+ alt = "Star history"
34
+ className = "rounded-xl pl-4" />
25
35
</ div >
26
36
</ div >
27
- < div className = "py-3 md:pl-20 lg:pl-12 md:pr-2 rounded " >
28
- < img
29
- src = { hands . src }
30
- alt = "Feature image 6"
31
- className = "rounded-xl main-border-gray"
32
- />
33
- </ div >
34
37
</ div >
35
38
</ div >
36
39
0 commit comments