9 comments found.
Hello, I tried to submit a ticket but i dont recieve any email. I just want the dashboard backend installed . I am looking to pay for that developement and hooking up a checkout system via paypal. Is there anyway I can get access to a devloper to assist me?
please send email to auther@wprealizer.com
your email keeps bouncing
its coming from hello@highwayclicks.com
how to extract this just as HTML bootstrap CSS JS? i bought it but i dont want react or other js
If you purchase this HTML version you can get it
will this work with hostinger hosting ?
it will work any hosting like “hostinger” you have to have a vps to run command like npm
Do you know why the cursor: pointer does not work?
nvm, it was my configs
Great!
Hello I tried to run your template and got: Failed to compile ./pages/index.js:1:0 Module not found: Can’t resolve ’../components/ header/hbottom’ > 1 | import HBottom from ”../components/ header/hbottom”;
Hello @bratislavbaljak1, thank you for your purchase. Here is a possible solution to your problem.
Look like there is an extra space in the import line, Simply replace ‘import HBottom from ”../components/ header/hbottom”;’ with ‘import HBottom from ”../components/header/hbottom”;’ for the time being. or email us for immediate assistance
Thank you kindly.
I recently bought this theme for a project I was working on, I loved the design but was wondering how to change the SaaS background color, and maybe even pattern, etc etc. Is there any easy way to change the colors of the theme? Also I wanted to ask if there is an easy way to integrate it with stripe to take payments on that landing page?
Hi @syazvinski, thank you for your purchase. Here is the possible solution for your problem.
1. For change color, All color variables are located in style.scss. You just have to install a VS Code extension called ‘Live Sass Compiler’ to compile your sass, and then you can simply replace current colors with your brand color. (If you face any difficulties, we can do that for you.).
2 . To alter the color of pattans, convert your PNG pattan into a svg, and then you can change the color. (To convert png to svg, you can use this website: https://convertio.co/png-svg/.)
3. You can integrate Stripe into your NextJS project using the “stripe” library. If you want us to do that, you can email us at wprealizer@gmail.com.
There are some dependency problems that prevent me from being able to build the site both via terminal and by deploy from Netlify or Vercel
The error is as follows
[19:21:29.178] Cloning github.com/Federicokalik/MPB (Branch: main, Commit: d543315) [19:21:29.494] Previous build cache not available [19:21:36.480] Cloning completed: 7.302s [19:21:41.946] Running “vercel build” [19:21:42.612] Vercel CLI 28.8.0 [19:21:43.112] Installing dependencies… [19:21:44.739] npm ERR! ERESOLVE queues [19:21:44.743] npm ERR! ERESOLVE could not resolve [19:21:44.743] npm ERR! [19:21:44.743] npm ERR! While resolving: react-elastic-carousel@0.11.5 [19:21:44.744] npm ERR! Found: react@18.0.0 [19:21:44.744] npm ERR! node_modules/react [19:21:44.744] npm ERR! react@”18.0.0” from the root project [19:21:44.744] npm ERR! peer react@”17.0.2 || ^18.0.0-0” from next@12.1.3 [19:21:44.744] npm ERR! node_modules/next [19:21:44.744] npm ERR! next@”12.1.3” from the root project [19:21:44.745] npm ERR! peer next@”>=10.2.0” from eslint-config-next@12.1.3 [19:21:44.745] npm ERR! node_modules/eslint-config-next [19:21:44.745] npm ERR! dev eslint-config-next@”12.1.3” from the root project [19:21:44.745] npm ERR! [19:21:44.745] npm ERR! Could not resolve dependency: [19:21:44.745] npm ERR! peer react@”15 – 17” from react-elastic-carousel@0.11.5 [19:21:44.745] npm ERR! node_modules/react-elastic-carousel [19:21:44.746] npm ERR! react-elastic-carousel@”0.11.5” from the root project [19:21:44.746] npm ERR! [19:21:44.746] npm ERR! Conflicting peer dependency: react@17.0.2 [19:21:44.746] npm ERR! node_modules/react [19:21:44.746] npm ERR! peer react@”15 – 17” from react-elastic-carousel@0.11.5 [19:21:44.746] npm ERR! node_modules/react-elastic-carousel [19:21:44.746] npm ERR! react-elastic-carousel@”^0.11.5” from the root project [19:21:44.746] npm ERR! [19:21:44.747] npm ERR! Fix the upstream dependency conflict, or retry [19:21:44.747] npm ERR! this command with—force, or—legacy-peer-deps [19:21:44.747] npm ERR! to accept an incorrect (and potentially broken) dependency resolution. [19:21:44.747] npm ERR! [19:21:44.747] npm ERR! See /vercel/.npm/eresolve-report.txt for a full report. 19:21:44.748 npm ERR! A complete log of this run can be found in: [19:21:44.748] npm ERR! /vercel/.npm/_logs/2022-12-12T18_21_43_491Z-debug-0.log [19:21:44.768] Error: Command “npm install” exited with 1
Hi @federicokalik, Here is the possible solution: Before installing all dependencies, delete the package-lock.json file. Then, in the terminal, type npm install—force. Make sure you have node latest(16 >) LTS version installed. I hope it’ll help you.
The previous problem is solved, now there is this, it appears giving “npm run build”
…MxcOUKz-agencico-multipurpose-react-next-js-landing-pages-and-website-templates (1)/agencico via v19.2.0 took 44s ╰─λ npm run build
> template@0.1.0 build > next build
warn – You have enabled experimental feature(s). warn – Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use them at your own risk.
info – Checking validity of types
./pages/blog-detail.js 33:9 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 44:21 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 49:21 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/AboutWork/Item.js 7:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Education/Deperments/Item.js 11:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Education/Deperments.js 9:5 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Education/DetailOne.js 12:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 19:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Education/EduTestimonial.js 23:5 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 34:21 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 64:25 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 89:25 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Education/RegisterBanner.js 7:5 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 20:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 32:9 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Education/Teacher/item.js 9:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Education/Teachers.js 9:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Education/TrustedCompany/Item.js 9:9 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Job/AroundWorld.js 11:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 27:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Job/ClientLogoItem.js 7:9 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Job/JobSubsribe.js 27:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Job/PlatformWork.js 11:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Job/PopulerJob/Item.js 20:21 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Job/PopulerJobs.js 45:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Travel/Destination/Item.js 6:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Travel/Package/Package/Item.js 9:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Travel/TravelFeedback.js 40:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 45:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Travel/TravelSubscribe.js 25:29 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 39:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Travel/Trip/Item.js 9:9 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/Travel/WorldTop.js 17:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 19:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 26:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 33:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 44:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 59:6 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/about/DetailOne.js 37:9 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/about/Futured/FuturedItem.js 8:9 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/about/Team/item.js 7:9 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/agency/CircleSlider.js 34:5 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/agency/DetailOne.js 13:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 16:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 21:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 25:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 64:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 67:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 71:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 75:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/agency/Newslater.js 16:50 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/agency/blog/item.js 11:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/agency/clientLogo/item.js 9:9 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/agency/services/item.js 8:9 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/blog/BlogItem.js 26:23 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/blog/RecentBlogItem.js 10:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/global/custom-select.js 15:3 Warning: React Hook useEffect has a missing dependency: ‘props.options’. Either include it or remove the dependency array. If ‘setOptions’ needs the current value of ‘props.options’, you can also switch to useReducer instead of useState and read ‘props.options’ in the reducer. react-hooks/exhaustive-deps
./components/header/EducationBottom.js 26:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 37:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/header/JobBottom.js 36:9 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 40:21 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 41:21 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 42:21 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 43:21 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/header/TravelBottom.js 32:5 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 39:107 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 46:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 49:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 52:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/header/agencyBottom.js 26:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 33:21 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 41:25 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 60:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 61:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/header/breadcrumb.js 17:2 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/header/hbottom.js 19:17 Warning: Image elements must have an alt prop, either with meaningful text, or an empty string for decorative images. jsx-a11y/alt-text 20:17 Warning: Image elements must have an alt prop, either with meaningful text, or an empty string for decorative images. jsx-a11y/alt-text 21:17 Warning: Image elements must have an alt prop, either with meaningful text, or an empty string for decorative images. jsx-a11y/alt-text 22:17 Warning: Image elements must have an alt prop, either with meaningful text, or an empty string for decorative images. jsx-a11y/alt-text 30:5 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 34:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 58:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 59:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 68:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 80:25 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 81:25 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 82:25 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 83:25 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 90:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/home/DetailOne/DetailLeft.js 9:9 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 20:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 35:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 36:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 37:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 38:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 39:17 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/home/DetailOne.js 17:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/home/DetailTwo/DetailImg.js 8:5 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 10:9 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/home/DetailTwo.js 15:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/home/DuelSlider.js 81:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 86:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 97:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 110:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 114:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/home/NewsLater.js 26:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/home/futured/item.js 7:9 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/home/futured.js 54:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/home/pricing.js 96:2 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/layout/AppGrid.js 48:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/layout/AppsList.js 7:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/layout/EducationFooter.js 15:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/layout/NewsLater.js 26:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/layout/TestimonialClientList.js 7:9 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/layout/footer.js 16:20 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 100:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/layout/index.js 30:5 Warning: Do not include stylesheets manually. See: https://nextjs.org/docs/messages/no-css-tags @next/next/no-css-tags
./components/services/Newsletter.js 26:1 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
./components/services/solutionsection.js 24:9 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element 26:13 Warning: Do not use . Use Image from ‘next/image’ instead. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
info – Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules info – Creating an optimized production build Failed to compile.
./pages/about.js Module not found: Can’t resolve ’../components/ header/breadcrumb’ in ’/home/federico/Documenti/MP B/themeforest-YMxcOUKz-agencico-multipurpose-react-next-js-landing-pages-and-website-templates (1)/agencico/pages’
./pages/agency.js Module not found: Can’t resolve ’../components/ header/agencyBottom’ in ’/home/federico/Documenti/MP B/themeforest-YMxcOUKz-agencico-multipurpose-react-next-js-landing-pages-and-website-templates (1)/agencico/pages’
./pages/blog-detail.js Module not found: Can’t resolve ’../components/ header/breadcrumb’ in ’/home/federico/Documenti/MP B/themeforest-YMxcOUKz-agencico-multipurpose-react-next-js-landing-pages-and-website-templates (1)/agencico/pages’
./pages/blog.js Module not found: Can’t resolve ’../components/ header/breadcrumb’ in ’/home/federico/Documenti/MP B/themeforest-YMxcOUKz-agencico-multipurpose-react-next-js-landing-pages-and-website-templates (1)/agencico/pages’
./pages/contact.js Module not found: Can’t resolve ’../components/ header/breadcrumb’ in ’/home/federico/Documenti/MP B/themeforest-YMxcOUKz-agencico-multipurpose-react-next-js-landing-pages-and-website-templates (1)/agencico/pages’
> Build failed because of webpack errors
Can you please add me via Skype so I can help you directly? live:.cid.542319643d8cc81d
I contacted you on skype and got no response! At this point I’d like a refund, as I can’t work with this template!
Can we schedule a skype meeting Sunday at your prefer time?
Monday at 12AM UTC
I was waiting for you on skype
Hello, which file is the start file and in which directory is it? can I also book an installation service with you?
@algoloops please add skype so we can help you on it.
our skype : wprealizer
i dont finde this name on Skype
please give yours I am adding you
I am waiting for you can you please join ?
musti4312
Great Work,Congratulations GLWS 
Thank you @TmdStudio