export const DOMAIN_MAPPINGS: Record<string, string> = {
// Existing
crypto: "dashboard numbers metrics chart dark mode",
fintech: "pricing table trust security calculator data",
modern: "clean minimal bento gradient",
// Industries
ecommerce: "gallery image search filter pricing plans reviews hero cart",
healthcare: "dashboard metrics table trust profile form clean medical",
education: "dashboard profile search gallery clean learning course",
realestate: "map location gallery image search filter property listing",
travel: "map location gallery image search filter reviews destination booking",
saas: "dashboard chart metrics pricing plans table modern analytics toggle dark mode theme switch scroll navigation footer utility back-to-top accessibility",
gaming: "dark mode social profile feed gallery modern stream immersive",
social: "feed profile social gallery search modern community chat",
news: "feed search bento clean modern image article trending",
portfolio: "gallery image profile clean modern bento showcase creative",
// Page Types
landing: "hero cta testimonials pricing features section toggle navigation header footer utility scroll dark-mode light-mode theme accessibility back-to-top",
dashboard: "analytics chart metrics kpi toggle dark mode theme panel sidebar navigation utility",
page: "landing hero section toggle dark mode navigation footer header utility accessibility",
// Concepts
security: "authentication password validation privacy alerts trust shield",
trust: "reviews testimonials badges secure verified",
analytics: "dashboard chart metrics table data visualization report",
onboarding: "form profile clean modern step guide welcome",
conversion: "pricing plans reviews trust hero cta signup",
// Feature keywords for landing pages
hero: "hero-centric headline visual banner above-fold primary",
pricing: "pricing-focused plans tiers comparison subscription",
testimonials: "social-proof reviews trust badges authority",
features: "feature-grid benefits highlights showcase",
cta: "call-to-action button conversion signup",
// Page intent helpers
website: "landing page hero cta testimonials features section",
web: "landing page hero cta section",
site: "landing page hero cta section",
homepage: "landing hero features cta testimonials pricing",
admin: "dashboard panel analytics metrics sidebar",
panel: "dashboard admin analytics metrics sidebar",
metrics: "dashboard analytics chart kpi data",
kpi: "dashboard metrics analytics chart data",
// Platform detection - iOS
ios: "hig human interface guidelines iphone ipad sf symbols cupertino design system apple guidelines swiftui like mobile native",
platform: "ios hig human interface iphone ipad sf symbols cupertino apple design swiftui style android material flutter native mobile",
iphone: "ios mobile hig human interface guidelines apple native cupertino sf symbols",
ipad: "ios tablet hig human interface guidelines apple native cupertino sf symbols",
apple: "ios hig human interface guidelines iphone ipad sf symbols cupertino design system swiftui native",
cupertino: "ios apple hig human interface guidelines sf symbols iphone ipad flutter native",
hig: "ios apple human interface guidelines cupertino sf symbols design system native mobile",
// Cross-platform iOS style keywords
"ios style": "cupertino hig human interface sf symbols apple design flutter react-native without swift",
"swiftui style": "ios cupertino hig sf symbols apple design flutter react-native",
"cupertino style": "ios hig flutter react-native apple design sf symbols",
"ios without swift": "cupertino flutter react-native ios style hig sf symbols",
"ios flutter": "cupertino hig sf symbols apple design ios style cross-platform",
"ios react native": "cupertino hig sf symbols apple design ios style cross-platform",
// Platform detection - Android
android: "material material design m3 material you google design jetpack compose kotlin ui dynamic color tonal elevation",
material: "android material design m3 material 3 material you google design dynamic color tonal elevation",
"material 3": "android material design m3 material you google design jetpack compose dynamic color",
"material design": "android m3 material 3 material you google design dynamic color tonal elevation",
m3: "android material material 3 material design material you google design dynamic color",
"jetpack compose": "android material m3 kotlin ui compose google design native",
compose: "android jetpack compose kotlin ui material m3 google design native",
"kotlin ui": "android jetpack compose compose material m3 google design native",
"google design": "android material m3 material design material you dynamic color tonal elevation",
"android hig": "material material design m3 material you google design jetpack compose",
"material you": "android material m3 material design dynamic color personalization google design",
"dynamic color": "android material you m3 material 3 personalization theming google design",
"tonal elevation": "android material m3 surface elevation depth google design",
// Cross-platform Android style keywords
"android style": "material m3 material design jetpack compose flutter react-native without kotlin",
"material style": "android m3 material design flutter react-native google design",
"android flutter": "material m3 material design android style cross-platform flutter",
"android react native": "material m3 material design android style cross-platform react-native",
};