Home text fixed

This commit is contained in:
CHIEFSOFT\ameye
2024-08-04 17:04:32 -04:00
parent a41318d0e7
commit eec247d7bb
3 changed files with 31 additions and 18 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

+2 -1
View File
@@ -7,7 +7,7 @@ import HeroHomeOne from './HeroHomeOne';
import ServicesHomeOne from './ServicesHomeOne';
import TrafficHomeOne from './TrafficHomeOne';
import TrafficHomeTwo from './TrafficHomeTwo';
//import FeaturedScreen from './FeaturedScreen';
//import FeaturedScreen from './FeaturedScreen';
import AfterHero from './AfterHero';
import NextAfterHero from './NextAfterHero';
import BackToTop from './BackToTop';
@@ -28,6 +28,7 @@ function HomeOne() {
{/*<ServicesHomeOne />*/}
<TrafficHomeOne />
{/*<TrafficHomeTwo />*/}
{/*<FeaturedScreen />*/}
<BlogHomeOne />
<FooterHomeOne />
<BackToTop className='' />
+29 -17
View File
@@ -1,7 +1,7 @@
"use client"
import React, { useState } from 'react';
//import { Link } from 'react-router-dom';
import thumb from '../assets/images/features-thumb-01.png';
import thumb from '../assets/images/features-thumb-11.png';
import shapeSix from '../assets/images/shape/shape-6.png';
import shapeSeven from '../assets/images/shape/shape-7.png';
import shapeEight from '../assets/images/shape/shape-8.png';
@@ -103,13 +103,14 @@ function SelectFeatures({ className }) {
data-wow-duration="2000ms"
data-wow-delay="600ms"
>
<span>Custom Reactions</span>
<span>
{/*Reward Achievement*/}
</span>
<h3 className="title">
Let the <br /> Conversation flow
Reward <br /> Achievement
</h3>
<p>
Car boot absolutely bladdered posh burke the
wireless mush some dodg.
Reward with points, badges, recognition, or money rewards with easy steps
</p>
<a className="main-btn" href="/about-us">
Learn More
@@ -141,13 +142,14 @@ function SelectFeatures({ className }) {
data-wow-duration="2000ms"
data-wow-delay="600ms"
>
<span>Custom Reacyions</span>
<span>
{/*Reward Achievement ee*/}
</span>
<h3 className="title">
Let the <br /> Conversation flow
Assign <br /> tasks or chores
</h3>
<p>
Car boot absolutely bladdered posh burke the
wireless mush some dodg.
Adapt to your family's needs with the flexibility of using one-time or repeated tasks or chores with the option to find any task.
</p>
<a className="main-btn" href="#">
Learn More
@@ -179,13 +181,14 @@ function SelectFeatures({ className }) {
data-wow-duration="2000ms"
data-wow-delay="600ms"
>
<span>Custom Reacyions</span>
<span>
{/*Custom Reacyions 77*/}
</span>
<h3 className="title">
Let the <br /> Conversation flow
Family <br /> engagement
</h3>
<p>
Car boot absolutely bladdered posh burke the
wireless mush some dodg.
Connect with education challenges, such as quizzes or learning tasks, and private chats, and invite others to your family.
</p>
<a className="main-btn" href="#">
Learn More
@@ -217,13 +220,14 @@ function SelectFeatures({ className }) {
data-wow-duration="2000ms"
data-wow-delay="600ms"
>
<span>Custom Reacyions</span>
<span>
{/*Reward Achievement*/}
</span>
<h3 className="title">
Let the <br /> Conversation flow
Fund <br /> wallets
</h3>
<p>
Car boot absolutely bladdered posh burke the
wireless mush some dodg.
Take control and feel secure by creating a virtual or physical card, allocating funds, and managing wallets for your kids. .
</p>
<a className="main-btn" href="#">
Learn More
@@ -250,3 +254,11 @@ function SelectFeatures({ className }) {
}
export default SelectFeatures;