Fixed smooth scrolling + Added animations to the services cards
This commit is contained in:
@@ -6,7 +6,7 @@ import ExpandImg from "../../../assets/imgs/Expand.jpg";
|
||||
|
||||
const SocialMediaCards = () => {
|
||||
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="Algorithm" description="Analise" imgSrc={AlgorithmImg} />
|
||||
<Card title="Schedule" description="Content" imgSrc={ScheduleImg} />
|
||||
<Card title="Target" description="Audience" imgSrc={TargetImg} />
|
||||
|
||||
Reference in New Issue
Block a user