initial commit

This commit is contained in:
victorAnumudu
2024-06-24 02:39:12 +01:00
parent 0ba975b6be
commit fa05d0864a
3 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import Seamless from "../../assets/images/seamless.png";
function ServiceItem(props) {
return (
<div
className={`appie-single-service-2 appie-single-service-about item-${props.index} mt-30 wow animated fadeInUp`}
className={`mt-0 p-4 appie-single-service-2 appie-single-service-about item-${props.index} wow animated fadeInUp`}
data-wow-duration="2000ms"
data-wow-delay={`${props.delay}ms`}
style={{ cursor: "default" }}