Included in Your Planting Plan:

Foundation Planting
Mass Plantings
Specimen Plantings
Perrenial Gardens
Backyard Gardens
Water Wise Gardens
Herb & Veggi Gardens
Trees
Wild Flowers
Water Gardens
Vines & Ground Covers
Annuals
Shade Gardens
Low Maintenance
Deer Resistant
These comprehensive landscape design services are available starting as low as $2000.
A VisionScape Planting Plan separately depicts the location of all proposed plants, planting beds, and mulch selections in your new landscape. This rendering also includes images of the plants you have chosen alongside their location on your property, and proper installation procedures for contractors or DIYers to follow.
All plant selections will be made carefully based on climate zones, soil types, and your personal concerns and preferences. We strongly encourage our clients to choose quality plants that will provide superior performance and increased satisfaction in your landscape.
VisionScape Master Designers recommend plants from Monrovia. Since 1926, Monrovia growers have been expertly producing the healthiest, hardiest, most beautiful plants available. Raised in their exclusively formulated, nutrient rich soil, Monrovia plants are guaranteed to make gardens thrive. These premium plants are the strongest in the industry and with more than 2,200 varieties – from low maintenance to high fashion choices – Monrovia has something for every garden style.
var movieArray= new Array();
var movieNameArray= new Array();
var index = 0;
var indexMax = 4;
movieArray[0] = '';
movieArray[1] = '';
movieArray[2] = '';
movieArray[3] = '';
movieArray[4] = '';
function prevImage(){
var targetDiv = document.getElementById("ccontentDiv");
var currentImageText = document.getElementById("currentImageText");
var currentImageName = document.getElementById("currentImageName");
if(index == indexMax){
index = 0;
}
else{
index++;
}
currentImageText.innerHTML = (index + 1);
targetDiv.innerHTML = movieArray[index];
}
function nextImage(){
var targetDiv = document.getElementById("ccontentDiv");
var currentImageText = document.getElementById("currentImageText");
var currentImageName = document.getElementById("currentImageName");
if(index == 0){
index = indexMax;
}
else{
index--;
}
currentImageText.innerHTML = (index + 1);
targetDiv.innerHTML = movieArray[index];
}
1 of 5
Previous Image | Next Image