src/app/components/LiteSiteCta/liteSiteConfig.tsx
import { Services } from '#app/models/types/global';
export const defaultTranslations = {
onboardingMessage: `You’re viewing a text-only version of this website that uses less data. View the main version of the website including all images and videos.`,
toMainSite: 'Take me to the main website',
informationPage: 'Find out more about this data-saving version',
informationPageLink: '#',
dataSaving: 'Data saving version',
};
export const liteEnabledServices: Services[] = ['gahuza'];