diff --git a/src/app/page.tsx b/src/app/page.tsx
index 729e9db..d434835 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,48 +43,17 @@ export default function LandingPage() {
@@ -111,18 +65,9 @@ export default function LandingPage() {
title="Innovation in Gundelfingen"
description="Air Liquide ist ein internationaler Industriegashersteller mit französischen Wurzeln. Der Standort Gundelfingen steht für moderne Technik, nachhaltige Prozesse und industrielle Innovation direkt vor Ihrer Haustür."
bulletPoints={[
- {
- title: "Technologische Exzellenz",
- description: "Hochkomplexe Anlagentechnik auf dem neuesten Stand.",
- },
- {
- title: "Regionale Verankerung",
- description: "Ein fester Bestandteil der Industrielandschaft Gundelfingens.",
- },
- {
- title: "Globale Vision",
- description: "Teil einer weltweiten Mission für saubere Industriegase.",
- },
+ { title: "Technologische Exzellenz", description: "Hochkomplexe Anlagentechnik auf dem neuesten Stand." },
+ { title: "Regionale Verankerung", description: "Ein fester Bestandteil der Industrielandschaft Gundelfingens." },
+ { title: "Globale Vision", description: "Teil einer weltweiten Mission für saubere Industriegase." }
]}
imageSrc="http://img.b2bpic.net/free-photo/gray-metal-wall-with-spiral-stairs-clear-sky_181624-15349.jpg"
/>
@@ -134,33 +79,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Komplexe Rohrsysteme",
- descriptions: [
- "Präzise vernetzte Leitungen",
- "Sicherheit und Effizienz",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-978.jpg",
- },
- {
- id: "f2",
- title: "Moderne Produktionsprozesse",
- descriptions: [
- "Automatisierte Steuerung",
- "Höchste Qualitätsstandards",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/modern-operational-plant-equipment-assembly-line-producing-fiberglass-heavy-industry-machinery-metalworking-workshop-concept_645730-506.jpg",
- },
- {
- id: "f3",
- title: "Energieeffizienz",
- descriptions: [
- "Optimierte Kesseltechnik",
- "Ressourcenschonung im Fokus",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/clean-organized-pharmaceutical-plant-where-steel-pipelines-valves-are-part-sterile-environment_73899-44068.jpg",
- },
+ { id: "f1", title: "Komplexe Rohrsysteme", descriptions: ["Präzise vernetzte Leitungen", "Sicherheit und Effizienz"], imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-978.jpg" },
+ { id: "f2", title: "Moderne Produktionsprozesse", descriptions: ["Automatisierte Steuerung", "Höchste Qualitätsstandards"], imageSrc: "http://img.b2bpic.net/free-photo/modern-operational-plant-equipment-assembly-line-producing-fiberglass-heavy-industry-machinery-metalworking-workshop-concept_645730-506.jpg" },
+ { id: "f3", title: "Energieeffizienz", descriptions: ["Optimierte Kesseltechnik", "Ressourcenschonung im Fokus"], imageSrc: "http://img.b2bpic.net/free-photo/clean-organized-pharmaceutical-plant-where-steel-pipelines-valves-are-part-sterile-environment_73899-44068.jpg" }
]}
title="Technische Meisterleistung"
description="Die Architektur unserer Anlage spiegelt unsere technische Präzision wider."
@@ -169,33 +90,13 @@ export default function LandingPage() {
@@ -336,32 +166,8 @@ export default function LandingPage() {