var steps = {
step1: {
name: "Step 1",
title: "Contact Us",
description:
"
An ease of mind solution is to contact us now: " +
"enquiry@prestige-link.com" +
"
"
},
step2: {
name: "Step 2",
title: "Business Requirements",
description:
"Our consultant will set up a meeting with you at the location and " +
"time of your convenience to discuss your business needs.
" +
"
*** No Commitment Required *** "
},
step3: {
name: "Step 3",
title: "Specification",
description:
"Solution and a brief specification will be devised at this stage. " +
"Our consultant will discuss our proposed solution and the cost with you.
" +
"
*** No Commitment Required ***"
},
step4: {
name: "Step 4",
title: "Start Building",
description:
"Only when you are absolutely happy with our purposed solution, " +
"our design team will carry out the implementation of the solution.
" +
"
*** 30% Upfront Payment Required ***"
},
step5: {
name: "Step 5",
title: "Quality Assurance",
description:
"As a professional services company, we will make sure " +
"you are absolutely happy with our services. Extensive testing will " +
"be performed to ensure our implementation is of top quality. "
}
};