interactive map
Some checks failed
Build & Deploy KLZ Cables / deploy (push) Failing after 39s

This commit is contained in:
2026-01-25 13:46:31 +01:00
parent 8affb7878f
commit fb6af84a42
92 changed files with 210 additions and 776 deletions

View File

@@ -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']
}
});