// Biolite — shared components: Nav, Footer, BookingModal, marks const { useState, useEffect, useRef } = React; // Small inline SVG of the brand fan mark (reproduces media/biolite-icon-gradient.svg colors) function BrandMark({ size = 44, monotone = false }) { const fill = monotone ? "currentColor" : "url(#bm-grad)"; return ( ); } function Logo({ height = 44, dark = false }) { return (
Your consultation request is with our coordinator. We'll reach out via {data.contact === "whatsapp" ? "WhatsApp" : data.contact === "call" ? "phone" : "email"} within one working day.