created animation + hoverAnimation helperFunction. Also Hero + Techstack (prev) styled and animated.

This commit is contained in:
yousifpa98
2024-12-20 01:12:49 +01:00
parent 1ff58ea7cc
commit 54df568dc6
24 changed files with 715 additions and 135 deletions

View File

@@ -0,0 +1,8 @@
import React from "react";
import "../css/Switch.css";
const Switch = () => {
return <div className="switch container">Switch</div>;
};
export default Switch;