Skip to content

Commit c4ad5ef

Browse files
Add images
1 parent bd9fc84 commit c4ad5ef

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/assets/images/stock/hands.webp

47.4 KB
Binary file not shown.

src/components/Features2.jsx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { motion } from "framer-motion";
22

33
import feature5 from "../assets/images/template/feature5.jpg";
44
import feature6 from "../assets/images/template/feature6.jpg";
5+
import hands from "../assets/images/stock/hands.webp";
56
import { GithubIcon } from "../assets/icons/GithubIcon";
67

78
export const Features2 = () => (
@@ -17,15 +18,15 @@ export const Features2 = () => (
1718
<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">
1819
<div className="mb-8 lg:mb-0 w-full px-2 lg:pl-16 flex flex-col justify-center md:pl-8">
1920
<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>
2526
</div>
2627
<div className="py-3 md:pl-20 lg:pl-12 md:pr-2 rounded ">
2728
<img
28-
src={feature6.src}
29+
src={hands.src}
2930
alt="Feature image 6"
3031
className="rounded-xl main-border-gray"
3132
/>

0 commit comments

Comments
 (0)