Why Choose SmartDesk Pro

Premium Build

Crafted with high-quality materials for durability and a sleek, modern appearance that complements any workspace.

Read More »

What Our Customers Say

admin

Fatima Khan

Premium quality and very stylish. I get compliments on it from everyone visiting my home office.

Read More »
admin

Robert Wilson

The SmartDesk Pro is perfect for long hours of work. I can switch from sitting to standing instantly.

Read More »
admin

Ali Ahmed

SmartDesk Pro completely changed the way I work. It’s sleek, sturdy, and the height adjustment is smooth.

Read More »

Customize Your SmartDesk Pro

$0

Call us at 123456789

Current Discount: 10%

Sale Status: ON

Your price: $0
Price: $0
$0.00
document.addEventListener("DOMContentLoaded", function(){ const color = document.querySelector('[name="form_fields[desk_color]"]'); const motor = document.querySelector('[name="form_fields[desk_motor]"]'); const price = document.getElementById("price"); function calculate(){ let base = 500; let extra = 0; if(color.value === "black") extra += 50; if(color.value === "walnut") extra += 100; if(motor.value === "pro") extra += 200; price.innerText = "$" + (base + extra); } color.addEventListener("change", calculate); motor.addEventListener("change", calculate); });