This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { getTranslations } from 'next-intl/server';
|
||||
|
||||
export const SITE_URL = 'https://klz-cables.com';
|
||||
export const LOGO_URL = `${SITE_URL}/logo.png`;
|
||||
|
||||
export const getOrganizationSchema = () => ({
|
||||
@@ -16,7 +14,7 @@ export const getOrganizationSchema = () => ({
|
||||
'@type': 'ContactPoint',
|
||||
telephone: '+49-881-92537298',
|
||||
contactType: 'customer service',
|
||||
email: 'info@klz-vertriebs-gmbh.com',
|
||||
email: 'info@klz-cables.com',
|
||||
availableLanguage: ['German', 'English']
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user