select features

This commit is contained in:
CHIEFSOFT\ameye
2024-08-02 14:03:11 -04:00
parent 94b57bb414
commit 6c2f918a88
2 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -24,10 +24,10 @@ function HomeOne() {
<HeroHomeOne />
<AfterHero />
<SelectFeatures className='pb-55-err' />
<NextAfterHero />
{/*<NextAfterHero />*/}
{/*<ServicesHomeOne />*/}
<TrafficHomeOne />
<TrafficHomeTwo />
{/*<TrafficHomeTwo />*/}
<BlogHomeOne />
<FooterHomeOne />
<BackToTop className='' />
+15 -15
View File
@@ -14,7 +14,7 @@ function SelectFeatures({ className }) {
};
//appie-services-2-area appie-services-8-area pt-90 pb-55
return (
<section className={`appie-features-area pt-100 ${className}`} id="features">
<section className={`appie-features-area pt-100 ${className}`} id="features" style={{ marginBottom: '20px' }} >
<div className="container">
<div className="row align-items-center">
<div className="col-lg-3">
@@ -35,7 +35,7 @@ function SelectFeatures({ className }) {
aria-controls="v-pills-home"
aria-selected="true"
>
<i className="fas fa-cog" /> Settings
<i className="fas fa-cog" /> Reward achievement
</a>
<a
onClick={(e) => handleClick(e, 'report')}
@@ -47,7 +47,7 @@ function SelectFeatures({ className }) {
aria-controls="v-pills-profile"
aria-selected="false"
>
<i className="fas fa-exclamation-triangle" /> Report
<i className="fas fa-exclamation-triangle" /> Assign tasks or chores
</a>
<a
onClick={(e) => handleClick(e, 'notice')}
@@ -59,7 +59,7 @@ function SelectFeatures({ className }) {
aria-controls="v-pills-messages"
aria-selected="false"
>
<i className="fas fa-bell" /> Saeety Notices
<i className="fas fa-bell" /> Family engagement
</a>
<a
onClick={(e) => handleClick(e, 'app')}
@@ -71,7 +71,7 @@ function SelectFeatures({ className }) {
aria-controls="v-pills-settings"
aria-selected="false"
>
<i className="fas fa-lock" /> App Lock
<i className="fas fa-lock" /> Fund wallets
</a>
</div>
</div>
@@ -103,7 +103,7 @@ function SelectFeatures({ className }) {
data-wow-duration="2000ms"
data-wow-delay="600ms"
>
<span>Custom Reacyions</span>
<span>Custom Reactions</span>
<h3 className="title">
Let the <br /> Conversation flow
</h3>
@@ -236,15 +236,15 @@ function SelectFeatures({ className }) {
</div>
</div>
</div>
<div className="features-shape-1">
<Image src={shapeSix} alt="" />
</div>
<div className="features-shape-2">
<Image src={shapeSeven} alt="" />
</div>
<div className="features-shape-3">
<Image src={shapeEight} alt="" />
</div>
{/*<div className="features-shape-1">*/}
{/* <Image src={shapeSix} alt="" />*/}
{/*</div>*/}
{/*<div className="features-shape-2">*/}
{/* <Image src={shapeSeven} alt="" />*/}
{/*</div>*/}
{/*<div className="features-shape-3">*/}
{/* <Image src={shapeEight} alt="" />*/}
{/*</div>*/}
</section>
);
}