Merge master nto blog-item-adjust

This commit is contained in:
victorAnumudu
2024-06-24 02:42:04 +01:00
7 changed files with 28 additions and 9 deletions
+14 -5
View File
@@ -6,6 +6,7 @@ import Interactive from "../../assets/images/interactive.png";
import Mobility from "../../assets/images/mobility-approach.png";
import Privacy from "../../assets/images/privacy.png";
import Seamless from "../../assets/images/seamless.png";
import Security from "../../assets/images/security.png";
function ServiceItem(props) {
return (
@@ -31,7 +32,7 @@ function AboutTextComponent() {
<div className="row">
<div className="row">
{servicesContent?.map(({ id, ...item }) => (
<div className="col-lg-4 col-md-6">
<div className="col-lg-3 col-md-6">
<ServiceItem index={id} {...item} />
</div>
))}
@@ -55,19 +56,27 @@ const servicesContent = [
},
{
id: 2,
image: Approach,
image: Mobility,
delay: 400,
title: "Opportunity",
description:
"We prioritize developing a strong opportunity mindset and teamwork.",
"We prioritize developing a strong opportunity mindset for our users and teamwork.",
},
{
id: 3,
image: Interactive,
delay: 600,
title: "Online Safety",
title: "Modern",
description:
"Stay up-to-date with WrenchBoard! We ensure healthy communication at all times.",
"We endeavor to improve our features to catch up to how we can best serve our users.",
},
{
id: 4,
image: Security,
delay: 600,
title: "Security & Safety",
description:
"Healthy communication and privacy are the foundation of all features now and in the future.",
},
// {
// id: 4,