'Check out the weekly menus, so you always know what deliciousness awaits in the Mensa. Plus, filter by your dietary needs and allergies to find the perfect meal for you. No more surprises.',
'We\'re constantly adding new features to make your student experience even better. Discover university news, listen to the HSRW podcasts, conveniently book study rooms, and much more within the app.',
staticconstStringprivacyLastUpdated='Last updated: May 1, 2023';
staticconstList<PrivacySection>privacySections=[
PrivacySection(
title:'Introduction',
content:
'This Privacy Policy describes how Your Indie App ("we", "our", or "us") collects, uses, and shares your personal information when you use our mobile application.',
),
PrivacySection(
title:'Information We Collect',
content:
'We collect information that you provide directly to us, such as when you create an account, use our services, or contact us for support. This may include your name, email address, and usage data.',
),
PrivacySection(
title:'How We Use Your Information',
content:
'We use the information we collect to provide, maintain, and improve our services, to communicate with you, and to comply with legal obligations.',
),
];
// Terms of Service
staticconstStringtosTitle='Terms of Service';
staticconstStringtosLastUpdated='Last updated: May 1, 2023';
staticconstList<TOSSection>tosSections=[
TOSSection(
title:'Acceptance of Terms',
content:
'By accessing or using Your Indie App, you agree to be bound by these Terms of Service and all applicable laws and regulations.',
),
TOSSection(
title:'Use of the Service',
content:
'You may use our service for your personal, non-commercial use only. You must not use the service for any illegal or unauthorized purpose.',
),
TOSSection(
title:'User Accounts',
content:
'You are responsible for maintaining the confidentiality of your account and password. You agree to accept responsibility for all activities that occur under your account.',