module.exports = { brand: { name: 'AutoTQ', legalName: 'Golden Hour Medical, Inc.', tagline: 'Empowering anyone to stop the bleed with audio instructions and one-button activation.' }, contact: { phoneDisplay: '+1 561-325-8758', phoneHref: 'tel:+15613258758', email: 'info@theautotq.com', addressLine1: '6590 W Rogers Circle Suite 5', addressLine2: 'Boca Raton, FL 33487' }, assets: { logo: 'https://images.squarespace-cdn.com/content/v1/6491d25fefa4aa7d4b856ce6/44ea0cbc-1d90-43ab-b2ca-38f9f2717c73/newlogooo.png?format=1500w', images: { hero: 'https://images.squarespace-cdn.com/content/v1/6491d25fefa4aa7d4b856ce6/379c6058-a7a4-4af5-b379-fe86a13084b8/IMG_6201.JPG', product: 'https://images.squarespace-cdn.com/content/v1/6491d25fefa4aa7d4b856ce6/38f01936-8f6b-439d-9fa1-5c9860745f16/DSC_7139+%281%29.jpg', videoThumb: 'https://img.youtube.com/vi/4PnhBm5WIg0/maxresdefault.jpg', hannah: 'https://images.squarespace-cdn.com/content/v1/6491d25fefa4aa7d4b856ce6/27abd685-ee03-4aa7-915e-f297515184eb/Hannah+Headshot.jpg', team2: 'https://images.squarespace-cdn.com/content/v1/6491d25fefa4aa7d4b856ce6/809cb685-0242-4d26-a5ec-55904d83d054/1666112743775.jpg', team3: 'https://images.squarespace-cdn.com/content/v1/6491d25fefa4aa7d4b856ce6/d545653b-92ba-4db5-91a7-aec5e7e35b9f/IMG_2699.png', team4: 'https://images.squarespace-cdn.com/content/v1/6491d25fefa4aa7d4b856ce6/922b633d-e930-472e-bda6-da2c08eb6fb3/DSC_1584.jpg' } }, literature: [ { title: 'AutoTQ Booklet', url: 'https://theautotq.com/s/AutoTQ-Booklet.pdf' }, { title: 'AutoTQ Flyer', url: 'https://theautotq.com/s/AutoTQ-Flyer.pdf' }, { title: 'OSHA Whitepaper', url: 'https://theautotq.com/s/OSHA-Whitepaper.pdf' }, { title: 'Relevant Industries AutoTQ', url: 'https://theautotq.com/s/Relevant-Industries-AutoTQ.pdf' } ], nav: [ { label: 'Home', href: '/' }, { label: 'About', href: '/about' }, { label: 'Company', href: '/company' }, { label: 'Research', href: '/research' }, { label: 'Training', href: '/training' }, { label: 'Literature', href: '/literature' }, { label: 'News', href: '/news' }, { label: 'Testimonials', href: '/testimonials' }, { label: 'Articles', href: '/articles' }, { label: 'Contact', href: '/contact' } ], theme: { colors: { bg: '#ffffff', bgAlt: '#f7f7f7', text: '#1a1a1a', muted: '#4a4a4a', accent: '#d12020', accent2: '#dc0000', card: '#ffffff', border: '#e6e6e6' }, radius: { sm: '10px', md: '16px', lg: '24px' }, maxWidth: '1200px' } };