Merge version_1_1781526741844 into main #1

Merged
bender merged 3 commits from version_1_1781526741844 into main 2026-06-15 12:33:39 +00:00
2 changed files with 58 additions and 180 deletions

View File

@@ -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,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Heine & Boehm"
logoImageSrc="http://img.b2bpic.net/free-photo/enthusiastic-young-woman-celebrating-smiling-raising-hands-up-rejoicing-winning-triumphin_1258-88013.jpg"
ctaButton={{
text: "Ticket erstellen",
href: "#contact",
}}
text: "Ticket erstellen", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,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"
/>

View File

@@ -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" }
]}
/>
</SectionErrorBoundary>
@@ -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."},
]}
/>
</SectionErrorBoundary>
@@ -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"},
]}
/>
</SectionErrorBoundary>
@@ -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"},
]}
/>
</SectionErrorBoundary>
@@ -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"}}
/>
</SectionErrorBoundary>
</div>