This commit is contained in:
2026-03-29 10:26:38 -05:00
parent 05d4f6e78b
commit b1c99893a6
1628 changed files with 67782 additions and 60143 deletions

View File

@@ -1,20 +1,20 @@
export const siteConfig = {
name: 'GreenLens',
domain: 'https://greenlns.ai',
supportEmail: 'support@greenlns.ai',
legalEmail: 'contact@greenlns.ai',
iosAppStoreUrl: '',
androidPlayStoreUrl: '',
company: {
legalName: 'GreenLens',
representative: 'Tim Knuth',
addressLine1: 'Replace with your legal business address',
addressLine2: '',
country: 'Germany',
registry: 'Replace with your company registry details',
vatId: 'Replace with your VAT ID or remove this line',
},
} as const
export const hasIosStoreUrl = siteConfig.iosAppStoreUrl.trim().length > 0
export const hasAndroidStoreUrl = siteConfig.androidPlayStoreUrl.trim().length > 0
export const siteConfig = {
name: 'GreenLens',
domain: 'https://greenlns-landing.vercel.app',
supportEmail: 'knuth.timo@gmail.com',
legalEmail: 'knuth.timo@gmail.com',
iosAppStoreUrl: '',
androidPlayStoreUrl: '',
company: {
legalName: 'GreenLens',
representative: 'Tim Knuth',
addressLine1: 'Replace with your legal business address',
addressLine2: '',
country: 'Germany',
registry: 'Replace with your company registry details',
vatId: 'Replace with your VAT ID or remove this line',
},
} as const
export const hasIosStoreUrl = siteConfig.iosAppStoreUrl.trim().length > 0
export const hasAndroidStoreUrl = siteConfig.androidPlayStoreUrl.trim().length > 0