feat: manually assign appropriate reference images as requested by client
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 23s
Build & Deploy / 🧪 QA (push) Successful in 1m3s
Build & Deploy / 🏗️ Build (push) Successful in 1m51s
Build & Deploy / 🚀 Deploy (push) Successful in 27s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 44s
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-06-16 14:48:25 +02:00
parent e994d79895
commit 309a53624e
11 changed files with 16 additions and 10 deletions

View File

@@ -18,6 +18,7 @@ export const defaultLocations: Location[] = [
x: 66.38,
y: 14.04,
description: 'Netzanbindung Solarpark',
featuredImage: '/assets/photos/etib_ingenieure_tiefbau_solar_pv_planung_vermessung_gis-256.jpg',
},
{
id: 'proetzel',
@@ -26,6 +27,7 @@ export const defaultLocations: Location[] = [
x: 78.84,
y: 32.5,
description: 'Kabeltrasse Solarpark',
featuredImage: '/assets/photos/etib_ingenieure_tiefbau_solar_pv_planung_vermessung_gis-294.jpg',
},
{
id: 'ostbevern',
@@ -34,6 +36,7 @@ export const defaultLocations: Location[] = [
x: 26.64,
y: 39.84,
description: 'Netzanbindung Windpark',
featuredImage: '/assets/photos/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-100.jpg',
},
{
id: 'petershagen',
@@ -42,6 +45,7 @@ export const defaultLocations: Location[] = [
x: 36.26,
y: 35.79,
description: 'Netzanbindung Windpark',
featuredImage: '/assets/photos/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-12.jpg',
},
{
id: 'ketzin',
@@ -50,6 +54,7 @@ export const defaultLocations: Location[] = [
x: 72,
y: 34,
description: 'Netzausbau Gewerbegebiet',
featuredImage: '/assets/photos/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-14.jpg',
},
{
id: 'jevenstedt',
@@ -58,6 +63,7 @@ export const defaultLocations: Location[] = [
x: 43,
y: 9,
description: '110 kV Kabeltrasse',
featuredImage: '/assets/photos/Etib_E-tib_Tiefbau_Guben_Netzanbindung_Energie-15.jpg',
}
];