fresu-electronics-website

Fresu Electronics — Website Pages

Private repository. HTML embed files for fresuelectronics.com (Wix). Each file is pasted into a Wix HTML iframe embed on the corresponding page.


Site Map

fresuelectronics.com/
├── / ─────────────────────── homepage.html
│     Two-path hero: For Companies / For Engineers
│     Credibility strip · Testimonials · About strip · Final CTA
│
├── /for-companies ─────────── for-companies-v2.html
│     Business B consulting funnel
│     Problem framing · Cost strip · Who qualifies · Offers (Audit €8K / Architect €30K)
│     Visual timeline process · Authority section · Testimonials · FAQ
│
├── /emc-risk-review ────────── lead-magnet-b.html        ← B avatar lead magnet
│     Free 30-min EMC Risk Review offer
│     Who qualifies / who doesn't · Two-path outcome (Koalender / free resource)
│     CTA → /emc-audit (BANT qualification form)
│
├── /emc-audit ──────────────── emc-audit.html            ← BANT application form
│     What the audit covers (4 steps)
│     Styled BANT qualification form (FormSubmit → info@fresuelectronics.com)
│     Wix form ID: a61b5e10-0361-402e-a2e9-ca28a1d09d02
│
├── /courses ────────────────── courses.html
│     Course overview / learning path
│     3 course cards (PCB Step 01 · EMC Step 02 · Bundle Step 03)
│
├── /emc-course ─────────────── emc-course.html
│     EMC/EMI Design Course — €1,299/user (enterprise €999)
│     11 modules · Pricing tiers · Testimonials · FAQ
│
├── /pcb-course ─────────────── pcb-course.html
│     PCB Design Mastery — €249/user (enterprise €179)
│     24 modules · KiCad · Pricing tiers · Testimonials · FAQ
│
├── /bundle ─────────────────── bundle.html
│     Complete Course Bundle — €1,449/user
│     Both courses · Save €99 · Skool checkout
│
├── /about ──────────────────── about.html
│     Full credentials: IPC cert · ETH Zurich · Lodz · Delft EV
│     Career timeline · Sectors served · Reach numbers
│
├── /resources ──────────────── resources.html
│     Free tools hub (Business A lead magnets)
│     Stackup template · Pre-layout checklist · HW spec guide
│     Interactive tool (tool.fresuelectronics.com)
│     EMI Control Guides (paid) callout
│
└── [Wix native pages — not in this repo]
    ├── /blog        Wix blog (30+ posts, managed in Wix)
    └── /testimonials Wix testimonials page

Funnel Architecture

BUSINESS B — Consulting (CTO / Head of Hardware)
  LinkedIn post (problem/cost framing)
      ↓
  /for-companies   (explains what we do for companies)
      ↓
  /emc-risk-review  (explains the free diagnostic call)
      ↓
  /emc-audit        (BANT form → info@fresuelectronics.com)
      ↓
  Qualified → Koalender booking (https://koalendar.com/e/meet-with-dario-discovery)
  Not qualified → free resource

BUSINESS A — Education (individual engineers)
  LinkedIn / YouTube / free resources
      ↓
  /resources       (free tools + email opt-in → email sequence)
      ↓
  /courses         (course overview)
      ↓
  /pcb-course / /emc-course / /bundle
      ↓
  Skool checkout (€249 / €1,299 / €1,449 + VAT)

Design System

Token Value Usage
--bg #0a0a0a Page background
--s #111 Surface / card background
--s2 #161616 Elevated surface
--b #1e1e1e Default border
--b2 #2a2a2a Subtle border
--fg #fff Primary text
--m #b8c4d0 Muted text (labels)
--m2 #e2e8f2 Body text
--ac #00FF94 Accent green (CTAs, highlights)
--wn #f59e0b Amber (warnings, bundle)

Font: Poppins only (400, 500, 600, 700, 800)
Buttons: border-radius 2px (sharp, never rounded)
Grid gaps: 2px between cards


Key URLs & IDs

Item Value
Wix Site ID 7a4f9da8-b132-4f18-a054-4d48c5df90f8
BANT Form ID (Wix) a61b5e10-0361-402e-a2e9-ca28a1d09d02
Form submissions email info@fresuelectronics.com
Koalender booking https://koalendar.com/e/meet-with-dario-discovery
EMC Audit price €8,000 + VAT
Architect System price €30,000/month + VAT
EMC Course individual €1,299 + VAT
EMC Course startup (3–5) €1,099 + VAT → Stripe fZu14g...
EMC Course enterprise (6+) €999 + VAT → Stripe eVq28k...
PCB Course individual €249 + VAT → Skool
PCB Course startup (3–5) €199 + VAT → Stripe dRmbIU...
PCB Course enterprise (6+) €179 + VAT → Stripe 28EaEQ...
Bundle €1,449 + VAT → Skool

How to embed in Wix

  1. Go to Wix Editor → add an HTML iframe element
  2. Set width to 100%, height to match content
  3. Paste the full HTML file content
  4. The auto-resize script inside each file adjusts iframe height automatically
  5. All CTAs use target="_parent" to navigate the full Wix page

Repository Structure

/
├── README.md
├── pages/
│   ├── homepage.html
│   ├── for-companies-v2.html
│   ├── emc-risk-review.html      (lead-magnet-b)
│   ├── emc-audit.html
│   ├── courses.html
│   ├── emc-course.html
│   ├── pcb-course.html
│   ├── bundle.html
│   ├── about.html
│   └── resources.html
└── assets/
    └── images/
        ├── course-emc-design.png
        ├── course-pcb-design.png
        └── course-bundle.png