Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c4980ddad | |||
| 0c60c31371 | |||
| 9133261a8c | |||
| 789cb5d365 | |||
| cf4118f5bf | |||
| 46f0356e71 | |||
| b68d6ca6bb | |||
| 6225b53ed1 |
@@ -62,7 +62,7 @@ h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-weight: 900;
|
||||
font-weight: 900 !important;
|
||||
color: #0e1133;
|
||||
margin: 0px;
|
||||
}
|
||||
@@ -2046,7 +2046,7 @@ p {
|
||||
right: -30px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
box-shadow: 0px 30px 70px 0px rgba(68, 1, 15, 0.2);
|
||||
/* box-shadow: 0px 30px 70px 0px rgba(68, 1, 15, 0.2); */
|
||||
}
|
||||
.appie-hero-thumb::before {
|
||||
position: absolute;
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
@@ -3,6 +3,7 @@ import React from 'react';
|
||||
import Image from 'next/image'
|
||||
|
||||
import heroThumbTwo from '../assets/images/app-pic.png';
|
||||
import AI from '../assets/images/home/ai-assist.png'
|
||||
|
||||
import CustomSlider from './customSlider/CustomSlider'
|
||||
|
||||
@@ -74,7 +75,7 @@ function HeroHomeOne() {
|
||||
data-wow-delay="600ms"
|
||||
>
|
||||
<Image
|
||||
src={heroThumbTwo}
|
||||
src={AI}
|
||||
width={'100%'}
|
||||
height={'100%'}
|
||||
alt="Image"
|
||||
|
||||
@@ -41,7 +41,7 @@ function SelectFeatures({ className }) {
|
||||
aria-controls="v-pills-home"
|
||||
aria-selected="true"
|
||||
>
|
||||
<span><Image src={rewardIcon} height='25' width='25' className='mr-2' /></span> Reward achievement
|
||||
<span className={`p-1 rounded-pill`}><Image src={rewardIcon} height='25' width='25' /></span> Reward achievement
|
||||
</a>
|
||||
<a
|
||||
onClick={(e) => handleClick(e, 'report')}
|
||||
@@ -53,7 +53,7 @@ function SelectFeatures({ className }) {
|
||||
aria-controls="v-pills-profile"
|
||||
aria-selected="false"
|
||||
>
|
||||
<span><Image src={taskIcon} height='25' width='25' className='mr-2' /></span> Assign tasks or chores
|
||||
<span className={`p-1 rounded-pill`}><Image src={taskIcon} height='25' width='25' /></span> Assign tasks or chores
|
||||
</a>
|
||||
<a
|
||||
onClick={(e) => handleClick(e, 'notice')}
|
||||
@@ -65,7 +65,7 @@ function SelectFeatures({ className }) {
|
||||
aria-controls="v-pills-messages"
|
||||
aria-selected="false"
|
||||
>
|
||||
<span><Image src={familyIcon} height='25' width='25' className='mr-2' /></span> Family engagement
|
||||
<span className={`p-1 rounded-pill`}><Image src={familyIcon} height='25' width='25' /></span> Family engagement
|
||||
</a>
|
||||
<a
|
||||
onClick={(e) => handleClick(e, 'app')}
|
||||
@@ -77,7 +77,7 @@ function SelectFeatures({ className }) {
|
||||
aria-controls="v-pills-settings"
|
||||
aria-selected="false"
|
||||
>
|
||||
<span><Image src={walletIcon} height='25' width='25' className='mr-2' /></span> Fund wallets
|
||||
<span className={`p-1 rounded-pill`}><Image src={walletIcon} height='25' width='25' /></span> Fund wallets
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -20,7 +20,7 @@ function UseCase() {
|
||||
<div key={index} className="col-12 col-md-6 col-lg-4">
|
||||
<div className="post-item-1">
|
||||
|
||||
{<Image width='auto' height='auto' src={blgImg} alt={i.title} />}
|
||||
{<Image width='100' height='100' src={blgImg} alt={i.title} />}
|
||||
<div className="b-post-details">
|
||||
<h3>
|
||||
<Link href={process.env.NEXT_PUBLIC_DASH_URL_LOGIN}>
|
||||
|
||||
Reference in New Issue
Block a user