// Shared data model for both AEVUM directions const AEVUM_CATEGORIES = [ { id: 'all', label: 'All Products', count: 84 }, { id: 'filler', label: 'Filler', count: 22 }, { id: 'skinbooster', label: 'Skinbooster', count: 18 }, { id: 'body', label: 'Body Filler', count: 14 }, { id: 'hifu', label: 'HIFU Machines', count: 9 }, { id: 'devices', label: 'Devices', count: 12 }, { id: 'consumable', label: 'Consumables', count: 9 }, ]; const AEVUM_PRODUCTS = [ { id: 'p01', cat: 'hifu', name: 'OLIGIO', sub: 'Wontech monopolar RF · Tightening & lifting platform', stock: 'In stock', moq: 1, badge: 'NEW 2026', img: 'assets/oligio.png' }, { id: 'p02', cat: 'hifu', name: 'LIFTERA', sub: 'Dual applicator HIFU · Line + Pen · 4.5mm/4MHz', stock: 'In stock', moq: 1, badge: null, img: 'assets/liftera.png' }, { id: 'p25', cat: 'hifu', name: 'SHURINK UNIVERSE', sub: 'Classys MMFU/HIFU · Booster + Volume + Universe cartridges', stock: 'In stock', moq: 1, badge: null, img: 'assets/shurink-universe.png' }, { id: 'p18', cat: 'devices', name: 'HOMETHERA', sub: 'Home-use HIFU · 4.5mm + 3.0mm cartridges', stock: 'In stock', moq: 1, badge: null, img: 'assets/homethera.png' }, { id: 'p19', cat: 'devices', name: '1st LUCENIA', sub: 'LED + scalp microcurrent dual head device', stock: 'In stock', moq: 1, badge: null, img: 'assets/lucenia.png' }, { id: 'p05', cat: 'filler', name: 'AESSOA', sub: 'HA Filler line · Ultra · Global · Deep · Shine', stock: 'In stock', moq: 12, badge: null, img: 'assets/aessoa.png' }, { id: 'p13', cat: 'filler', name: 'JUVÉDERM Vycross', sub: 'Volbella · Volift · Voluma · Volux · FDA approved', stock: 'In stock', moq: 6, badge: 'FDA', img: 'assets/juvederm.png' }, { id: 'p14', cat: 'filler', name: '순수필 Soonsoofill', sub: 'HA Filler with Lidocaine · 50/100/300/500 · 1.1mL', stock: 'In stock', moq: 12, badge: null, img: 'assets/soonsoofill.png' }, { id: 'p16', cat: 'filler', name: 'MINT FILL', sub: 'Soft · Mild · Hard · Ultra type · 1.0mL', stock: 'In stock', moq: 12, badge: null, img: 'assets/mintfill.png' }, { id: 'p06', cat: 'skinbooster', name: 'PINKELLA PN', sub: 'PN biostimulator · 2mL × 2 syringes', stock: 'In stock', moq: 6, badge: 'BESTSELLER', img: 'assets/pinkella.png' }, { id: 'p07', cat: 'skinbooster', name: 'REJURAN STYLE', sub: 'PN rejuvenation · 2mL × 2 syringes', stock: 'In stock', moq: 6, badge: null, img: 'assets/rejuran.png' }, { id: 'p08', cat: 'skinbooster', name: 'i·NOVA H+L', sub: 'H-HA + L-HA · Amino & Succinic acid · 2.5mL', stock: 'In stock', moq: 6, badge: 'NEW', img: 'assets/inova.png' }, { id: 'p09', cat: 'skinbooster', name: 'i·JUV PN', sub: 'Polynucleotide · 1.1mL pre-filled syringe', stock: 'In stock', moq: 6, badge: null, img: 'assets/ijuv.png' }, { id: 'p10', cat: 'skinbooster', name: 'eXowell', sub: 'Hydrolyzed cell infusion · Powder 10mg + Amino 5mL', stock: 'In stock', moq: 6, badge: null, img: 'assets/exowell.png' }, { id: 'p11', cat: 'skinbooster', name: 'AESPLLA', sub: 'Poly-L-Lactic Acid powder · 65mg vial · CE 1434', stock: 'In stock', moq: 6, badge: null, img: 'assets/aesplla.png' }, { id: 'p23', cat: 'skinbooster', name: 'PNAD', sub: 'NMN + NAD+ + PN · Anti-aging booster · 3mL', stock: 'In stock', moq: 6, badge: 'NEW', img: 'assets/pnad.png' }, { id: 'p12', cat: 'body', name: 'iLEAD 70', sub: '70mL Body Filler · Vial type', stock: 'In stock', moq: 4, badge: 'NEW', img: 'assets/ilead70.png' }, { id: 'p15', cat: 'thread', name: 'PDO Thread', sub: 'Absorbable PDO suture · Mono/Mono Screw/Double · 25–29G · Undyed', stock: 'In stock', moq: 20, badge: null, img: 'assets/pdo-thread.png' }, { id: 'p22', cat: 'devices', name: 'Mark Vu', sub: 'AI Skin Analyzer · Multi-spectral imaging', stock: 'In stock', moq: 1, badge: null, img: 'assets/markvu.png' }, { id: 'p20', cat: 'peeling', name: 'XE`LHA (Peel)', sub: 'Lipo HydToxy + Capryloyl Salicylic Acid · Peel & Fill · 50mL', stock: 'In stock', moq: 6, badge: null, img: 'assets/xelha-peel.png' }, { id: 'p21', cat: 'peeling', name: 'XE`LHA (Y)', sub: 'Body Peeling Solution · 5mL · All skin types', stock: 'In stock', moq: 12, badge: null, img: 'assets/xelha-y.png' }, { id: 'p24', cat: 'thread', name: 'Rainbow Thread', sub: 'PDO · PCL · PLLA · Absorbable lifting threads · Assorted box', stock: 'In stock', moq: 4, badge: null, img: 'assets/rainbow-thread.png' }, { id: 'p17', cat: 'consumables', name: 'Everline Premium Cannula', sub: 'Blunt-tip cannula · 22G · 25G · 27G', stock: 'In stock', moq: 24, badge: null, img: 'assets/everline-cannula.png' }, ]; const AEVUM_PROCESS = [ { n: '01', title: 'Send your list', body: 'Submit a quotation request with the items, quantities, and destination country. One form, no account needed.' }, { n: '02', title: 'We confirm', body: 'Our wholesale team replies within 24 hours with availability, MOQ, certifications, and a sealed quote (CIF or EXW).' }, { n: '03', title: 'Verify & pay', body: 'You receive lab certificates, batch numbers, and the proforma invoice. Pay 30% deposit by T/T or L/C.' }, { n: '04', title: 'Cold-chain ship', body: 'Cold-chain logistics from Incheon. DHL, FedEx, or container freight. Full tracking + shipment dossier.' }, { n: '05', title: 'Land & restock', body: 'You receive the goods sealed and certified. Re-orders use a saved buyer profile — no re-quoting needed.' }, ]; const AEVUM_CERTS = [ { code: 'CGMP', body: 'Korea CGMP certified manufacturing partner' }, { code: 'ISO', body: 'ISO 13485 medical device quality management' }, { code: 'FDA', body: 'FDA-listed and KFDA approved formulations' }, { code: 'CE', body: 'CE-marked devices for EU import' }, ]; const AEVUM_PRODUCT_DETAIL = { id: 'p01', name: 'ULTHERA PRIME', category: 'HIFU Machine', status: 'In stock · Ships from Incheon', badge: 'NEW 2026', sku: 'AVM-HF-UPR-001', moq: '1 unit', warranty: '24 months', origin: 'Republic of Korea', voltage: '110V / 220V (auto)', cartridges: ['1.5mm 10MHz', '3.0mm 7MHz', '4.5mm 4MHz', '13mm 2MHz', '6.0mm 2MHz'], shots: '20,000 shots / cartridge', description: 'A fourth-generation HIFU platform engineered with a multi-frequency transducer array. Delivers focused thermal coagulation points across SMAS, dermal, and subcutaneous depths — for non-invasive lifting of face and body. Built on a Korean medical-grade chassis with closed-loop temperature monitoring.', highlights: [ 'Multi-depth array: 1.5 / 3.0 / 4.5 / 6.0 / 13mm', 'Real-time skin contact + temperature feedback', 'Cold-chain delivery + on-site engineer setup', 'CE / KFDA / CGMP-certified factory', ], }; // Featured products for the hero rotator const AEVUM_FEATURED = [ { id: 'rejuran', name: 'REJURAN STYLE', tagline: 'PN rejuvenation skinbooster · 2mL × 2 syringes', badge: 'BESTSELLER', swatch: '#5B8FB9', accent: '#FFFFFF', img: 'assets/rejuran.png', }, { id: 'oligio', name: 'OLIGIO', tagline: 'Wontech monopolar RF · Tightening & lifting platform', badge: 'NEW · 2026', swatch: '#7AAEC9', accent: '#FFFFFF', img: 'assets/oligio.png', }, { id: 'liftera', name: 'LIFTERA', tagline: 'Dual applicator HIFU · Line + Pen · 4.5mm/4MHz', badge: 'IN STOCK', swatch: '#9BC4D9', accent: '#FFFFFF', img: 'assets/liftera.png', }, { id: 'ilead70', name: 'iLEAD 70', tagline: '70mL body filler · Vial type for volume restoration', badge: 'NEW', swatch: '#6FA8C9', accent: '#FFFFFF', img: 'assets/ilead70.png', }, ]; const AEVUM_ACHIEVEMENTS = [ { value: '420k+', label: 'Units shipped', sub: 'Across 2025 — clinics and distributors served worldwide.' }, { value: '#1', label: 'Korea-export volume', sub: 'Recognized as a leading K-beauty wholesale partner since 2024.' }, { value: '38', label: 'Countries served', sub: 'Distribution into Asia-Pacific, Middle East, Europe, and Latin America.' }, { value: '11 yrs', label: 'Exporting', sub: 'Operating from Seoul and Incheon since 2015.' }, ]; const AEVUM_SERVICES = [ { id: 'training', title: 'CLINICAL TRAINING', body: 'On-site and online certification for HIFU machines, fillers, and skinboosters. Korean-trained specialists, multi-language support.', img: 'assets/clinical-training.png' }, { id: 'support', title: 'TECHNICAL SUPPORT', body: 'Engineer-level remote diagnostics for devices, on-site repair within the GCC, EU, and SEA partner networks.', img: 'assets/technical-support.png' }, { id: 'logistics', title: 'COLD-CHAIN LOGISTICS', body: 'Temperature-monitored shipments out of Incheon, full track-and-trace, customs paperwork prepared per destination.', img: 'assets/cold-chain.png' }, { id: 'marketing', title: 'CO-MARKETING', body: 'Clinic launch kits, brand assets, training videos, and event support for wholesale partners.', img: 'assets/co-marketing.png' }, ]; const AEVUM_PARTNERS = [ 'CLASSYS', 'JEISYS', 'LG Chem', 'Hugel', 'Medytox', 'Hironic', 'Daewoong', 'GS Caltex', 'Pacific', 'Donga ST', 'Genoss', 'NewMedical', ]; const AEVUM_TESTIMONIALS = [ { name: 'Dr. Kavita Menon', role: 'Aesthetic Director, Mumbai', quote: 'AEVUM became our default Korean supplier within a year. The 24-hour quote turnaround and transparent batch documents made due diligence painless.', }, { name: 'Mahmoud Tariq', role: 'Procurement Lead, Doha', quote: 'We compared three Korean wholesalers for HIFU; AEVUM\'s lead time and on-site engineer setup decided it. Two units installed within ten days.', }, { name: 'Dr. Lina Sofyan', role: 'Clinic Owner, Jakarta', quote: 'Their CGMP paperwork is the most complete I have seen from Seoul. Customs cleared on first attempt for every shipment so far.', }, { name: 'Sergio Almeida', role: 'Distributor, São Paulo', quote: 'AEVUM\'s catalogue covers everything we need for face and body in one place. The newest 2026 platforms arrived before any local competitor had them.', }, ]; window.AEVUM_CATEGORIES = AEVUM_CATEGORIES; window.AEVUM_PRODUCTS = AEVUM_PRODUCTS; window.AEVUM_PROCESS = AEVUM_PROCESS; window.AEVUM_CERTS = AEVUM_CERTS; window.AEVUM_PRODUCT_DETAIL = AEVUM_PRODUCT_DETAIL; window.AEVUM_FEATURED = AEVUM_FEATURED; window.AEVUM_ACHIEVEMENTS = AEVUM_ACHIEVEMENTS; window.AEVUM_SERVICES = AEVUM_SERVICES; window.AEVUM_PARTNERS = AEVUM_PARTNERS; window.AEVUM_TESTIMONIALS = AEVUM_TESTIMONIALS;