added new section

This commit is contained in:
victorAnumudu
2024-05-17 18:46:29 +01:00
parent 90cfa7541c
commit 43f858243f
5 changed files with 153 additions and 43 deletions
+1 -25
View File
@@ -28,31 +28,7 @@ function ServicesHomeOne({ className }) {
<section
className={`appie-service-area pt-50 pb-50 ${className}`}
id="service"
>
{/* <div className="container">
<div className="row justify-content-center">
<div className="col-lg-8">
<div className="appie-section-title text-center">
<h3 className="appie-title">
Set Chores, Set Goals and <br /> Rewards Accomplishments
</h3>
</div>
</div>
</div>
<div className="row">
{serviceItems.map(({ icon, title, description }, index) => (
<div key={index} className="col-lg-3 col-md-6">
<ServiceItem
icon={icon}
title={title}
description={description}
index={index}
/>
</div>
))}
</div>
</div> */}
>
<Main />
</section>
);