diff --git a/app/[locale]/contact/page.tsx b/app/[locale]/contact/page.tsx index 9d7f62e7..4e68b022 100644 --- a/app/[locale]/contact/page.tsx +++ b/app/[locale]/contact/page.tsx @@ -97,18 +97,17 @@ export default async function ContactPage({ params }: ContactPageProps) { image: 'https://klz-cables.com/logo.png', '@id': 'https://klz-cables.com', url: 'https://klz-cables.com', - telephone: '+49 881 92537298', address: { '@type': 'PostalAddress', - streetAddress: 'Trifthofstraße 57', - addressLocality: 'Weilheim i. OB', - postalCode: '82362', + streetAddress: 'Raiffeisenstraße 22', + addressLocality: 'Remshalden', + postalCode: '73630', addressCountry: 'DE', }, geo: { '@type': 'GeoCoordinates', - latitude: 47.8407, - longitude: 11.1421, + latitude: 48.8144, + longitude: 9.4144, }, openingHoursSpecification: [ { @@ -173,17 +172,6 @@ export default async function ContactPage({ params }: ContactPageProps) { -