const { SectionHeader, ServiceCard, FeatureCard, StatsCounter, Timeline } = window.HisabCheckAccountancyDesignSystem_95b7f0; const { PageShell, CardLink, BrandCTABanner, useTweaks, TweaksPanel, TweakSection, TweakRadio, FeatureImage, fadeInDecoded, fadeInRef } = window; const SD = window.SiteData; const TWEAK_DEFAULTS = /*EDITMODE-BEGIN*/{ "look": "rounded", "pace": "comfortable", "heroEnergy": "floating" }/*EDITMODE-END*/; const LOOK_PRESETS = { crisp: { '--radius-card': '8px', '--radius-button': '6px', '--radius-input': '6px', '--radius-section': '16px', '--shadow-card': '0 1px 2px rgba(15,23,42,0.08)', '--shadow-card-hover': '0 3px 10px rgba(15,23,42,0.10)', '--shadow-float': '0 6px 16px rgba(15,23,42,0.12)' }, rounded: null, soft: { '--radius-card': '28px', '--radius-button': '20px', '--radius-input': '18px', '--radius-section': '40px', '--shadow-card': '0 10px 26px rgba(30,64,175,0.10)', '--shadow-card-hover': '0 16px 34px rgba(30,64,175,0.14)', '--shadow-float': '0 22px 52px rgba(30,64,175,0.16)' }, }; const PACE_PRESETS = { compact: { '--home-gap': '56px', '--home-hero-pad-t': '48px', '--home-hero-pad-b': '40px' }, comfortable: null, airy: { '--home-gap': '136px', '--home-hero-pad-t': '104px', '--home-hero-pad-b': '96px' }, }; const ALL_VARS = ['--radius-card', '--radius-button', '--radius-input', '--radius-section', '--shadow-card', '--shadow-card-hover', '--shadow-float', '--home-gap', '--home-hero-pad-t', '--home-hero-pad-b']; function applyTweaks(t) { const root = document.documentElement.style; ALL_VARS.forEach(v => root.removeProperty(v)); const applyPreset = preset => { if (preset) Object.entries(preset).forEach(([k, v]) => root.setProperty(k, v)); }; applyPreset(LOOK_PRESETS[t.look]); applyPreset(PACE_PRESETS[t.pace]); } function BrandHero({ heroEnergy }) { return ( UK-wide online accounting UK accounting & tax services made simple Helping individuals, self-employed professionals, landlords and limited companies manage their UK accounting and tax responsibilities with confidence — entirely online. Book free consultation Chat on WhatsApp 24hAverage response time UK-wideRemote service 100%Digital document handling Self assessment status Filed on time Documents shared securely Encrypted upload VAT return Q3 submitted ); } function Home() { const whyItems = [ { icon: '⚡', title: 'Fast turnaround', description: 'Most requests answered within one business day.' }, { icon: '💷', title: 'Transparent pricing', description: 'Clear, upfront fees — no surprise invoices.' }, { icon: '🤝', title: 'Personal service', description: 'A named accountant you can speak to directly.' }, { icon: '💻', title: 'Technology-driven', description: 'Cloud tools and secure portals, not paper trays.' }, { icon: '🔒', title: 'Secure document handling', description: 'Encrypted, secure sharing for every document you send.' }, { icon: '💬', title: 'WhatsApp & email support', description: 'Reach us the way that suits you, whenever you need to.' }, ]; return ( {SD.services.slice(0, 6).map(s => )} View all services → {whyItems.map(f => )} ); } ReactDOM.createRoot(document.getElementById('root')).render();
Helping individuals, self-employed professionals, landlords and limited companies manage their UK accounting and tax responsibilities with confidence — entirely online.