Are you looking for a new, fresh approach to landscaping that puts you in the drivers seat? If so you are not alone.
Pool Building 101 – What you should know before purchasing your new swimming pool. by Scott Stratton, Anthony & Sylvan Pools
VisionScape caters to clients located on both coasts and everywhere in between. Martin Querin of California had this to say about the VisionScape Landscape design process:I think the VisionScape design process is amazing. Everyone that I have dealt with from there has been patient and understanding. There design work is fantastic; I can’t believe we found a way to put everything together. I can’t wait to get started on construction. Thanks Again, Martin
A Vision of Well-Designed Outdoor Living for Every Homeowner: The Style, the Substance, and How VisionScape is Making it Happen By Annabelle J. Stewart, VisionScape We all imagine growing up, getting a job, buying a house, and settling down. When we think about the future, it often happens that an image of a plain, white picket fence springs to mind. Maybe that white picket fence represents everything we’ve always wanted, or maybe it represents everything that scares us about 'getting old.'
By Chris Taylor Published by SmartMoney Magazine: March 3, 2003 YOU'VE DONE EVERYTHING humanly possible to boost the value of your home: put a trendy island in the kitchen, laid fresh carpeting to replace that dusty '70s shag, constructed a spa-quality bathroom bigger than most studio apartments. And now you're scratching your head, wondering how to jack up your resale price even more. Look outside, silly.
Pool Design
Pond Design
Waterfall Design
Pondless Waterfalls
Custom Water Art
Fountains
Hot Tub
This comprehensive landscape design process is available starting as low as $2000.
A separately detailed water feature plan is a great asset to those who want the option of when to install the feature according to budget and time.
This design plan will include any recreational or decorative water features that you’d like to include in your new landscape. The plan will include full-color images of design elements that you’ve chosen for this aspect of your project.
A water feature can add a stunning focal point to your landscape that appeals to all the senses. It can be subtle such as a small fountain, or dramatic like a pool, spa, or waterfall. You and your Master Designer will consider light patterns, seasonal changes, and even how the sound of running water will affect your property as you make this decision.
var movieArray= new Array();
var movieNameArray= new Array();
var index = 0;
var indexMax = 0;
movieArray[0] = '';
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 1
Previous Image | Next Image