// Static site page copy (about, methodology, disclosure, contact). // Loaded by app.jsx; HTML shells generated by build.js. const SITE_PAGES = { about: { metaDescription: 'Why Smelebrity exists, how we research celebrity fragrances, and what we are building next.', headline: 'About Smelebrity', sections: [ { heading: 'Why this site exists', paragraphs: [ 'Fragrance is rarely about the liquid in the bottle. It is about the version of yourself you want to lead with.', 'We built Smelebrity because we believe that smelling intentional - like someone who chose to be in the room - is one of the smallest, most underrated confidence tools available to any man.', 'The celebrity angle is not a gimmick. When you know that Chris Hemsworth has worn Boss Bottled since 2017, or that Frank Sinatra\'s scent was commissioned by Creed in the 1950s, or that Marlon Brando deliberately wore a women\'s fragrance because he felt like it - those stories change how you wear the fragrance. You borrow their confidence until yours catches up.', ], }, { heading: 'What we do', paragraphs: [ 'Every celebrity on Smelebrity is sourced from on-the-record interviews, confirmed brand endorsement deals, brand house archives, or documented historical records. Source confidence is noted on every page - from confirmed campaign endorsements to historical community records.', 'We do not accept sponsored picks. The Amazon links fund the research. The choice of scent is never affected by commission.', ], }, { heading: 'What we are building', paragraphs: [ 'Smelebrity launched with 26 celebrities across two categories - trending and Old Hollywood. We add new celebrities when the research meets our standard. We update existing pages when celebrities change their signature scent.', 'The journal covers fragrance, confidence, and the quiet rituals that help you show up as the version of yourself you are working toward.', 'We are glad you are here.', ], }, ], }, 'research-methodology': { metaDescription: 'How Smelebrity verifies celebrity fragrances and what each source confidence level means.', headline: 'Research Methodology', sections: [ { heading: 'How we verify celebrity fragrances', paragraphs: [ 'Every celebrity fragrance on Smelebrity is assigned a source confidence level. This appears on every celebrity page so you know exactly how well-documented each pick is.', ], }, { heading: 'Source confidence levels', type: 'cards', items: [ { title: 'Endorsed', body: 'The celebrity has an active or confirmed paid endorsement deal with the fragrance brand. Campaign materials, press releases, or brand announcements confirm the relationship.', examples: 'Examples: Jacob Elordi for Bleu de Chanel, Austin Butler for YSL MYSLF, Johnny Depp for Dior Sauvage.', }, { title: 'Confirmed', body: 'The celebrity has referenced the fragrance in interviews, on record, or through documented public appearances. No paid deal confirmed, but the association is direct and sourced.', examples: 'Examples: Chris Hemsworth and Boss Bottled, Henry Cavill and Creed Aventus, Pedro Pascal and Boyd\'s of Texas.', }, { title: 'Documented', body: 'The fragrance is confirmed through brand house archives, official brand histories, biographies, or primary source accounts from people who knew the celebrity directly.', examples: 'Examples: Frank Sinatra and Creed Bois du Portugal (Creed house archives), Cary Grant and Acqua di Parma Colonia (brand history), James Dean and Caron Pour Un Homme (official brand records).', }, { title: 'Historical', body: 'The association is supported by fragrance community records, cross-referenced secondary sources, or strong period-appropriate circumstantial evidence. We note these clearly so you can weigh the evidence yourself.', examples: 'Examples: Humphrey Bogart and Creed Tabarome, Steve McQueen and Dior Eau Sauvage, Clark Gable era association with Aramis.', }, ], }, { heading: 'What we do not do', paragraphs: [ 'We do not publish picks based on rumour, unverified forum posts, or speculation. We do not accept payment to feature any fragrance. We do not guarantee that a celebrity currently wears a fragrance - endorsement deals end and personal tastes change. We update pages when we become aware of changes.', ], }, ], }, 'amazon-disclosure': { metaDescription: 'Amazon Associates disclosure for Smelebrity and how affiliate links relate to our recommendations.', headline: 'Amazon Associates Disclosure', sections: [ { heading: 'Affiliate disclosure', paragraphs: [ 'Smelebrity is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com.', 'When you click a "Buy on Amazon" link on this site and make a purchase, we may earn a small commission at no extra cost to you.', ], }, { heading: 'How this affects our recommendations', paragraphs: [ 'It does not. Every celebrity fragrance on Smelebrity is chosen based on documented research - not commission rates. Some fragrances on this site are not available on Amazon and link to brand websites directly, earning us nothing. We link to those anyway because the research led us there.', 'The commission from Amazon links funds the ongoing research, hosting, and time that goes into maintaining this site.', ], }, { heading: 'Other retailers', paragraphs: [ 'Some fragrances on Smelebrity are not available on Amazon. In those cases we link directly to the brand or an authorised retailer. These links are not currently affiliate links. We earn no commission from them.', ], }, { heading: 'Questions', paragraphs: [ 'If you have any questions about our affiliate relationships or how we choose the fragrances we feature, contact us at the address on our contact page.', ], }, ], }, contact: { metaDescription: 'Contact Smelebrity for corrections, additions, press, and general enquiries.', headline: 'Contact', sections: [ { heading: 'Get in touch', paragraphs: ['We are a small operation and we read everything.'], }, { heading: 'What we are happy to hear about', type: 'list', items: [ 'A celebrity fragrance we have wrong or that has changed', 'A celebrity we should add and the source that confirms it', 'A correction to any information on the site', 'Press or partnership enquiries', ], }, { heading: 'What we cannot help with', type: 'list', items: [ 'Fragrance recommendations beyond what is on the site', 'Refund or delivery issues - please contact Amazon or the retailer directly', ], }, { heading: 'Email', type: 'email', address: 'hello@smelebrity.com', note: 'We aim to respond within 48 hours. We read and consider every correction submitted.', }, ], }, }; window.SITE_PAGES = SITE_PAGES;