Fixed smooth scrolling + Added animations to the services cards

This commit is contained in:
2024-06-11 14:51:40 +01:00
parent c5d921e470
commit d5a14354ec
7 changed files with 31 additions and 6 deletions
@@ -6,7 +6,7 @@ import BuildImg from "../../../assets/imgs/Build.png";
const WesiteCards = () => {
return (
<div className="h-full flex lg:mt-20 flex-col flex-wrap gap-4 xl:flex-row mx-4">
<div className="h-full fade-effect flex lg:mt-20 flex-col flex-wrap gap-4 xl:flex-row mx-4">
<Card title="Idealize" description="Website" imgSrc={IdealizeImg} />
<Card title="Design" description="Website" imgSrc={DesignImg} />
<Card title="Code" description="Website" imgSrc={CodeImg} />