import wixData from 'wix-data'; import wixLocation from 'wix-location'; $w.onReady(function () { // HERO CTA scroll to lead magnet $w("#ctaHero").onClick(() => { $w("#leadSection").scrollTo(); }); // LEAD CTA scroll $w("#ctaLead").onClick(() => { $w("#leadSection").scrollTo(); }); // FINAL CTA scroll $w("#ctaFinal").onClick(() => { $w("#leadSection").scrollTo(); }); // BUY BUTTON (redirect to checkout or product page) $w("#ctaBuy").onClick(() => { wixLocation.to("/product-page"); // change to your course page URL }); // FORM SUBMISSION $w("#submitLead").onClick(async () => { const name = $w("#inputName").value; const email = $w("#inputEmail").value; if (!name || !email) { $w("#successMessage").text = "Please fill in all fields."; $w("#successMessage").show(); return; } const data = { name: name, email: email, source: "Aircraft Upholstery Landing Page" }; try { await wixData.insert("Leads", data); $w("#successMessage").text = "Success. Check your email for the guide."; $w("#successMessage").show(); // Optional: redirect after submit setTimeout(() => { wixLocation.to("/thank-you"); }, 2000); } catch (err) { $w("#successMessage").text = "Error. Please try again."; $w("#successMessage").show(); } }); });
top of page
Interiors inside a private luxury business jet.jpg

Become an Aircraft Interior Upholstery Technician

“A Transport Canada–aligned, FAA-referenced training program designed to qualify technicians for aircraft interior work under controlled environments.”

Why all untrained upholsters fail in Aviation

Automotive methods ≠ aircraft standards

No flammability compliance

No documentation system

Flames engulfing a luxury aircraft seat.png

The Di Lusso System

Regulatory training

Approved materials

Structured workflow

Inspection-ready finish

Sorry, but this form is now closed.

  • Facebook
  • LinkedIn

©2023 by UpholsteryPros. 

bottom of page