feat(task-12): link Bohrtechnik to service pages and remove reference detailed links
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 36s
Build & Deploy / 🧪 QA (push) Successful in 2m7s
CI - Lint, Typecheck & Test / quality-assurance (pull_request) Successful in 3m31s
Build & Deploy / 🏗️ Build (push) Successful in 3m45s
Build & Deploy / 🚀 Deploy (push) Successful in 33s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 4s

This commit is contained in:
2026-06-10 11:39:38 +02:00
parent 0105c8c9a3
commit 9134d6b070
7 changed files with 57 additions and 72 deletions

View File

@@ -45,7 +45,6 @@ export const defaultLocations: Location[] = [
x: 66.38,
y: 14.04,
description: 'Netzanbindung Solarpark',
href: '/referenzen/dettmannsdorf',
},
{
id: 'proetzel',
@@ -54,7 +53,6 @@ export const defaultLocations: Location[] = [
x: 78.84,
y: 32.5,
description: 'Kabeltrasse Solarpark',
href: '/referenzen/proetzel',
},
{
id: 'ostbevern',
@@ -63,7 +61,6 @@ export const defaultLocations: Location[] = [
x: 26.64,
y: 39.84,
description: 'Netzanbindung Windpark',
href: '/referenzen/ostbevern',
},
{
id: 'petershagen',
@@ -72,7 +69,6 @@ export const defaultLocations: Location[] = [
x: 36.26,
y: 35.79,
description: 'Netzanbindung Windpark',
href: '/referenzen/petershagen',
},
{
id: 'ketzin',
@@ -81,7 +77,6 @@ export const defaultLocations: Location[] = [
x: 72,
y: 34,
description: 'Netzanbindung Windpark',
href: '/referenzen/ketzin',
},
{
id: 'jevenstedt',
@@ -90,7 +85,6 @@ export const defaultLocations: Location[] = [
x: 43,
y: 9,
description: 'Netzanbindung Windpark',
href: '/referenzen/jevenstedt',
}
];