From 034f4e1e1ec3706c93cd8d665b1e165a1071468e Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 15 Jun 2026 12:33:24 +0000 Subject: [PATCH 1/3] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 01f9be0..6aad106 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -43,6 +43,7 @@ export default function Layout() { Date: Mon, 15 Jun 2026 12:33:35 +0000 Subject: [PATCH 2/3] Update src/components/Layout.tsx --- src/components/Layout.tsx | 57 ++++++++++++--------------------------- 1 file changed, 17 insertions(+), 40 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 6aad106..7569561 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Home", - "href": "#hero" + "name": "Home", "href": "#hero" }, { - "name": "Produkte", - "href": "#products" + "name": "Produkte", "href": "#products" }, { - "name": "Service", - "href": "#service" + "name": "Service", "href": "#service" }, { - "name": "Reparatur", - "href": "#contact" + "name": "Reparatur", "href": "#contact" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,42 +49,28 @@ export default function Layout() { brand="Heine & Boehm" columns={[ { - title: "Unternehmen", - items: [ + title: "Unternehmen", items: [ { - label: "Über uns", - href: "#about", - }, + label: "Über uns", href: "#about"}, { - label: "Jobs", - href: "#", - }, + label: "Jobs", href: "#"}, ], }, { - title: "Service", - items: [ + title: "Service", items: [ { - label: "Reparatur", - href: "#contact", - }, + label: "Reparatur", href: "#contact"}, { - label: "Support", - href: "#", - }, + label: "Support", href: "#"}, ], }, ]} copyright="© 2024 Heine & Boehm. Alle Rechte vorbehalten." links={[ { - label: "Impressum", - href: "#", - }, + label: "Impressum", href: "#"}, { - label: "Datenschutz", - href: "#", - }, + label: "Datenschutz", href: "#"}, ]} imageSrc="http://img.b2bpic.net/free-photo/enthusiastic-young-woman-celebrating-smiling-raising-hands-up-rejoicing-winning-triumphin_1258-88013.jpg" /> -- 2.49.1 From 573c80fffe83c1487d56638d69dd0d53104591f2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 12:33:35 +0000 Subject: [PATCH 3/3] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 182 ++++++++++------------------------------- 1 file changed, 41 insertions(+), 141 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 219a67c..3da9123 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -19,32 +19,15 @@ export default function HomePage() { title="Heine & Boehm – Qualität trifft Präzision" description="Innovative Produkte und maßgeschneiderte Servicelösungen für anspruchsvolle Industriekunden." primaryButton={{ - text: "Produkte entdecken", - href: "#products", - }} + text: "Produkte entdecken", href: "#products"}} secondaryButton={{ - text: "Reparatur melden", - href: "#contact", - }} + text: "Reparatur melden", href: "#contact"}} items={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-921.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/empty-research-development-photovoltaics-factory-office_482257-126742.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/excited-diverse-female-business-colleagues_74855-1841.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/lot-hunting-bullet-cartridges-capsules-hunting-ammunition_181624-37458.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/pc-monitoring-photovoltaics-factory-engineering-workspace_482257-120474.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/team-admins-working-together-server-hub-analyzing-rigs-data_482257-126226.jpg", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-921.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/empty-research-development-photovoltaics-factory-office_482257-126742.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/excited-diverse-female-business-colleagues_74855-1841.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/lot-hunting-bullet-cartridges-capsules-hunting-ammunition_181624-37458.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pc-monitoring-photovoltaics-factory-engineering-workspace_482257-120474.jpg" } ]} /> @@ -70,19 +53,13 @@ export default function HomePage() { features={[ { icon: Wrench, - title: "Reparatur-Ticket", - description: "Erstellen Sie online ein Ticket für schnelle Hilfe.", - }, + title: "Reparatur-Ticket", description: "Erstellen Sie online ein Ticket für schnelle Hilfe."}, { icon: Search, - title: "Fehlerdiagnose", - description: "Unser Service-Tool hilft bei der ersten Analyse.", - }, + title: "Fehlerdiagnose", description: "Unser Service-Tool hilft bei der ersten Analyse."}, { icon: ShieldCheck, - title: "Garantie-Management", - description: "Alles rund um Ihren Wartungsschutz.", - }, + title: "Garantie-Management", description: "Alles rund um Ihren Wartungsschutz."}, ]} /> @@ -96,47 +73,19 @@ export default function HomePage() { description="Entdecken Sie unsere breite Palette an hochwertigen Industrielösungen." items={[ { - title: "Sensoren", - description: "Präzise Sensorik für Ihre Anlagen.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/electric-drill-closeup-repair-shop_169016-24613.jpg", - }, + title: "Sensoren", description: "Präzise Sensorik für Ihre Anlagen.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/electric-drill-closeup-repair-shop_169016-24613.jpg"}, { - title: "Antriebe", - description: "Starke Antriebe für maximale Kraft.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/factory-hall-with-equipment-machines_140725-1528.jpg", - }, + title: "Antriebe", description: "Starke Antriebe für maximale Kraft.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/factory-hall-with-equipment-machines_140725-1528.jpg"}, { - title: "Steuerungen", - description: "Intelligente Automatisierungslösungen.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-close-up_23-2149174334.jpg", - }, + title: "Steuerungen", description: "Intelligente Automatisierungslösungen.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-circuit-board-close-up_23-2149174334.jpg"}, { - title: "Hydraulik", - description: "Druckstarke Lösungen für den Einsatz.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-ophthalmologist-s-tools_23-2150917662.jpg", - }, + title: "Hydraulik", description: "Druckstarke Lösungen für den Einsatz.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ophthalmologist-s-tools_23-2150917662.jpg"}, { - title: "Energieversorgung", - description: "Effiziente Netzteile und Module.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/green-screen-display-computer-used-help-photovoltaics-factory-system-parameters-chroma-key_482257-135239.jpg", - }, + title: "Energieversorgung", description: "Effiziente Netzteile und Module.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/green-screen-display-computer-used-help-photovoltaics-factory-system-parameters-chroma-key_482257-135239.jpg"}, { - title: "Mechanik", - description: "Robuste Bauteile für den Alltag.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/orange-press-clothes-buttons-fabric-woman-with-sewing-tools_1157-46474.jpg", - }, + title: "Mechanik", description: "Robuste Bauteile für den Alltag.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/orange-press-clothes-buttons-fabric-woman-with-sewing-tools_1157-46474.jpg"}, { - title: "Befestigung", - description: "Sicherer Halt bei jedem Einsatz.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-machine-mechanisms-processing-metal-product-photo-with-depth-field_645730-129.jpg", - }, + title: "Befestigung", description: "Sicherer Halt bei jedem Einsatz.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-machine-mechanisms-processing-metal-product-photo-with-depth-field_645730-129.jpg"}, ]} /> @@ -150,31 +99,16 @@ export default function HomePage() { description="Warum Kunden uns seit Jahrzehnten vertrauen." metrics={[ { - value: "10.000+", - title: "Produkte geliefert", - features: [ - "Hohe Verfügbarkeit", - "Schnell geliefert", - "Beste Qualität", - ], + value: "10.000+", title: "Produkte geliefert", features: [ + "Hohe Verfügbarkeit", "Schnell geliefert", "Beste Qualität"], }, { - value: "2.500", - title: "Tickets gelöst", - features: [ - "Schneller Support", - "Expertenteams", - "Günstige Tarife", - ], + value: "2.500", title: "Tickets gelöst", features: [ + "Schneller Support", "Expertenteams", "Günstige Tarife"], }, { - value: "98%", - title: "Kundenzufriedenheit", - features: [ - "Langzeitpartner", - "Hohe Qualität", - "Persönlicher Service", - ], + value: "98%", title: "Kundenzufriedenheit", features: [ + "Langzeitpartner", "Hohe Qualität", "Persönlicher Service"], }, ]} /> @@ -189,40 +123,20 @@ export default function HomePage() { description="Erfahrungsberichte aus der Industrie." testimonials={[ { - name: "Thomas Müller", - role: "Technikchef", - company: "IndustrieNord", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", - }, + name: "Thomas Müller", role: "Technikchef", company: "IndustrieNord", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg"}, { - name: "Sandra Weber", - role: "Produktionsleitung", - company: "FabrikTech", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", - }, + name: "Sandra Weber", role: "Produktionsleitung", company: "FabrikTech", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg"}, { - name: "David Schmidt", - role: "Ingenieur", - company: "MechDynamics", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/programmer-data-center-doing-yearly-maintenance-checkup-using-laptop_482257-89729.jpg", - }, + name: "David Schmidt", role: "Ingenieur", company: "MechDynamics", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/programmer-data-center-doing-yearly-maintenance-checkup-using-laptop_482257-89729.jpg"}, { - name: "Lisa Fischer", - role: "Einkaufsleiterin", - company: "Baustoffe GmbH", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswomen-relaxing-cafe_53876-30774.jpg", - }, + name: "Lisa Fischer", role: "Einkaufsleiterin", company: "Baustoffe GmbH", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswomen-relaxing-cafe_53876-30774.jpg"}, { - name: "Kevin Meyer", - role: "Betriebsleiter", - company: "PowerEngine", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/technologist-white-protective-uniform-hairnet-standing-by-chrome-reservoirs-with-pressure-gauge-food-processing-plant_342744-1173.jpg", - }, + name: "Kevin Meyer", role: "Betriebsleiter", company: "PowerEngine", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/technologist-white-protective-uniform-hairnet-standing-by-chrome-reservoirs-with-pressure-gauge-food-processing-plant_342744-1173.jpg"}, ]} /> @@ -235,29 +149,19 @@ export default function HomePage() { title="Häufige Fragen" categories={[ { - name: "Reparaturen", - items: [ + name: "Reparaturen", items: [ { - question: "Wie erstelle ich ein Ticket?", - answer: "Einfach online ausfüllen und absenden.", - }, + question: "Wie erstelle ich ein Ticket?", answer: "Einfach online ausfüllen und absenden."}, { - question: "Wie lange dauert eine Reparatur?", - answer: "In der Regel 3-5 Werktage.", - }, + question: "Wie lange dauert eine Reparatur?", answer: "In der Regel 3-5 Werktage."}, ], }, { - name: "Bestellung", - items: [ + name: "Bestellung", items: [ { - question: "Wie kann ich bestellen?", - answer: "Über unseren Produktkatalog oder per E-Mail.", - }, + question: "Wie kann ich bestellen?", answer: "Über unseren Produktkatalog oder per E-Mail."}, { - question: "Bieten Sie Rabatte an?", - answer: "Ja, bei Großbestellungen bieten wir individuelle Konditionen an.", - }, + question: "Bieten Sie Rabatte an?", answer: "Ja, bei Großbestellungen bieten wir individuelle Konditionen an."}, ], }, ]} @@ -272,13 +176,9 @@ export default function HomePage() { tag="Serviceanfrage" text="Defekte Maschine? Erstellen Sie jetzt ein Reparatur-Ticket." primaryButton={{ - text: "Ticket erstellen", - href: "#contact", - }} + text: "Ticket erstellen", href: "#contact"}} secondaryButton={{ - text: "Kontakt aufnehmen", - href: "#contact", - }} + text: "Kontakt aufnehmen", href: "#contact"}} /> -- 2.49.1