Merge branch 'master' of https://gitlab.chiefsoft.net/WrenchBoard/WrenchBoardMainSite2025
This commit is contained in:
@@ -2859,7 +2859,7 @@ p {
|
||||
.appie-features-tabs-btn .nav a {
|
||||
border-right: 3px solid #e8eaef;
|
||||
border-radius: 0;
|
||||
font-size: 15px;
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
color: #505056;
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -12,7 +12,7 @@ import AfterHero from './AfterHero';
|
||||
// import NextAfterHero from './NextAfterHero';
|
||||
import BackToTop from './BackToTop';
|
||||
import SelectFeatures from "@/app/components/SelectFeatutes";
|
||||
# import FeaturedScreenTwo from './FeaturedScreenTwo'
|
||||
// import FeaturedScreenTwo from './FeaturedScreenTwo'
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4,13 +4,11 @@ import Image from 'next/image';
|
||||
|
||||
//import { Link } from 'react-router-dom';
|
||||
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';
|
||||
import rewardIcon from '../assets/images/home/001-reward.png'
|
||||
import walletIcon from '../assets/images/home/004-wallet.png'
|
||||
import taskIcon from '../assets/images/home/002-task.png'
|
||||
import familyIcon from '../assets/images/home/003-family.png'
|
||||
|
||||
import rewardIcon from '../assets/images/home/circular-reward.png'
|
||||
import walletIcon from '../assets/images/home/circular-wallet.png'
|
||||
import taskIcon from '../assets/images/home/circular-task.png'
|
||||
import familyIcon from '../assets/images/home/circular-family.png'
|
||||
|
||||
function SelectFeatures({ className }) {
|
||||
const [tab, setTab] = useState('setting');
|
||||
|
||||
Reference in New Issue
Block a user