Hello @reviewssweiver,
Thanks for your reply.
We checked your website. And we find a solution to add a single image before service area. But at this time you added your image the background of the service area.
Please follow this for your solution given instruction in below.
1. Go to your Dashboard -> Posts -> Categories -> Create a category here with the name for example, “Slider Image”. After it created go to Posts -> Add New and give the name of your slide, also add a Featured Image from the bottom of the right side.
2. Select a category from the right side “Slider Image” that you created for the slide.
3. Now click on right side “Publish Button” to save the post.
4. Go to Appearance -> Customizer ->Home Page Slider Section -> Slider Content and select your category “Slider Image” here.
5. Go back Appearance -> Customizer ->Home Page Slider Section -> Settings and check to enable your slider. Click on top Publish Button to save settings.
6. Refresh your website again. After that, you can see your image on the home page with some contents.
7. To hiding these content go to Appearance -> Customizer -> Additional CSS and copy below CSS code :
.carousel-control,
.carousel-indicators,
.carousel-caption{
display: none;
}
and paste it into Additional CSS Settings and click to save this setting.
8. Remove your service area background parallax image.
9. And last your image too big please crop it according to your image content.
After all check your website again.