about us page

This commit is contained in:
CHIEFSOFT\ameye
2024-06-23 15:27:39 -04:00
parent ab80c26836
commit db5e8aa1c4
+12 -4
View File
@@ -31,7 +31,7 @@ function AboutTextComponent() {
<div className="row"> <div className="row">
<div className="row"> <div className="row">
{servicesContent?.map(({ id, ...item }) => ( {servicesContent?.map(({ id, ...item }) => (
<div className="col-lg-4 col-md-6"> <div className="col-lg-3 col-md-6">
<ServiceItem index={id} {...item} /> <ServiceItem index={id} {...item} />
</div> </div>
))} ))}
@@ -59,15 +59,23 @@ const servicesContent = [
delay: 400, delay: 400,
title: "Opportunity", title: "Opportunity",
description: description:
"We prioritize developing a strong opportunity mindset and teamwork.", "We prioritize developing a strong opportunity mindset for our users and teamwork.",
}, },
{ {
id: 3, id: 3,
image: Interactive, image: Interactive,
delay: 600, delay: 600,
title: "Online Safety", title: "Modern",
description: 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: Interactive,
delay: 600,
title: "Security & Safety",
description:
"Healthy communication and privacy are the foundation of all features now and in the future.",
}, },
// { // {
// id: 4, // id: 4,