Skip to content

Commit

Permalink
Add images
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRagstad committed Aug 4, 2024
1 parent bd9fc84 commit c4ad5ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Binary file added src/assets/images/stock/hands.webp
Binary file not shown.
13 changes: 7 additions & 6 deletions src/components/Features2.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { motion } from "framer-motion";

import feature5 from "../assets/images/template/feature5.jpg";
import feature6 from "../assets/images/template/feature6.jpg";
import hands from "../assets/images/stock/hands.webp";
import { GithubIcon } from "../assets/icons/GithubIcon";

export const Features2 = () => (
Expand All @@ -17,15 +18,15 @@ export const Features2 = () => (
<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">
<div className="mb-8 lg:mb-0 w-full px-2 lg:pl-16 flex flex-col justify-center md:pl-8">
<div className="mb-4 py-3 md:pl-3 md:pr-20 lg:pr-12 rounded">
<img
src={feature5.src}
alt="Feature image 5"
className="rounded-xl main-border-gray"
/>
<div className="rounded-xl main-border-gray">
<img src="https://api.star-history.com/svg?repos=webx-net/webx&type=Date"
alt="Star history"
className="rounded-xl invert hue-rotate-180 contrast-[73%] saturate-150" />
</div>
</div>
<div className="py-3 md:pl-20 lg:pl-12 md:pr-2 rounded ">
<img
src={feature6.src}
src={hands.src}
alt="Feature image 6"
className="rounded-xl main-border-gray"
/>
Expand Down

0 comments on commit c4ad5ef

Please sign in to comment.