Compare commits

...

9 Commits

Author SHA1 Message Date
victorAnumudu 278254809e home image updated 2024-08-19 17:39:22 +01:00
ameye f0ff5657c3 Merge branch 'font-increase' of WrenchBoard/WrenchBoardMainSite2025 into master 2024-08-19 14:56:09 +00:00
victorAnumudu ac44c5b0a2 font size incresed 2024-08-19 15:37:16 +01:00
CHIEFSOFT\ameye 415aa1e369 fix comment 2024-08-19 09:36:41 -04:00
CHIEFSOFT\ameye 174e2b992e remove section 2024-08-19 08:17:59 -04:00
ameye cf7ccf4eb1 Merge branch 'home-slider' of WrenchBoard/WrenchBoardMainSite2025 into master 2024-08-18 11:48:55 +00:00
CHIEFSOFT\ameye 8a75eb4970 correct docker file 2024-08-17 22:40:15 -04:00
ameye 6c213fe6f8 Merge branch 'use-case-error-fix' of WrenchBoard/WrenchBoardMainSite2025 into master 2024-08-16 17:28:46 +00:00
victorAnumudu 5c4980ddad bug fixed 2024-08-16 18:25:42 +01:00
9 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -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

+2 -2
View File
@@ -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'
@@ -28,7 +28,7 @@ function HomeOne() {
{/*<ServicesHomeOne />*/}
<TrafficHomeOne />
{/*<TrafficHomeTwo />*/}
<FeaturedScreenTwo />
{/*<FeaturedScreenTwo />*/}
<BlogHomeOne />
<FooterHomeOne />
<BackToTop className='' />
+5 -7
View File
@@ -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');
+1 -1
View File
@@ -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}>
+2 -2
View File
@@ -135,9 +135,9 @@ COPY . /app
# start app
#CMD ["serve", "-s", "build"]
CMD ["npm", "run", "dev"]
#CMD ["npm", "run", "dev"]
#RUN npm run build
#CMD ["npm", "run", "start"]
# CMD ["sh", "-c", "next build && next start"]
CMD ["sh", "-c", "next build && next start"]