export const SITE_NAME = 'InternetPressure.io'; export const TAGLINE = 'The real-time pressure gauge for the Internet'; export const DESCRIPTION = 'A live, independent measure of how stressed the public Internet is right now: routing, latency, DNS, availability, HTTP/TLS and path signals from our own probe network and open BGP telemetry, synthesised into one explainable 0–100 index.'; export const SITE_URL = process.env.NEXT_PUBLIC_SITE_URL ?? 'https://www.internetpressure.io'; export const CONTACT_EMAIL = 'contact@spboucher.ai'; export const AUTHOR = 'Simon-Pierre Boucher';